Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make texts in the Dialogic translatable #2398

Open
Tetragramat opened this issue Sep 14, 2024 · 0 comments
Open

Make texts in the Dialogic translatable #2398

Tetragramat opened this issue Sep 14, 2024 · 0 comments
Labels
Enhance ⚡ Improve a feature's workflow.

Comments

@Tetragramat
Copy link

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.

@Jowan-Spooner Jowan-Spooner added the Enhance ⚡ Improve a feature's workflow. label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhance ⚡ Improve a feature's workflow.
Projects
None yet
Development

No branches or pull requests

2 participants