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

[FEATURE] Tag to disable automatic localization #232

Open
viciious opened this issue Dec 14, 2014 · 2 comments
Open

[FEATURE] Tag to disable automatic localization #232

viciious opened this issue Dec 14, 2014 · 2 comments

Comments

@viciious
Copy link
Contributor

Occasionally one might want a string not to be translated/localized at all, e.g: a nickname, a song title, etc. As of now, libRocket calls SystemInterface::TranslateString for everything.

@dwimsey
Copy link
Member

dwimsey commented Dec 16, 2014

Is this causing a noticeable performance issue? Or more appropriately, why since you can just not translate those items in TranslateString?

@viciious
Copy link
Contributor Author

It's more a convenience issue than a performance issue. For instance, in our game we display list of your friends whom you can interact with in certain ways or see their game status.
Obviously, we want their aliases/nicknames to be consistent across the UI, the web forum and parts of the game where we don't use libRocket: e.g., game chat.

andreasschultes pushed a commit to andreasschultes/libRocket that referenced this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants