-
Notifications
You must be signed in to change notification settings - Fork 10.4k
raylib: multilang #36195
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
raylib: multilang #36195
Conversation
| rl.draw_rectangle_rounded(self.update_notif_rect, 0.3, 10, highlight_color) | ||
|
|
||
| text = "UPDATE" | ||
| text = tr("UPDATE") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we auto wrap everything? that’d be a huge upgrade from qt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can wrap rl.draw_text, but you'd need to programmatically explore all parts of the UI to create/update the translations. And doesn't handle dynamic text mixed with static text, plurals, etc.
|
This PR has had no activity for 9 days. It will be automatically closed in 2 days if there is no activity. |
… didn't use trn properly!!!!!!!!!!!!!!!!!

























made the combined font with