Add RTL language property

This doesn't have an effect yet, but it'll do things like
right-alignment in textboxes and other design-flipping.
This commit is contained in:
Dav999
2024-01-03 19:07:28 +01:00
committed by Misa Elizabeth Kai
parent 2003eed2a5
commit 37c4f76988
24 changed files with 69 additions and 0 deletions

View File

@@ -26,6 +26,9 @@
<!-- When automatically uppercasing, allow ~ to be used to stop the next letter from being uppercased (for Irish) -->
<toupper_lower_escape_char>1</toupper_lower_escape_char>
<!-- Enable for RTL languages like Arabic or Hebrew -->
<rtl>0</rtl>
<!-- The indication that a certain menu option or button is selected -->
<menu_select>[ {label} ]</menu_select>
<menu_select_tight>[{label}]</menu_select_tight>