Django

Code

Ticket #4624: persian_rtl.diff

File persian_rtl.diff, 469 bytes (added by Reza Mohammadi <reza@zeerak.ir>, 1 year ago)

append fa to list of languages using BiDi? (right-to-left) layout

  • django/conf/global_settings.py

    old new  
    8080) 
    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 
    8686# to load the internationalization machinery.