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
Is your feature request related to a problem? Please describe.
I have game that is not in English and I have to modify Dialogic to have for example history "joined", "left" and "Everyone left" translated.
Describe the solution you'd like
instead of using strings like character_name + " joined" use rather tr("{character} joined").format({"character": character_name}) so it can be translated.
Describe alternatives you've considered
I had to modify code of Dialogic.
Additional context
Dialogic 2 alpha 15. Haven't noticed any other texts other than "x joined", "x left" and "Everyone left". There is "History" button, but that should be translatable already.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have game that is not in English and I have to modify Dialogic to have for example history "joined", "left" and "Everyone left" translated.
Describe the solution you'd like
instead of using strings like
character_name + " joined"
use rathertr("{character} joined").format({"character": character_name})
so it can be translated.Describe alternatives you've considered
I had to modify code of Dialogic.
Additional context
Dialogic 2 alpha 15. Haven't noticed any other texts other than "x joined", "x left" and "Everyone left". There is "History" button, but that should be translatable already.
The text was updated successfully, but these errors were encountered: