chore: updating changeset

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-04-01 11:07:07 +01:00
parent d1ce7a47d9
commit e2fd54992d
2 changed files with 7 additions and 8 deletions
+2 -8
View File
@@ -1,11 +1,5 @@
---
'@backstage/plugin-catalog-import': minor
'@backstage/plugin-catalog-import': patch
---
Add i18n support for catalog-import plugin
`ImportStepper` component now supports i18n, it's `generateStepper` prop now
accepts a third `t: TranslationFunction<typeof catalogImportTranslationRef.T>`
function from `@backstage/core-plugin-api/alpha` and uses it to translate the
stepper steps, checkout `catalogImportTranslationRef` from `@backstage/plugin-catalog-import/alpha`
for more details.
Add i18n support for `catalog-import` plugin.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-import': minor
---
**BREAKING**: `generateStepper` and `defaultGenerateStepper` now require a translation argument to be passed through for supporting translations.