Borderless-Gaming
Borderless-Gaming copied to clipboard
Support for RTL languages
I wanted to try to localize the UI to Hebrew but it seems there is no option to do it due to it being pre-programmed to operate in LTR interface. I couldn't find non-hacky way in the code to add flag for the directionality of the particular language,
proper localization for RTL would require also to invert the existing GUI meaning things like:
- "Favorites(automatic)" on the left while "Applications" on the right.
- alignment of labels to the right.
- change in the messages the alignment to the right.
in the very least it would require to change the labels to print text RTL if an RTL language selected.