diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-18 14:25:09 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-18 14:25:09 +0300 |
commit | 178b8fa5afa7cf4c9c7d63c0f09d4f08149adf66 (patch) | |
tree | 658b3d0f2cf12e9bc62496f43c58e38d48b6f74f /po/compile.py | |
parent | 70afbe693135d69c3855fc2b5bb28249ce471cc9 (diff) |
Added French as UI language option
Diffstat (limited to 'po/compile.py')
-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 9b64c3d0..44fd92b4 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', 'de', 'es', 'fi', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant'] | 7 | BUILD_LANGS = ['en', 'de', 'es', 'fi', 'fr', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant'] |
8 | MODE = 'compile' | 8 | MODE = 'compile' |
9 | ESCAPES = { | 9 | ESCAPES = { |
10 | '\\': '\\', | 10 | '\\': '\\', |