Translate Database Notifications?
Hi, is it possible to translate the database notifications? Especially if they are ran through a job.
For example the new Export Action, which does this:
That text needs to be translated in Dutch, French and English. However in the database notifications table, I don't see a way how to make it translatable.
Also in the redis itself I can't retrieve
because it always return the default locale. So I can't just handle it from there.
Since notifications are user based, I'm fine to just push the translatable strings to the database, but I can't seem to figure out how to access the user his locale in a Redis Job.
0 Replies