mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user