From fb9e6cb075197d54f9a39dc4b0f9c45038e900d5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 31 Jul 2018 18:04:54 +0200 Subject: Add german, spanish and chinese (traditional, taiwan) languages --- scripts/build/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 567a6e5e0..5b70b6045 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -31,7 +31,7 @@ post_build_hook # Don't build other languages if --light arg is provided if [ -z ${1+x} ] || [ "$1" != "--light" ]; then # Supported languages - languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo") + languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES") for lang in "${languages[@]}"; do # TODO: remove when the project will use runtime translations -- cgit v1.2.3