Add zh-Hans-CN to client.sh
This commit is contained in:
parent
1e45c78f5c
commit
ba6a98b8fa
|
@ -40,7 +40,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
|
|||
languages=("fr_FR")
|
||||
else
|
||||
# Supported languages
|
||||
languages=("fr_FR" "pt_BR" "sv_SE" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES" "oc")
|
||||
languages=("fr_FR" "pt_BR" "sv_SE" "eu_ES" "ca_ES" "cs_CZ" "eo" "zh_Hant_TW" "de_DE" "es_ES" "oc" "zh_Hans_CN")
|
||||
fi
|
||||
|
||||
for lang in "${languages[@]}"; do
|
||||
|
@ -61,4 +61,4 @@ fi
|
|||
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"
|
||||
|
||||
# Copy runtime locales
|
||||
cp -r "./src/locale/target" "./dist/locale"
|
||||
cp -r "./src/locale/target" "./dist/locale"
|
||||
|
|
Loading…
Reference in New Issue