summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-13 08:36:08 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-13 08:36:08 +0300
commit47111d6da444a8370e14ff62a7f6b9ee396c1a24 (patch)
treef26310202505c8f6481a3abbe64e248270ee2828 /po/compile.py
parent2363eac97aa03db8147d353a145e24aa64d9957c (diff)
Lang: Added Polish UI translation
IssueID #192
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/po/compile.py b/po/compile.py
index 5cf403db..257f9b6f 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -6,7 +6,18 @@ import os, sys
6 6
7BUILD_LANGS = [ 7BUILD_LANGS = [
8 'en', # base strings 8 'en', # base strings
9 'de', 'es', 'fi', 'fr', 'ia', 'ie', 'ru', 'sr', 'tok', 'zh_Hans', 'zh_Hant' 9 'de',
10 'es',
11 'fi',
12 'fr',
13 'ia',
14 'ie',
15 'pl',
16 'ru',
17 'sr',
18 'tok',
19 'zh_Hans',
20 'zh_Hant'
10] 21]
11MODE = 'compile' 22MODE = 'compile'
12ESCAPES = { 23ESCAPES = {