summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 14:27:43 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 14:27:43 +0300
commit5b5c1d8fe0e9689d4a8c41e595cf1b2906c5dd1a (patch)
tree08a2eccb94f8d9c4e17db83a31d5be2cdbcef32e /po
parentc49aa1209e9427bcfe45d77aa2dc301f1a20e831 (diff)
Lang: Added Chinese (Traditional)
Diffstat (limited to 'po')
-rwxr-xr-xpo/compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/compile.py b/po/compile.py
index fcd44789..f121225d 100755
--- a/po/compile.py
+++ b/po/compile.py
@@ -4,7 +4,7 @@
4 4
5import os, sys 5import os, sys
6 6
7BUILD_LANGS = ['en', 'es', 'fi', 'ru', 'zh_Hans'] 7BUILD_LANGS = ['en', 'es', 'fi', 'ru', 'zh_Hans', 'zh_Hant']
8MODE = 'compile' 8MODE = 'compile'
9ESCAPES = { 9ESCAPES = {
10 '\\': '\\', 10 '\\': '\\',