diff options
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-x | scripts/i18n/update.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/i18n/update.sh b/scripts/i18n/update.sh index 916918f84..f42d8d38a 100755 --- a/scripts/i18n/update.sh +++ b/scripts/i18n/update.sh | |||
@@ -9,9 +9,6 @@ npm run build -- --i18n | |||
9 | cd client | 9 | cd client |
10 | ./node_modules/.bin/localize-extract -r . -f xliff --locale "en-US" -s 'dist/en-US/*.js' -o src/locale/angular.xlf | 10 | ./node_modules/.bin/localize-extract -r . -f xliff --locale "en-US" -s 'dist/en-US/*.js' -o src/locale/angular.xlf |
11 | 11 | ||
12 | # Workaround of https://github.com/angular/angular/issues/38437 | ||
13 | sed -i 's/other {{INTERPOLATION}/other {<x id="INTERPOLATION"\/>/g' src/locale/angular.xlf | ||
14 | |||
15 | # Merge new translations in other language files | 12 | # Merge new translations in other language files |
16 | npm run ng run -- PeerTube:xliffmerge | 13 | npm run ng run -- PeerTube:xliffmerge |
17 | 14 | ||