summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 13:39:49 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 13:39:49 +0300
commit6074a467110bfb4e40c3e659cc674d7bbaa82d5a (patch)
treebe34e703e915affaad8997d0e6239c4151c63c4a /po
parentf3f8d328ef14b3e454b5612dfc4c02c71130f92d (diff)
Lang: Recompiled language strings
Diffstat (limited to 'po')
-rwxr-xr-xpo/compile.py2
-rw-r--r--po/en.po7
2 files changed, 6 insertions, 3 deletions
diff --git a/po/compile.py b/po/compile.py
index 373fdcf9..fcd44789 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -104,7 +104,7 @@ if MODE == 'compile':
104 # Take missing strings from the base language. 104 # Take missing strings from the base language.
105 for msg_id in BASE_STRINGS: 105 for msg_id in BASE_STRINGS:
106 if msg_id not in have_ids and not msg_id[:-2] in PLURALS: 106 if msg_id not in have_ids and not msg_id[:-2] in PLURALS:
107 print(src, 'missing:', msg_id) 107 print('%10s' % src, 'missing:', msg_id)
108 lang.append((msg_id, BASE_STRINGS[msg_id])) 108 lang.append((msg_id, BASE_STRINGS[msg_id]))
109 for msg_id, msg_str in sorted(lang): 109 for msg_id, msg_str in sorted(lang):
110 compiled += compile_string(msg_id, msg_str) 110 compiled += compile_string(msg_id, msg_str)
diff --git a/po/en.po b/po/en.po
index 61b1f955..dfb3b05e 100644
--- a/po/en.po
+++ b/po/en.po
@@ -897,6 +897,9 @@ msgstr "Show URL on hover:"
897msgid "prefs.centershort" 897msgid "prefs.centershort"
898msgstr "Vertical centering:" 898msgstr "Vertical centering:"
899 899
900msgid "prefs.collapsepreonload"
901msgstr "Collapse preformatted:"
902
900msgid "prefs.smoothscroll" 903msgid "prefs.smoothscroll"
901msgstr "Smooth scrolling:" 904msgstr "Smooth scrolling:"
902 905
@@ -913,7 +916,7 @@ msgid "prefs.theme"
913msgstr "Theme:" 916msgstr "Theme:"
914 917
915msgid "prefs.theme.black" 918msgid "prefs.theme.black"
916msgstr "Pure Black" 919msgstr "Black"
917 920
918msgid "prefs.theme.dark" 921msgid "prefs.theme.dark"
919msgstr "Dark" 922msgstr "Dark"
@@ -922,7 +925,7 @@ msgid "prefs.theme.light"
922msgstr "Light" 925msgstr "Light"
923 926
924msgid "prefs.theme.white" 927msgid "prefs.theme.white"
925msgstr "Pure White" 928msgstr "White"
926 929
927msgid "prefs.accent" 930msgid "prefs.accent"
928msgstr "Accent color:" 931msgstr "Accent color:"