diff --git a/scripts/i18n/pull-hook.sh b/scripts/i18n/pull-hook.sh index 2d728fef5..2a6b7f251 100755 --- a/scripts/i18n/pull-hook.sh +++ b/scripts/i18n/pull-hook.sh @@ -2,7 +2,7 @@ set -eu -for i in 1 2 3; do +for i in $(seq 1 20); 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#([^<]+)\s*\1\1