Ticket #4624: persian_rtl.diff
File persian_rtl.diff, 469 bytes (added by , 17 years ago) |
---|
-
django/conf/global_settings.py
80 80 ) 81 81 82 82 # Languages using BiDi (right-to-left) layout 83 LANGUAGES_BIDI = ("he", "ar" )83 LANGUAGES_BIDI = ("he", "ar", "fa") 84 84 85 85 # If you set this to False, Django will make some optimizations so as not 86 86 # to load the internationalization machinery.