Opened 18 years ago

Closed 18 years ago

Last modified 5 years ago

#1660 closed enhancement (fixed)

BiDi language tuple, functions and template tags

Reported by: meir@… 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)

django_bidi.diff (3.1 KB ) - added by meir@… 18 years ago.

Download all attachments as: .zip

Change History (4)

by meir@…, 18 years ago

Attachment: django_bidi.diff added

comment:1 by hugo, 18 years ago

Resolution: fixed
Status: newclosed

(In [2911]) fixed #1660: added support functions and tags for bidi language support

comment:2 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Easy pickings: unset
UI/UX: unset

In 07daa487:

Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In 6ac921b:

[2.2.x] Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.

Backport of 07daa487aeb7d41d69d7d1cf9d4b3648e299e4ac from master

Note: See TracTickets for help on using tickets.
Back to Top