NovuN
Novu3y ago
SuPP

Changing the translation for notification

Hello everyone, please tell me if it is possible to implement a change of notification translation?
It's about InApp
Content inside InApp:
{{#equals lang 'ru'}}
{user_name} опубликовал новую запись {content_type}
{{else}}
{user_name} posted a new {content_type}
{{/equals}}


And I would like to be able, for example, when requesting a list of notifications, to set in which locale to receive them...
Or something like that...
Was this page helpful?