summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-04 11:03:07 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-04 11:03:07 +0300
commit6cbaa38d4ebf5a911e908b72bf721985bde87e44 (patch)
tree7a07829416f1a1e55d9cb14236b456f761ff2c7b /po/compile.py
parent73eeabbaf94d30a70ce9ce8ad102dae77d914084 (diff)
Lang: Added Toki Pona
IssueID #192
Diffstat (limited to 'po/compile.py')
-rwxr-xr-xpo/compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/compile.py b/po/compile.py
index 9ff00f60..5cf403db 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -6,7 +6,7 @@ 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', 'zh_Hans', 'zh_Hant' 9 'de', 'es', 'fi', 'fr', 'ia', 'ie', 'ru', 'sr', 'tok', 'zh_Hans', 'zh_Hant'
10] 10]
11MODE = 'compile' 11MODE = 'compile'
12ESCAPES = { 12ESCAPES = {