OpenUpSA / pocketreporter

Superceded by https://github.com/OpenUpSA/pocket-reporter | A tool for helping young reporters write better stories.
http://pocketreporter.co.za
MIT License
1 stars 4 forks source link

Support l10n #8

Open longhotsummer opened 7 years ago

longhotsummer commented 7 years ago

We have had a number of requests to localise the app. We should look into the cost of doing this.

An option would be to use http://airbnb.io/polyglot.js/

Current requests:

longhotsummer commented 7 years ago

We're tracking this in the https://github.com/Code4SA/pocketreporter/tree/l10n branch

longhotsummer commented 7 years ago

Topics and questions will be translated based on keys:

Most other phrases will be translated using the english as the key

longhotsummer commented 7 years ago

We should probably have a script to put together a spreadsheet of translations, based on the 'en-za' translation in L10N.js, so that it's easier to source translations. Dealing with a .json file is awkward.