Translations feature disappeared?
Hi folks!
I'm evaluating the cloud version of Novu for our company's product, and I'm seeing references to a Translations Management feature, including in some relatively recent blog posts, but it seems to be missing from the web console, and the links from the blog posts lead to 404s.. Has this feature been dropped? Are there plans to bring it back, or has it been retired permanently?
Thanks!
9 Replies
@Alex S
If you signed up on novu cloud recently, you will see new dashboard. Translation feature is not yet supported on new dashboard.
We had translation feature on legacy dashboard in trials and paid tiers
Can you please share your usecase with us for translations feature?
Could you please share blog links that leads to 404s ?
Got it. Is it possible to revert to the old dashboard for the time being?
And also, even if I do, where can I see the documentation for this feature? It seems to be missing in the docs too, not only in the dashboard...
The following two blogs link to a doc that's missing (at the end of each post, and maybe there are additional links in the posts as well, I didn't check everything):
https://novu.co/blog/implementing-internationalization-in-apps-how-to-translate-notifications/
https://novu.co/blog/translate-your-apps-notification-content-to-different-languages-using-i18n/
Implementing Internationalization in Apps: How to Translate Notific...
Learn how to implement internationalization in your apps by translating your notifications into different languages.
Translate your App's Notification content to different languages us...
Translate your App's Notification content to different languages with i18n using Novu.
Our use case is pretty straightforward I think -- our product is running batch processes that need emails / slack messages to be sent at their completion, and we want a complete solution for managing those. We have international customers so we need to be able to send notifications in different languages
In the Swagger, the Translations section also opens to an empty section (https://api.novu.co/api#/Translations). Does that mean that the feature has been completely dropped, not only from the dashboard but from the backend as well?
@Alex S
- Check out this doc for translation feature
https://v0.x-docs.novu.co/content-creation-design/translations
- could you please send us an email to [email protected]. Please use the same email you used to signup on novu. I can check if it is possible to revert to legacy dashboard
- Swagger file reflects changes as per new dashboard thst's why translation apis are not available
Thanks! I've sent an email.
Thanks for the documentation link. I would like to check out the APIs as well. When I look at the API docs on the same site (https://v0.x-docs.novu.co/api-reference/overview), I don't see translations APIs. Is there some other place where I can see them?
Novu
What is Novu? - Novu
Novu is a full-stack (UI, API & GitOps) open source notification infrastructure tool and platform for building, managing, delivering, and monitoring all types of end-user notifications.
@Alex S, you just advanced to level 1!
@Alex S
Thanks, I will update you asap
I remember, earlier also we did not have translation apis.translation files can be uploaded and then edited from UI only
Maybe I can use the APIs that the UI uses to manage them? We manage everything "as code" programmatically, we can't rely on UI configuration...
@Alex S
We enabled legacy dashboard for your account.
I can use the APIs that the UI uses to manage them?Our public apis can be accessible using
Authorization
header with value ApiKey <NOVU_SECRET_KEY>
Since these translation apis are not public, so it will not be possible to use those apis using Authorization header