Jump to content

searching string key to be translated


Go to solution Solved by Daniel F,

Recommended Posts

Posted

I am looking to translate the following string from English to local language but I cannot locate the related key to translate. Can anybody help?

 

"user1 and user2 reacted to a post in a topic"

Posted

It probably is notification__new_react  but it must include some other key in there. Here is my exact problem. Users listed do not have a space or "and" between them like in english. So it goes like this:

english: "user1, user2 and user3 reacted to a post in a topic"

translation: "user1user2user3 reacted to a post in a topic"

Posted

Without knowing what translation you added, its difficult to know what you did incorrectly there. If you can provide that, we may be able to advise

Posted

Digging a bit more, I found the problematic key to be this: notification__new_react

Even if I copy the original english content

{!#[?:%s reacted to]} %s

usernames are still listed concatenated with no space/and so the problem is with how the list of usernames are fed to this string.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...