@@ -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.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user