feat(seed-saving): source attribution + advisory note
Record where the guidance comes from (copyright/attribution) and make clear it is general, not local gospel — kept light: - seed_saving.json gains a top-level sources list (Seed to Seed / Seed Savers Exchange / Organic Seed Alliance); parsed into SeedSavingData.sources, exposed via SeedSavingCatalog.sources. - The detail section shows a small muted footer: an italic 'advisory — adapt to your climate' line plus a 'Source: …' credit. - i18n seedSaving.advisory + sourcePrefix (en/es/pt/ast). - Tests: asset carries sources; the section renders advisory + credit.
This commit is contained in:
parent
d897d3934c
commit
89addb1ed7
15 changed files with 93 additions and 8 deletions
|
|
@ -114,6 +114,8 @@ class _Translations$seedSaving$ast extends Translations$seedSaving$en {
|
|||
@override String get diffEasy => 'Fácil';
|
||||
@override String get diffMedium => 'Media';
|
||||
@override String get diffHard => 'Difícil';
|
||||
@override String get advisory => 'Orientativu — afaílu al to clima y variedá.';
|
||||
@override String get sourcePrefix => 'Fonte';
|
||||
}
|
||||
|
||||
// Path: calendar
|
||||
|
|
@ -1284,6 +1286,8 @@ extension on TranslationsAst {
|
|||
'seedSaving.diffEasy' => 'Fácil',
|
||||
'seedSaving.diffMedium' => 'Media',
|
||||
'seedSaving.diffHard' => 'Difícil',
|
||||
'seedSaving.advisory' => 'Orientativu — afaílu al to clima y variedá.',
|
||||
'seedSaving.sourcePrefix' => 'Fonte',
|
||||
'calendar.title' => 'Esti mes',
|
||||
'calendar.filterChip' => 'Esti mes',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nada anotao pa ${month}.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue