From c449ece3c9fae9b63e6e5dcc1bac10358b768821 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 26 Apr 2021 11:07:22 +0300 Subject: Lang: Added Interlingua (ia) IssueID #192 --- po/compile.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'po/compile.py') diff --git a/po/compile.py b/po/compile.py index 44fd92b4..9ff00f60 100755 --- a/po/compile.py +++ b/po/compile.py @@ -4,7 +4,10 @@ import os, sys -BUILD_LANGS = ['en', 'de', 'es', 'fi', 'fr', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant'] +BUILD_LANGS = [ + 'en', # base strings + 'de', 'es', 'fi', 'fr', 'ia', 'ie', 'ru', 'sr', 'zh_Hans', 'zh_Hant' +] MODE = 'compile' ESCAPES = { '\\': '\\', -- cgit v1.2.3