diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-29 16:39:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-29 17:09:55 +0200 |
commit | 2a39506c7da9ef79671d4c21539313b6d49b1884 (patch) | |
tree | 61374b31491c8d05f788346efa573b4b66210246 /scripts | |
parent | 696d83fd1377486dd03cc1bd02a21d9b6ddd9fcd (diff) | |
download | PeerTube-2a39506c7da9ef79671d4c21539313b6d49b1884.tar.gz PeerTube-2a39506c7da9ef79671d4c21539313b6d49b1884.tar.zst PeerTube-2a39506c7da9ef79671d4c21539313b6d49b1884.zip |
Revert "Remove oc locale support"
This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/client.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 05c40b5bb..e7475f56c 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh | |||
@@ -53,6 +53,8 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then | |||
53 | languages=(["el"]="el-GR") | 53 | languages=(["el"]="el-GR") |
54 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then | 54 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then |
55 | languages=(["es"]="es-ES") | 55 | languages=(["es"]="es-ES") |
56 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-oc" ]; then | ||
57 | languages=(["oc"]="oc") | ||
56 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then | 58 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then |
57 | languages=(["pt"]="pt-BR") | 59 | languages=(["pt"]="pt-BR") |
58 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then | 60 | elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then |
@@ -93,6 +95,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then | |||
93 | ["gd"]="gd" | 95 | ["gd"]="gd" |
94 | ["el"]="el-GR" | 96 | ["el"]="el-GR" |
95 | ["es"]="es-ES" | 97 | ["es"]="es-ES" |
98 | ["oc"]="oc" | ||
96 | ["pt"]="pt-BR" | 99 | ["pt"]="pt-BR" |
97 | ["pt-PT"]="pt-PT" | 100 | ["pt-PT"]="pt-PT" |
98 | ["sv"]="sv-SE" | 101 | ["sv"]="sv-SE" |