Skip to content

Instantly share code, notes, and snippets.

@borut-t
Last active September 10, 2018 16:47
Show Gist options
  • Save borut-t/167f51849efb9a2ac9edeac91ec9929f to your computer and use it in GitHub Desktop.
Save borut-t/167f51849efb9a2ac9edeac91ec9929f to your computer and use it in GitHub Desktop.
Localize.sh
######################################################
##### iOS & Android localisation files generator #####
######################################################
echo "============================BEGIN=============================="
if [ "$1" = "android" ]; then
Babelish csv2android
else
Babelish csv2strings
fi
rm -f translations.csv
echo "=============================END==============================="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment