Auties00 / Reboot-Launcher

GUI(Flutter & Fluent UI) and CLI Launcher for the Reboot Project
50 stars 28 forks source link

Translation of info page is not working #54

Closed kenzdev1337 closed 3 months ago

kenzdev1337 commented 3 months ago

I was translating the launcher to French when I noticed that the files that contains description in the "info tab" weren't used and instead the launcher used the English ones. Even by changing the file names back to the original English name it didn't worked.

image

This is happening because of translation.dart relying on Intl.getCurrentLocale() that always return en_US.

Another issue that I noticed is that on language change, the language where the launcher fetch the info files isn't updated. The language would change only by relaunching entirely the app.

I am not experienced with Flutter/Dart. I tried to fix it but wasn't working well. Could someone look this up? Thanks

kenzdev1337 commented 3 months ago

UPDATE : Auties confirmed this issue will be fixed in the next update, issue closed