summaryrefslogtreecommitdiff
path: root/po
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
parent2363eac97aa03db8147d353a145e24aa64d9957c (diff)
Lang: Added Polish UI translation
IssueID #192
Diffstat (limited to 'po')
-rwxr-xr-xpo/compile.py13
-rw-r--r--po/en.po3
2 files changed, 15 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 = {
diff --git a/po/en.po b/po/en.po
index 025600fc..efd06360 100644
--- a/po/en.po
+++ b/po/en.po
@@ -885,6 +885,9 @@ msgstr "Italian"
885msgid "lang.ja" 885msgid "lang.ja"
886msgstr "Japanese" 886msgstr "Japanese"
887 887
888msgid "lang.pl"
889msgstr "Polish"
890
888msgid "lang.pt" 891msgid "lang.pt"
889msgstr "Portuguese" 892msgstr "Portuguese"
890 893