update.sh 290 B

123456789101112131415
  1. #!/bin/sh
  2. set -eu
  3. git fetch weblate && git merge weblate/develop
  4. cd client
  5. npm run ng -- extract-i18n --out-file src/locale/angular.xlf
  6. # Merge new translations in other language files
  7. npm run ng run -- PeerTube:xliffmerge
  8. # Add our strings too
  9. cd ../
  10. npm run i18n:create-custom-files