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

ui/raylib: add gettext support for multi-language translations #34360

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

deanlee
Copy link
Contributor

@deanlee deanlee commented Jan 12, 2025

  1. Used the _("") function for all translatable strings in the UI, following the standard Gettext pattern.
  2. Added a new SCons command, scons translations, to generate, update, and compile .po files for translations without requiring a full project compile:
    scons translations
    

@deanlee deanlee force-pushed the raylib_multilang branch 2 times, most recently from 5dcbeaf to dcb8e64 Compare January 12, 2025 03:31
@deanlee deanlee force-pushed the raylib_multilang branch 6 times, most recently from 5130061 to e18612d Compare January 16, 2025 13:51
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

Successfully merging this pull request may close these issues.

1 participant