Right-to-left language display broken in Course Certificates display
hurtstotouchfire opened this issue · 1 comments
hurtstotouchfire commented
This ticket may cover multiple independent bugs and need to be broken up. The "Issue date" is the only translated string. We're not certain how best to handle this.
This was logged for course certificates, and would be fixed in edx-platform: https://github.com/edx/edx-platform/blob/40964045e4cc284a8761419d2dc3cdd8e5cd1c6e/lms/djangoapps/certificates/views/webview.py#L123
Original Report:
Learners with browsers using a right to left language as their default will see the certificate jumbled:
Steps to reproduce
- Set browser default language to Arabic or other R to L language
- View a certificate
- Note the signatures, instructor names and Valid cert ID are to the left instead of the right.
Also to note, usually the Issue date is in the browser default language instead of the certificate language (this is the only bit actually translated)