pull-hook.sh 325 B

12345678910111213
  1. #!/bin/sh
  2. set -eu
  3. # Zanata does not support inner elements in <source>, so we hack these special elements
  4. # This regex translate the converted elements to initial Angular elements
  5. for i in 1 2 3; do
  6. perl -pi -e 's|&lt;x id=(.+?)/&gt;([^"])|<x id=\1/>\2|g' client/src/locale/target/*.xml
  7. done
  8. npm run i18n:xliff2json