From 47111d6da444a8370e14ff62a7f6b9ee396c1a24 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 13 May 2021 08:36:08 +0300 Subject: Lang: Added Polish UI translation IssueID #192 --- po/compile.py | 13 ++++++++++++- po/en.po | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'po') 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 BUILD_LANGS = [ 'en', # base strings - 'de', 'es', 'fi', 'fr', 'ia', 'ie', 'ru', 'sr', 'tok', 'zh_Hans', 'zh_Hant' + 'de', + 'es', + 'fi', + 'fr', + 'ia', + 'ie', + 'pl', + 'ru', + 'sr', + 'tok', + 'zh_Hans', + 'zh_Hant' ] MODE = 'compile' ESCAPES = { 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" msgid "lang.ja" msgstr "Japanese" +msgid "lang.pl" +msgstr "Polish" + msgid "lang.pt" msgstr "Portuguese" -- cgit v1.2.3