summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-25 13:36:49 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-25 13:36:49 +0300
commitdea3dbf7afc9054a1bb87d3c6f59217575148c66 (patch)
tree2eebd29b8b96411c318eec410996bab74f21278d /po/compile.py
parent350c9b48bd6997e03007f4c49042cf97fc9f250e (diff)
Lang: Added eo, es_MX, gl, isv, and sk
New almost completed or in-progress UI translations.
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/po/compile.py b/po/compile.py
index 2b0273b6..5ac1e756 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -7,13 +7,18 @@ import os, sys
7BUILD_LANGS = [ 7BUILD_LANGS = [
8 'en', # base strings 8 'en', # base strings
9 'de', 9 'de',
10 'eo',
10 'es', 11 'es',
12 'es_MX',
11 'fi', 13 'fi',
12 'fr', 14 'fr',
15 'gl',
13 'ia', 16 'ia',
14 'ie', 17 'ie',
18 'isv',
15 'pl', 19 'pl',
16 'ru', 20 'ru',
21 'sk',
17 'sr', 22 'sr',
18 'tok', 23 'tok',
19 'zh_Hans', 24 'zh_Hans',