funkwhale/front/scripts/i18n-compile.sh

4 wiersze
214 B
Bash
Executable File

#!/bin/bash -eux
locales=$(tail -n +2 src/locales.js | sed -e 's/export default //' | jq '.locales[].code' | xargs echo)
find locales -name '*.po' | xargs $(yarn bin)/gettext-compile --output src/translations.json