ozgunozerk/howmuch

Implement localization

Opened this issue · 0 comments

User-facing strings (like, "Welcome") should be localized. This will have 2 major benefits:

  1. better structure for the app
  2. adding a new language support for the app would become much more easier

This can be a useful guide: https://blog.colman.tk/articles/flutter-internationalization-with-getx/