goooseman / storybook-addon-i18n

Storybook I18n Addon can be used to change locale of the component inside the preview in storybook
34 stars 3 forks source link

what is LionessProvider ? what should be pass ? #25

Open nightwolf-041 opened 3 years ago

nightwolf-041 commented 3 years ago

Please clarify what is this and what should be passed as a provider prop

addParameters({
  i18n: {
    provider: LionessProvider,
    supportedLocales: ["en", "ru"],
  },
});

thank you

david-morris commented 2 years ago

This is something blocking me from using this addon. If I figure it out, I'll post it here.

csvan commented 2 years ago

The plugin is deprecated, see the README for a modern approach to doing what it set out to do.