diff options
Diffstat (limited to 'po/compile.py')
-rwxr-xr-x | po/compile.py | 2 |
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 | ||
7 | BUILD_LANGS = [ | 7 | BUILD_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 | ] |
11 | MODE = 'compile' | 11 | MODE = 'compile' |
12 | ESCAPES = { | 12 | ESCAPES = { |