summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-03 22:30:11 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-03 22:30:11 +0300
commit2f4ec1e70bb0e48a28c312f0d4c6fd64d94da538 (patch)
tree89e0d37a1e42f0ade5e2cd8c918c6d1ec777ce95 /po
parent76c31469ce923a1aabbbaba9baafb407e9656cc2 (diff)
Lang: Added Occidental and Serbian
IssueID #192
Diffstat (limited to 'po')
-rwxr-xr-xpo/compile.py2
-rw-r--r--po/en.po12
2 files changed, 10 insertions, 4 deletions
diff --git a/po/compile.py b/po/compile.py
index f121225d..0bff919f 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -4,7 +4,7 @@
4 4
5import os, sys 5import os, sys
6 6
7BUILD_LANGS = ['en', 'es', 'fi', 'ru', 'zh_Hans', 'zh_Hant'] 7BUILD_LANGS = ['en', 'es', 'fi', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant']
8MODE = 'compile' 8MODE = 'compile'
9ESCAPES = { 9ESCAPES = {
10 '\\': '\\', 10 '\\': '\\',
diff --git a/po/en.po b/po/en.po
index 6789f452..7198e328 100644
--- a/po/en.po
+++ b/po/en.po
@@ -716,18 +716,21 @@ msgstr "Chinese (Simplified)"
716msgid "lang.zh.hant" 716msgid "lang.zh.hant"
717msgstr "Chinese (Traditional)" 717msgstr "Chinese (Traditional)"
718 718
719msgid "lang.de"
720msgstr "German"
721
719msgid "lang.en" 722msgid "lang.en"
720msgstr "English" 723msgstr "English"
721 724
725msgid "lang.ie"
726msgstr "Occidental"
727
722msgid "lang.fi" 728msgid "lang.fi"
723msgstr "Finnish" 729msgstr "Finnish"
724 730
725msgid "lang.fr" 731msgid "lang.fr"
726msgstr "French" 732msgstr "French"
727 733
728msgid "lang.de"
729msgstr "German"
730
731msgid "lang.hi" 734msgid "lang.hi"
732msgstr "Hindi" 735msgstr "Hindi"
733 736
@@ -746,6 +749,9 @@ msgstr "Russian"
746msgid "lang.es" 749msgid "lang.es"
747msgstr "Spanish" 750msgstr "Spanish"
748 751
752msgid "lang.sr"
753msgstr "Serbian"
754
749msgid "heading.newident" 755msgid "heading.newident"
750msgstr "NEW IDENTITY" 756msgstr "NEW IDENTITY"
751 757