Ticket #2302: arabic-support.diff

File arabic-support.diff, 552 bytes (added by Ahmad Alhashemi, 18 years ago)

Patch to add Arabic to the list of BIDI languages

  • C:/Python24/Lib/site-packages/django/conf/global_settings.py

     
    6767)
    6868
    6969# Languages using BiDi (right-to-left) layout
    70 LANGUAGES_BIDI = ("he",)
     70LANGUAGES_BIDI = ("he","ar")
    7171
    7272# If you set this to False, Django will make some optimizations so as not
    7373# to load the internationalization machinery.
Back to Top