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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-08-11 06:28:51 +00:00
parent e3f569989a
commit ea1544e938
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ LANGUAGES = (
)
# Languages using BiDi (right-to-left) layout
LANGUAGES_BIDI = ("he", "ar")
LANGUAGES_BIDI = ("he", "ar", "fa")
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.