summaryrefslogtreecommitdiff
path: root/po/compile.py
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-18 14:25:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-18 14:25:09 +0300
commit178b8fa5afa7cf4c9c7d63c0f09d4f08149adf66 (patch)
tree658b3d0f2cf12e9bc62496f43c58e38d48b6f74f /po/compile.py
parent70afbe693135d69c3855fc2b5bb28249ce471cc9 (diff)
Added French as UI language option
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 9b64c3d0..44fd92b4 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', 'de', 'es', 'fi', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant'] 7BUILD_LANGS = ['en', 'de', 'es', 'fi', 'fr', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant']
8MODE = 'compile' 8MODE = 'compile'
9ESCAPES = { 9ESCAPES = {
10 '\\': '\\', 10 '\\': '\\',