diff --git a/.changeset/empty-games-hug.md b/.changeset/empty-games-hug.md index b588f440dd..e5bb0b4a95 100644 --- a/.changeset/empty-games-hug.md +++ b/.changeset/empty-games-hug.md @@ -2,4 +2,8 @@ '@backstage/plugin-catalog': patch --- -Added missing i18n +Add missing translation entries for catalog UI text. + +This change adds translation keys and updates relevant UI components to use the correct localized labels and text in the catalog plugin. It ensures that catalog screens such as entity layout, tabs, search result items, table labels, and other UI elements correctly reference the i18n system for translation. + +No functional behavior is changed aside from the improved internationalization support. diff --git a/plugins/catalog/src/alpha/translation.ts b/plugins/catalog/src/alpha/translation.ts index b0376466f6..f346c408b9 100644 --- a/plugins/catalog/src/alpha/translation.ts +++ b/plugins/catalog/src/alpha/translation.ts @@ -79,7 +79,7 @@ export const catalogTranslationRef = createTranslationRef({ kind: 'Kind', type: 'Type', lifecycle: 'Lifecycle', - Owner: 'Owner', + owner: 'Owner', }, catalogTable: { warningPanelTitle: 'Could not fetch catalog entities.', diff --git a/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx b/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx index fac38aa7af..0e604f2d5b 100644 --- a/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx +++ b/plugins/catalog/src/components/CatalogSearchResultListItem/CatalogSearchResultListItem.tsx @@ -147,7 +147,7 @@ export function CatalogSearchResultListItem( )} {result.owner && ( )}