From 1cd4fe501de78e67cfdd19ea44989393a29ec2e6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Oct 2019 10:30:09 +0200 Subject: Fix i18n generation script --- scripts/i18n/pull-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/i18n/pull-hook.sh') diff --git a/scripts/i18n/pull-hook.sh b/scripts/i18n/pull-hook.sh index 55a43fba4..8d1f7ee55 100755 --- a/scripts/i18n/pull-hook.sh +++ b/scripts/i18n/pull-hook.sh @@ -2,7 +2,7 @@ set -eu -for i in $(seq 1 200); do +for i in $(seq 1 10); 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