Problem
The flagship "Create Knowledge" wizard and the Knowledge Store management UI reference ~80 i18n keys that are missing from all four locale files (en/es/ca/eu). The components render anyway via inline { default: 'English…' } fallbacks, so in Spanish, Catalan, and Basque the entire wizard, the add-content modal, the ingestion/indexing progress modal, and the locked-config / chunking-params panels appear in English.
Affected components include StepKSSetup, StepLibraryContent, KnowledgeStoreDetail, KnowledgeStoresList, AddContentToKSModal, IngestionProgressModal, and CreateKnowledgeWizard.
The rest of the app has near-perfect locale parity, which makes this stand out.
Expected
Add the missing keys to all four locales with proper es/ca/eu translations so the wizard and KS UI render in the selected language.
Scope
Frontend localization only. Builds on the wizard cleanup (which removed the dead keys first).
Problem
The flagship "Create Knowledge" wizard and the Knowledge Store management UI reference ~80 i18n keys that are missing from all four locale files (
en/es/ca/eu). The components render anyway via inline{ default: 'English…' }fallbacks, so in Spanish, Catalan, and Basque the entire wizard, the add-content modal, the ingestion/indexing progress modal, and the locked-config / chunking-params panels appear in English.Affected components include
StepKSSetup,StepLibraryContent,KnowledgeStoreDetail,KnowledgeStoresList,AddContentToKSModal,IngestionProgressModal, andCreateKnowledgeWizard.The rest of the app has near-perfect locale parity, which makes this stand out.
Expected
Add the missing keys to all four locales with proper es/ca/eu translations so the wizard and KS UI render in the selected language.
Scope
Frontend localization only. Builds on the wizard cleanup (which removed the dead keys first).