Fix i18n generation

pull/2166/head
Chocobozzz 2019-10-22 09:00:28 +02:00
parent 02e51e2d75
commit 28cfbf8b79
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml