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 is_layout_rtl() translation domain aware #97918

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

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    40f4769 View commit details
    Browse the repository at this point in the history
  2. Avoid using get_tool_locale() when possible

    `TextServer` has a bunch of APIs that uses `get_tool_locale()` when an
    empty language parameter is passed. This behavior can't be changed, so
    the best I can do is to avoid passing empty strings for these
    parameters.
    timothyqiu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6a2c13a View commit details
    Browse the repository at this point in the history