Django

Code

Changeset 5840

Show
Ignore:
Timestamp:
08/11/07 01:28:51 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/global_settings.py

    r5693 r5840  
    8181 
    8282# Languages using BiDi (right-to-left) layout 
    83 LANGUAGES_BIDI = ("he", "ar"
     83LANGUAGES_BIDI = ("he", "ar", "fa"
    8484 
    8585# If you set this to False, Django will make some optimizations so as not