aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/update.sh3
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
9cd client 9cd 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
13sed -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
16npm run ng run -- PeerTube:xliffmerge 13npm run ng run -- PeerTube:xliffmerge
17 14