summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-23 12:33:35 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-23 12:33:35 +0200
commit71b93a446de83d4f8582a60f809f0108afc95add (patch)
tree84360b5031a8e0000670f5b7f9ad240d65a5be07 /po/compile.py
parent88fcfb66c97c094c346b7221229d68b245836c3c (diff)
Added Turkish UI language
IssueID #396
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/compile.py b/po/compile.py
index adf5a403..d29cbb8b 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -22,6 +22,7 @@ BUILD_LANGS = [ 'en', # base strings
22 'sk', 22 'sk',
23 'sr', 23 'sr',
24 'tok', 24 'tok',
25 'tr',
25 'uk', 26 'uk',
26 'zh_Hans', 27 'zh_Hans',
27 'zh_Hant' 28 'zh_Hant'