From ed78004086f4feec748554b26b69dcfe7b2cc9e8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 25 Aug 2020 10:48:35 +0200 Subject: Update angular to fix localize extraction bug --- scripts/i18n/update.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/i18n/update.sh') 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 cd client ./node_modules/.bin/localize-extract -r . -f xliff --locale "en-US" -s 'dist/en-US/*.js' -o src/locale/angular.xlf -# Workaround of https://github.com/angular/angular/issues/38437 -sed -i 's/other {{INTERPOLATION}/other {/g' src/locale/angular.xlf - # Merge new translations in other language files npm run ng run -- PeerTube:xliffmerge -- cgit v1.2.3