YunoHost / issues

General issue tracker for the YunoHost project
72 stars 8 forks source link

Support RTL language #793

Open yunohost-bot opened 7 years ago

yunohost-bot commented 7 years ago
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.

yunohost-bot commented 7 years ago
Properties Change

Author: moul

yunohost-bot commented 7 years ago
Original Redmine Comment

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.

yunohost-bot commented 6 years ago
Original Redmine Comment

Author: ljf


OpenTunisia ask for doing something for this issue during the cyber-workshop

selfhoster1312 commented 1 year ago

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