#2089 closed enhancement (fixed)
BiDi supporting patches for docs, template context and admin
Reported by: | Owned by: | hugo | |
---|---|---|---|
Component: | Internationalization | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This follows #1660. It adds:
- LANGUAGE_BIDI context variable
- updates docs/i18n.txt to include information about the new context variable
- Modifies admin's login.html and base.html to feed rtl stylesheets which import the corresponding stylesheets and override the ltr specific settings
- 2 RTL enabled admin stylesheets (base_rtl.css and login_rtl.css).
Also see attached a screenshot of the admin's RTL login screen.
Attachments (4)
Change History (5)
by , 18 years ago
Attachment: | django_bidi.diff added |
---|
by , 18 years ago
Attachment: | django_login_bidi.png added |
---|
Screenshot of the RTL Hebrew version of the login screen
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch to add LANGUAGE_BIDI context var, update i18n.txt doc and feed rtl enabled stylesheets