tane/apps/app_seeds/lib/i18n
vjrj b840b83c42 feat(species): auto-classify variety species from its label
Infer the catalog species a free-text variety label names ("Maiz de la
abuela" -> Zea mays) and prefill the category from the species family.

- Pure, testable matcher (domain/species_autoclassify.dart): whole-word,
  accent/case-insensitive, Unicode-aware (any script), longest-name-wins,
  ambiguous names left unclassified, light plural fold.
- Quick-add and draft naming auto-link the species when the field is empty
  (non-destructive; an explicit category is kept).
- Edit sheet offers a one-tap suggestion from the typed name.

Tests: matcher unit, repository integration, SpeciesRepository.classifyLabel,
and an edit-sheet widget test.
2026-07-10 02:23:32 +02:00
..
en.i18n.json feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
es.i18n.json feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
pt.i18n.json feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
strings.g.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
strings_en.g.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
strings_es.g.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
strings_pt.g.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00