]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/pull-hook.sh
Fix french translations in signup page
[github/Chocobozzz/PeerTube.git] / scripts / i18n / pull-hook.sh
index 2a6b7f251168fda5fb56a07500e5d5c9c892dcfb..55a43fba4b3bdb66c67175151c46f680c6fa1c5a 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eu
 
-for i in $(seq 1 20); do
+for i in $(seq 1 200); do
     # Angular does not like when there is not target element, so we create it with the same content than the source element
     perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml