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

Localization error in FoodChain #1608

Open VishnuVardhanBR opened 3 months ago

VishnuVardhanBR commented 3 months ago

Tutorials and descriptions not working in FoodChain.

gif

llaske commented 3 months ago

Oh you're right, well done :+1: It works when the Sugarizer language is set to English, French or Portuguese. It fails for others: I guess you've not set one of these? The activity should have a fallback language (English) when the current Sugarizer doesn't match one of the language in the activity.

VishnuVardhanBR commented 3 months ago

Upon checking further I noticed, Bug occurs when using languages other than English, French or Portuguese, or for a new user with no language changes.

llaske commented 3 months ago

Fixed in https://github.com/llaske/sugarizer/pull/1611