From: Chocobozzz Date: Tue, 22 Oct 2019 07:00:28 +0000 (+0200) Subject: Fix i18n generation X-Git-Tag: v2.0.0-rc.1~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28cfbf8b79e5d535089644f9c63457fe8e536e1e;p=oweals%2Fpeertube.git Fix i18n generation --- 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