llaske / sugarizer-doc

Source code for Sugarizer web site
https://sugarizer.org
Apache License 2.0
3 stars 16 forks source link

Replace WebL10n to i18next #42

Closed llaske closed 11 months ago

llaske commented 1 year ago

The web site rely on webl10n for localization both in index.html and activities.html. It use both a local localization file locale.ini and the locales coming from Sugarizer core to get activities description (see here).

Because Sugarizer core has migrated to i18next, the idea is to migrate to i18next here. See here for inspiration.

llaske commented 11 months ago

Fixed in https://github.com/llaske/sugarizer-doc/commit/5c1e5c02f7374878908aa0167b7ccde41f9b87d2

Could be interesting to note for https://github.com/llaske/sugarizer/issues/1378 that I've added a function updateDocument method (see here) to update HTML element with the tag data-i18n.