You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TAO doesn't seem to support RTL, which is necessary for the Arabic language in my case
For example, when writing an item in both Arabic and English, the question get missy as follows:
@RoduanKareemAldeen came up with a quick solution, which solved our problem temporarily by adding
.qti-prompt, .label-content {
direction: rtl;
}
to default.css
Hope that RTL would be the default when changing the general language from English to Arabic.
The text was updated successfully, but these errors were encountered:
Hello @beshr-eldebuch.
Thank you for raising this issue. It is already planned to be addressed by our team in a forthcoming version. This will take care of the direction for the prompt and also of the text and position of check boxes of the choices. Almost all other interactions are taken care of too.
The other point you raise (default direction of newly created items when changing the general language) is a very good point. I'll add this to our backlog.
I'll keep you updated when I have some progress to communicate.
Thank you @julien-sebire, that's great.
Another question though, are you working on supporting the Arabic translation even more? Because the current translation isn't accurate (I bet it's a google translate) nor complete (not everything is translated).
I think we might help a little bit on this side.
TAO doesn't seem to support RTL, which is necessary for the Arabic language in my case
For example, when writing an item in both Arabic and English, the question get missy as follows:
@RoduanKareemAldeen came up with a quick solution, which solved our problem temporarily by adding
to default.css
Hope that RTL would be the default when changing the general language from English to Arabic.
The text was updated successfully, but these errors were encountered: