diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-08 16:00:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-08 16:00:06 +0200 |
commit | a6ce68673ace5b94a81eda3ba198f0a4170eb05e (patch) | |
tree | 5864fc7dc880b71df25c9c3121e29d7d26d219e9 /scripts | |
parent | e69219184b1a3262ec5e617d30337b6431c9840c (diff) | |
download | PeerTube-a6ce68673ace5b94a81eda3ba198f0a4170eb05e.tar.gz PeerTube-a6ce68673ace5b94a81eda3ba198f0a4170eb05e.tar.zst PeerTube-a6ce68673ace5b94a81eda3ba198f0a4170eb05e.zip |
Support occitan
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
31 | # Don't build other languages if --light arg is provided | 31 | # Don't build other languages if --light arg is provided |
32 | if [ -z ${1+x} ] || [ "$1" != "--light" ]; then | 32 | if [ -z ${1+x} ] || [ "$1" != "--light" ]; then |
33 | # Supported languages | 33 | # Supported languages |
34 | languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES") | 34 | languages=("fr_FR" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES" "oc") |
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 |