You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Redux-i18n inside my React components. Works as designed. Now, I have several business logic as separate functions within my action creator files. This includes additional error handling and validity checks. Some of them are display other are sent by eMail. At this point I know the user / recipient and want to show them the message / mail in their preferred language. I use templates in the backend of course, but I have certain attributes from the application I want to add and translate.
For this reason, I'd like to translate the messages in the action creators. Is there a way to access the translate literals handy like in the components with the t() function?
The text was updated successfully, but these errors were encountered:
I'm using Redux-i18n inside my React components. Works as designed. Now, I have several business logic as separate functions within my action creator files. This includes additional error handling and validity checks. Some of them are display other are sent by eMail. At this point I know the user / recipient and want to show them the message / mail in their preferred language. I use templates in the backend of course, but I have certain attributes from the application I want to add and translate.
For this reason, I'd like to translate the messages in the action creators. Is there a way to access the translate literals handy like in the components with the t() function?
The text was updated successfully, but these errors were encountered: