summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-27 07:15:47 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-27 07:15:47 +0200
commitb32cc984167394574ba860ce15dcfd7b81967eae (patch)
treeed23e19cb0d571d72d4b11c777408d99d7eda387 /po/compile.py
parentfa746aa0766b957acbb36800d4a410c768392d4a (diff)
Lang: Added Spanish (es)
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 58aa5220..0bda0a07 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', 'fi', 'ru', 'zh_Hans'] 7BUILD_LANGS = ['en', 'es', 'fi', 'ru', 'zh_Hans']
8MODE = 'compile' 8MODE = 'compile'
9ESCAPES = { 9ESCAPES = {
10 '\\': '\\', 10 '\\': '\\',