Skip to content

Localizing the Adapt It Mobile User Interface

eb1 edited this page Oct 1, 2013 · 12 revisions

To be determined...

We are currently using i18next, an open source javascript library, to add support for the localization of the Adapt It Mobile UI. i18next supports importing / exporting .po files through i18next-conv (http://i18next.com/pages/ext_i18next-conv.html). I’m thinking that this should only be done once, since there’s a bit of manual editing that needs to be done to get rid of strings we won’t use in Adapt It Mobile. After that, we can edit the files by hand or use i18next-webtranslate (http://i18next.com/pages/ext_webtranslate.html) to serve up an editor interface.

This might be the easiest way for people to contribute to the localization of the Adapt It Mobile interface into their language.