diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-22 10:30:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-22 10:30:09 +0200 |
commit | 1cd4fe501de78e67cfdd19ea44989393a29ec2e6 (patch) | |
tree | 1f584a05f5f2cac60e0e62d703647b3d1030836d /scripts/i18n/pull-hook.sh | |
parent | 009d581e2df3ea865c052f69001a33876c3fd945 (diff) | |
download | PeerTube-1cd4fe501de78e67cfdd19ea44989393a29ec2e6.tar.gz PeerTube-1cd4fe501de78e67cfdd19ea44989393a29ec2e6.tar.zst PeerTube-1cd4fe501de78e67cfdd19ea44989393a29ec2e6.zip |
Fix i18n generation script
Diffstat (limited to 'scripts/i18n/pull-hook.sh')
-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 55a43fba4..8d1f7ee55 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 200); do | 5 | for i in $(seq 1 10); 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 | ||