X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fbuild%2Fclient.sh;h=05c40b5bbac07d71c0d1fd12edef4b4f9a1a33f6;hb=03fc19281b476f29b315083f373ca1a1fd4487f9;hp=e7475f56cec4c126aae6b1cafe3282e3d08f5338;hpb=4c1def5fd8e9f483238eb38e221f555e2e6bbf07;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/build/client.sh b/scripts/build/client.sh index e7475f56c..05c40b5bb 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -53,8 +53,6 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then languages=(["el"]="el-GR") elif [ ! -z ${1+x} ] && [ "$1" == "--light-es" ]; then languages=(["es"]="es-ES") - elif [ ! -z ${1+x} ] && [ "$1" == "--light-oc" ]; then - languages=(["oc"]="oc") elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt" ]; then languages=(["pt"]="pt-BR") elif [ ! -z ${1+x} ] && [ "$1" == "--light-pt-PT" ]; then @@ -95,7 +93,6 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then ["gd"]="gd" ["el"]="el-GR" ["es"]="es-ES" - ["oc"]="oc" ["pt"]="pt-BR" ["pt-PT"]="pt-PT" ["sv"]="sv-SE"