Empty-list translation seeded
Auto-generated from the source archive. Do not edit by hand — rerun
catalyst-changelog-syncinstead.
What changed
Section titled “What changed”generateFrontTranslationsseeds aNo<PluralPascal>Foundkey underfrontend/public/i18n/<bc>/<lang>.jsonper module, with a language-aware default:'No <pluralLower> found.'foren,'No se encontraron <pluralLower>.'fores. Unknown langCode falls back to the English form.- The seed is idempotent — only writes when the key is currently
undefined. Existing values (manually edited or previously seeded) are preserved verbatim. - A new
NO_RESULTS_FOUND_DEFAULTSdispatch map at the bottom ofcode-writer.tsis the single source of truth for these defaults; adding a new language is one entry.
Why it matters
Section titled “Why it matters”Every list-component already binds [emptyMessage]="t('<bc>.<mod>.No<Plural>Found')", but the translation handler never seeded that key — five of seven IAM modules rendered the raw iam.role.NoRolesFound text in production when their list was empty. Regenerating any module of an existing BC backfills the key in both languages with no risk to other entries.