]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add zh-Hans-CN to client.sh
authorSerCom_KC <szescxz@gmail.com>
Tue, 25 Sep 2018 09:57:15 +0000 (17:57 +0800)
committerChocobozzz <me@florianbigard.com>
Tue, 25 Sep 2018 12:46:02 +0000 (14:46 +0200)
scripts/build/client.sh

index 6f23c397af6e39d5a494f2750602888502a8a3b6..7e465261d221989ea3e84e51658070618e975426 100755 (executable)
@@ -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"
\ No newline at end of file
+cp -r "./src/locale/target" "./dist/locale"