diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 33f7aebb6b..034fed0a72 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -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.