From b32cc984167394574ba860ce15dcfd7b81967eae Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 27 Mar 2021 07:15:47 +0200 Subject: Lang: Added Spanish (es) IssueID #192 --- po/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/compile.py') 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 @@ import os, sys -BUILD_LANGS = ['en', 'fi', 'ru', 'zh_Hans'] +BUILD_LANGS = ['en', 'es', 'fi', 'ru', 'zh_Hans'] MODE = 'compile' ESCAPES = { '\\': '\\', -- cgit v1.2.3