add-language.sh 316 B

1234567
  1. # add a language, must be executed from the repo root
  2. echo "to add a language, browse in Xcode to "
  3. echo "Project settings > Info > Localisations "
  4. echo "and add the desired language, then:"
  5. echo "- if needed, language mappings can be added to scripts/.tx/config"
  6. echo "- then, call ./scripts/tx-pull-translations"