From 28cfbf8b79e5d535089644f9c63457fe8e536e1e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Oct 2019 09:00:28 +0200 Subject: [PATCH] Fix i18n generation --- scripts/i18n/pull-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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