mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix i18n generation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user