diff options
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" |