Ticket #2302: arabic-support.diff
File arabic-support.diff, 552 bytes (added by , 18 years ago) |
---|
-
C:/Python24/Lib/site-packages/django/conf/global_settings.py
67 67 ) 68 68 69 69 # Languages using BiDi (right-to-left) layout 70 LANGUAGES_BIDI = ("he", )70 LANGUAGES_BIDI = ("he","ar") 71 71 72 72 # If you set this to False, Django will make some optimizations so as not 73 73 # to load the internationalization machinery.