tane/apps/app_seeds/lib
vjrj 9bf5c5cfbc feat(i18n): add Asturian (asturianu) as a language
Adds Asturianu, translated in full (345 strings), plus the wiring to
make a minority language work end to end — the OS language picker is an
unreliable way to reach it, so the in-app choice must be explicit and
remembered.

- Model Asturian as the real `ast` locale (honest, international-by-design),
  not a fake `es-AST` region — slang rejects a 3-letter region anyway.
- Flutter ships no Material/Cupertino/intl localizations for `ast`, so map
  the framework chrome to Spanish (`materialLocaleFor`); the app's own text
  stays Asturian via slang. Fixes an "Invalid locale ast" crash when the
  auto-backup date was formatted with intl.
- Persist the picked language in the keystore (LocaleStore) and restore it
  at startup so it survives restarts and wins over the device locale.
- Settings: add the Asturianu tile; compare the full AppLocale so `es` and
  `ast` aren't both marked selected.

Tests: LocaleStore round-trip, locale switch + Spanish-chrome fallback,
and a regression for the intl date crash under Asturian.
2026-07-10 15:43:33 +02:00
..
data feat(block2): publish my seeds to the network (completes publish->discover) 2026-07-10 10:18:30 +02:00
db feat(inventory): photo-first drafts + on-device OCR (digitization R2+R4) 2026-07-09 21:23:46 +02:00
di feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
domain Solve lint issue 2026-07-10 10:34:43 +02:00
i18n feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
state feat(market): search + pull-to-refresh in the market list 2026-07-10 15:40:13 +02:00
ui feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
app.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
main.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00