BlakeBarrett / Lore

The shared, single source of truth for everything.
3 stars 0 forks source link

feature: Add translations #5

Open BlakeBarrett opened 7 months ago

BlakeBarrett commented 7 months ago

Ask

As a non-enUS Lore user, I want to see all hint text and strings according to the language settings of my host OS. so that I feel more at home with sharing the Lore.

Notes

The app is already set up for i18n and l10n, we need to add new language .aab files in the https://github.com/BlakeBarrett/Lore/tree/main/lib/l10n directory. We don't need to support all Locales just yet, in case any string may change during development.

BlakeBarrett commented 7 months ago

Bonus points if a unit test can validate a translated string when the langLocale of the widget pumper is overridden.