summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-30 09:29:22 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-30 09:29:22 +0300
commitf7a0dcd34e10052d1482adb3360c5e2949ffeaa2 (patch)
tree59ec20d3734bd23111871f1371eb2e7df68abbd2 /po/compile.py
parent2a438502ef02fc915ae56f3b008a2b5ca464f469 (diff)
Added Ukrainian UI translation
Kudos to Alyssa Liddell for a 100% translation.
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 5ac1e756..a2b35ec4 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -21,6 +21,7 @@ BUILD_LANGS = [
21 'sk', 21 'sk',
22 'sr', 22 'sr',
23 'tok', 23 'tok',
24 'uk',
24 'zh_Hans', 25 'zh_Hans',
25 'zh_Hant' 26 'zh_Hant'
26] 27]