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

Fix i18next not exporting language. #1641

Closed UtkarshSiddhpura closed 1 month ago

UtkarshSiddhpura commented 1 month ago

After some debugging i found that the user.js module needs to access the language from i18next while signing up the user, which the module i18next is not exporting Here https://github.com/llaske/sugarizer/blob/feature/v2/v2/js/modules/user.js#L100

Fixes #1639

llaske commented 1 month ago

Nice. Thanks.