llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
195 stars 410 forks source link

Improve the localization handling using i18next-vue #1622

Closed UtkarshSiddhpura closed 1 month ago

UtkarshSiddhpura commented 2 months ago

I've built i18next-vue lib from the source and had to remove the usage of es6 import/export in that file. Instead, I tried using global variables and the Vue object provided by vue.js lib, which allows us to use i18next-vue in our app.

UtkarshSiddhpura commented 1 month ago
llaske commented 1 month ago

Good job @UtkarshSiddhpura , it's far better :+1: