mirror of
https://github.com/django/django.git
synced 2025-03-01 12:24:31 +00:00
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:
parent
e3f569989a
commit
ea1544e938
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user