-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: translations are missing in the notification centre #5015
Comments
@parsch if I understand correctly you are willing to help with those languages? Assigning you 🙏 |
@scopsy I'll start with an overview of the languages for which the strings Checked languages contain all strings (or will be covered in an upcoming pull request). In case anyone can help with translations, here's the English version as reference.
|
@scopsy out of curiosity: how did you come up with all existing translations? I'm happy to help with this issue, just wondering how I could support this beyond updating languages I'm somehow familiar with. |
All translations are contributed by community members, so it might take a while to get to full availability on all languages 😃 |
I can provide a translation in Simplified Chinese but I'm not a developer and don't know how to contribute, maybe someone can do it? { |
Thanks @sieratwb, I'll integrate that. |
📜 Description
While https://github.com/novuhq/novu/blob/main/packages/notification-center/src/i18n/languages/en.ts contains 8 strings, most other languages contain 5 strings only. The missing strings are
removeMessage
,markAsRead
andmarkAsUnRead
.This leads to language confusions in the notification centre, for example with
i18n="de"
showing a mixture of German and English strings.I could provide following translations:
da, de, fr, it
👟 Reproduction steps
Add a different language than English to the
NovuProvider
:👍 Expected behavior
All translations within the notification centre should be in German.
👎 Actual Behavior with Screenshots
Translations for
removeMessage
,markAsRead
andmarkAsUnRead
are missing and the English strings are being displayed instead.Novu version
Novu SaaS
npm version
NA
node version
NA
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: