summaryrefslogtreecommitdiff
path: root/res/lang/en.bin
AgeCommit message (Collapse)Author
2021-03-28Lang: Added a string for missing alt textJaakko Keränen
2021-03-27Document: Fixed autoreload intervals; added stringsJaakko Keränen
2021-03-26Lang: Replaced "bytes" with "num.bytes"Jaakko Keränen
A new string to include the numeric value. IssueID #192
2021-03-26LookupWidget: Missing strings; inconsistent fontsJaakko Keränen
Fonts used in the lookup results list used inconsistent sizes. Now they all use the "UI content" (medium) size. The result headings were not translated at all.
2021-03-25Added keybinding for subscribing to pageJaakko Keränen
IssueID #209
2021-03-25Preferences: Revised language selection dropdownJaakko Keränen
Visible IDs since the language names are also localized.
2021-03-25Lang: Plural stringsJaakko Keränen
IssueID #192
2021-03-24Lang: Updated and recompiled translationsJaakko Keränen
2021-03-24Lang: Added new strings for error messagesJaakko Keränen
IssueID #192
2021-03-23Lang: Updated compiled filesJaakko Keränen
2021-03-23Lang: Initial version of the Finnish translationJaakko Keränen
2021-03-23Enable translation of error pagesJaakko Keränen
2021-03-23Lang: Added a sidebar string; Finnish templateJaakko Keränen
IssueID #192
2021-03-23Lang: Applied string IDs everywhereJaakko Keränen
More or less everywhere? IssueID #192
2021-03-23Lang: Applied more string IDsJaakko Keränen
IssueID #192
2021-03-22Lang: Improvements; macOS menu itemsJaakko Keränen
Use char pointer ranges for the array of IDs and strings to avoid allocations. Translate macOS menu items. IssueID #192
2021-03-22Basic language string mechanismJaakko Keränen
Added a set of English strings. Lang can load a language. LabelWidget can replace IDs in the label. IssueID #192