ooni / translations

OONI translations
8 stars 2 forks source link

Issues with plurals #16

Open lorenzoPrimi opened 3 years ago

lorenzoPrimi commented 3 years ago

As @cyBerta pointed out here https://github.com/ooni/probe-android/pull/393 We might have some problems with the plurals in some languages.

At the moment we have every string in a spreadsheet that we download in a .csv format and we use the scripts in this repo https://github.com/ooni/translations precisely https://github.com/ooni/translations/blob/master/sync-csv-source.sh to sync the csv with transifex.

And update_languages_ios.sh && update_languages_android.sh to bring the string back into the mobile projects.