diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i18n/pull-hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18n/pull-hook.sh b/scripts/i18n/pull-hook.sh index 2a6b7f251..55a43fba4 100755 --- a/scripts/i18n/pull-hook.sh +++ b/scripts/i18n/pull-hook.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | for i in $(seq 1 20); do | 5 | for i in $(seq 1 200); do |
6 | # Angular does not like when there is not target element, so we create it with the same content than the source element | 6 | # Angular does not like when there is not target element, so we create it with the same content than the source element |
7 | perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml | 7 | perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml |
8 | 8 | ||