Last active
September 10, 2018 16:47
-
-
Save borut-t/167f51849efb9a2ac9edeac91ec9929f to your computer and use it in GitHub Desktop.
Localize.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################################### | |
##### 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