summaryrefslogtreecommitdiff
path: root/po/compile.py
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/compile.py
parent76c31469ce923a1aabbbaba9baafb407e9656cc2 (diff)
Lang: Added Occidental and Serbian
IssueID #192
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py2
1 files changed, 1 insertions, 1 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 '\\': '\\',