]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 5ecbff28d44a8ce0d7e07c32c7607b92797185e5..bae91a2b6ff97f626430c5d366af684d175d7121 100755 (executable)
@@ -35,6 +35,8 @@ languages=(
     ["de"]="de-DE"
     ["it"]="it-IT"
     ["sq"]="sq"
+    ["nn"]="nn"
+    ["nb"]="nb-NO"
     ["kab"]="kab"
 )
 
@@ -69,6 +71,8 @@ else
     additionalParams=""
     if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then
         additionalParams="--namedChunks=true --outputHashing=none"
+
+        # For webpack
         export ANALYZE_BUNDLE=true
     fi