aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-31 18:04:54 +0200
committerChocobozzz <me@florianbigard.com>2018-07-31 18:04:54 +0200
commitfb9e6cb075197d54f9a39dc4b0f9c45038e900d5 (patch)
tree5139e5381f17f4823edb7df3d5ed18ba3c6bec16 /scripts/build/client.sh
parenta3d1026bf300a8bd7a95e9a25822cfa52adc4208 (diff)
downloadPeerTube-fb9e6cb075197d54f9a39dc4b0f9c45038e900d5.tar.gz
PeerTube-fb9e6cb075197d54f9a39dc4b0f9c45038e900d5.tar.zst
PeerTube-fb9e6cb075197d54f9a39dc4b0f9c45038e900d5.zip
Add german, spanish and chinese (traditional, taiwan) languages
Diffstat (limited to 'scripts/build/client.sh')
-rwxr-xr-xscripts/build/client.sh2
1 files changed, 1 insertions, 1 deletions
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
31# Don't build other languages if --light arg is provided 31# Don't build other languages if --light arg is provided
32if [ -z ${1+x} ] || [ "$1" != "--light" ]; then 32if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
33 # Supported languages 33 # Supported languages
34 languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo") 34 languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES")
35 35
36 for lang in "${languages[@]}"; do 36 for lang in "${languages[@]}"; do
37 # TODO: remove when the project will use runtime translations 37 # TODO: remove when the project will use runtime translations