diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-27 07:15:47 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-27 07:15:47 +0200 |
commit | b32cc984167394574ba860ce15dcfd7b81967eae (patch) | |
tree | ed23e19cb0d571d72d4b11c777408d99d7eda387 /po | |
parent | fa746aa0766b957acbb36800d4a410c768392d4a (diff) |
Lang: Added Spanish (es)
IssueID #192
Diffstat (limited to 'po')
-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 | '\\': '\\', |