#1660 closed enhancement (fixed)
BiDi language tuple, functions and template tags
Reported by: | Owned by: | hugo | |
---|---|---|---|
Component: | Internationalization | Version: | magic-removal |
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
Attached a patch to add Bidi functionality. Included:
- LANGUAGES_BIDI tuple in conf/global-settings.py
- get_language_bidi() in translation.py
- template tag get_current_language_bidi (and fix an Exception string for do_get_current_language while at it)
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | django_bidi.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2911]) fixed #1660: added support functions and tags for bidi language support