MyGit

v0.6.2

novuhq/novu

版本发布时间: 2022-07-31 16:27:02

novuhq/novu最新发布版本:v0.24.0(2024-03-18 17:44:43)

i18n support for notification-center component

It is now possible to translate the notification center UI elements by passing a translation object or a premade translation. More info can be found on the documentation page.

Custom object implementation:

<NovuProvider i18n={{
  // Make sure that the following is a proper 2 letter language code,
  // since this is used by moment.js in order to calculate the relative time for each notification
  lang: "de",
  
  translations: {
    poweredBy: "unterstützt von",
    markAllAsRead: "Alles als gelesen markieren",
    notifications: "Benachrichtigungen",
  },
}}>
</NovuProvider>

Premade languages created by the community:

<NovuProvider i18n={'en'}>
</NovuProvider>

What else has changed

Full Changelog: https://github.com/novuhq/novu/compare/v0.6.0...v0.6.2

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-07-31发行的版本