Open yunohost-bot opened 7 years ago
Author: moul
Author: Bram
A friend told me it was a simple css option to set in the good situation, therefor I don't expect this to be that much work.
According to this extremely not usefully written page https://www.w3.org/International/tutorials/bidi-xhtml/ you simply need to put direction: rtl;
as css attribute of the <html>
tag when you have a right-to-left language.
I would suggest that we do this as soon as we get translation for one of those languages.
Author: ljf
OpenTunisia ask for doing something for this issue during the cyber-workshop
Setting dir=rtl
for the entire page is good, but form inputs should probably use dir=auto
, as well as other elements where the directionality may be different from the locale.
See: https://www.w3.org/International/tutorials/bidi-xhtml/index.en.html#nutshell
Original Redmine Issue: 793
Author Name: opi
RTL stands for "Right To Left", for language such as Arabic, Hebrew and Persian.
Some reading: https://en.wikipedia.org/wiki/Right-to-left
Both Web admin and SSOwat are concerned.