summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-11 09:05:06 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-11 09:05:06 +0300
commit4af9c94b268cd0a0da0c5d2cd274e8d675335288 (patch)
tree9f96248176a691de729c1d099a87a642fbca1122 /po/compile.py
parentafba358a4849a84819cca146641e2c653af1d2d5 (diff)
Lang: Added German translation
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 0bff919f..9b64c3d0 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', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant'] 7BUILD_LANGS = ['en', 'de', 'es', 'fi', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant']
8MODE = 'compile' 8MODE = 'compile'
9ESCAPES = { 9ESCAPES = {
10 '\\': '\\', 10 '\\': '\\',