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 58aa5220..0bda0a07 100755 --- a/po/compile.py +++ b/po/compile.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | import os, sys | 5 | import os, sys |
6 | 6 | ||
7 | BUILD_LANGS = ['en', 'fi', 'ru', 'zh_Hans'] | 7 | BUILD_LANGS = ['en', 'es', 'fi', 'ru', 'zh_Hans'] |
8 | MODE = 'compile' | 8 | MODE = 'compile' |
9 | ESCAPES = { | 9 | ESCAPES = { |
10 | '\\': '\\', | 10 | '\\': '\\', |