]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/update.sh
Translated using Weblate (Italian)
[github/Chocobozzz/PeerTube.git] / scripts / i18n / update.sh
index 916918f84c789780ebd3d65077950a77f2d4097e..f42d8d38ac55df01360200cf431ce38428ba683f 100755 (executable)
@@ -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 {<x id="INTERPOLATION"\/>/g' src/locale/angular.xlf
-
 # Merge new translations in other language files
 npm run ng run -- PeerTube:xliffmerge