iotaledger / iotaledger/firefly
[Task]: Fix change all strings in app when switching language
- Dominant language
- TypeScript
- Stars
- 478
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
### Task description
Changing language doesn't switch all strings to the new language.
ex: Switching language to English changes most of the strings except Log out and Settings

The problem might be caused because `localize` is not reactive, the logic around localization is not reactive, so we either reload the app or try fixing it so its somehow reactive
### Requirements
Change all strings to desired language
### Creation checklist
- [X] I have assigned this task to the correct people
- [X] I have added the most appropriate labels
- [X] I have linked the correct milestone and/or project
Contributor guide
Assessment
This issue has not been assessed yet.