Add zh-Hans-CN to client.sh

This commit is contained in:
SerCom_KC 2018-09-25 17:57:15 +08:00 committed by Chocobozzz
parent 1e45c78f5c
commit ba6a98b8fa
1 changed files with 2 additions and 2 deletions

View File

@ -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"