CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
3 stars 1 forks source link

Enable choosing app locale #19

Closed MrCsabaToth closed 3 weeks ago

MrCsabaToth commented 1 month ago

We have a Spanish translation ready, but there's no app locale switcher yet.

MrCsabaToth commented 4 weeks ago

The implementation is cool:

  1. We display language flag to help visually thanks to https://pub.dev/packages/country_flags
  2. We translate language name from language code in locale independent manner thanks to https://pub.dev/packages/flutter_localized_locales

However we have #36