summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-04 22:08:16 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-04 22:08:16 +0200
commit85cdf58f7e24d209dcf8457b698731001e32e24f (patch)
treeaaaf38da9097c66c7c8287adad9bb620058396d3 /po
parentda1a753aef8822193185feed29c6716514b54dd8 (diff)
Added Czech UI translation
Diffstat (limited to 'po')
-rwxr-xr-xpo/compile.py1
-rw-r--r--po/en.po3
2 files changed, 4 insertions, 0 deletions
diff --git a/po/compile.py b/po/compile.py
index f046ca96..16097ddc 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -6,6 +6,7 @@ import os, sys
6 6
7BUILD_LANGS = [ 7BUILD_LANGS = [
8 'en', # base strings 8 'en', # base strings
9 'cs',
9 'de', 10 'de',
10 'eo', 11 'eo',
11 'es', 12 'es',
diff --git a/po/en.po b/po/en.po
index 83dec03f..53548605 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1115,6 +1115,9 @@ msgstr "Spanish"
1115msgid "lang.es.mx" 1115msgid "lang.es.mx"
1116msgstr "Spanish (Mexico)" 1116msgstr "Spanish (Mexico)"
1117 1117
1118msgid "lang.cs"
1119msgstr "Czech"
1120
1118msgid "lang.sk" 1121msgid "lang.sk"
1119msgstr "Slovak" 1122msgstr "Slovak"
1120 1123