check-i18n-style.sh 169 B

12345678
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. cd -P -- "$(dirname -- "$0")/.."
  4. all_files="$(git ls-files 'rel/i18n/*.hocon')"
  5. ./scripts/check-i18n-style.escript "$all_files"