From a6ce68673ace5b94a81eda3ba198f0a4170eb05e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Aug 2018 16:00:06 +0200 Subject: Support occitan --- scripts/build/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/client.sh') diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 5b70b6045..080454d07 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" "zh_Hant_TW" "de_DE" "es_ES") + languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES" "oc") for lang in "${languages[@]}"; do # TODO: remove when the project will use runtime translations -- cgit v1.2.3