marcoXbresciani / TKCompanionApp

A short and small helper for Toyota Kata practitioners - If you're reading this here on GitHub, please note that main repository is now Codeberg: https://codeberg.org/marco.bresciani/TKCompanionApp
GNU General Public License v3.0
3 stars 1 forks source link

Switching language through settings does not switch bottom navigation bar #6

Open marcoXbresciani opened 2 years ago

marcoXbresciani commented 2 years ago

When switching languages through the Info -> Language area, the bottom navigation bar remains in the original language. See 5Q Card screenshot in README.md.

Found in v0.6.0. Since v0.5.0.

marcoXbresciani commented 2 years ago

Changed menu and layout. Now it's through Settings, but similar issue: clicking on a language, the Settings dialog does not switch language as well, together with the bottom navigation bar.

marcoXbresciani commented 2 years ago

Again, switching language does not change the current page, while changing page through the bottom navigation bar allows seeing pages in the new language... unless the pages were already open. In this situation the pages are not translated! 😞

marcoXbresciani commented 2 years ago

Components for bottom navigation are lazy loaded and seems there's no way to disable the lazy mode. Wondering if this requires a restructuring of navigation...