ooni / translations

OONI translations
8 stars 2 forks source link

modify script to copy english strings #8

Closed lorenzoPrimi closed 5 years ago

lorenzoPrimi commented 5 years ago

When running ./update_languages_ios.sh or ./update_languages_android.sh The original english strings are not copied into the app repo for two reasons: 1) en is not in the supported_languages_mobile.sh array (and its correct, for the reason 2) 2) There is no en folder in Android (simply called values) or iOS (called Base)

So the fix is manually copy the en file into the relative folder before cycling the supported_languages_mobile.sh array