Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/i18n/internationalizing_games.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ It is possible to override text and control layout direction by using the follow

- ``text_direction``, sets the base text direction. When set to "auto", direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm,
- ``language``, overrides current project locale.
- ``structured_text_bidi_override property`` and ``_structured_text_parser callback``, enables special handling for structured text.
- ``structured_text_bidi_override`` property and ``_structured_text_parser`` callback, enables special handling for structured text.
- ``layout_direction``, overrides control mirroring.

.. image:: img/ui_mirror.png
Expand Down