mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed indentation in docs/topics/i18n/translation.txt.
This commit is contained in:
		| @@ -2020,8 +2020,8 @@ Notes: | ||||
|   set :setting:`LANGUAGES` to a list of languages. For example:: | ||||
|  | ||||
|       LANGUAGES = [ | ||||
|         ('de', _('German')), | ||||
|         ('en', _('English')), | ||||
|           ('de', _('German')), | ||||
|           ('en', _('English')), | ||||
|       ] | ||||
|  | ||||
|   This example restricts languages that are available for automatic | ||||
|   | ||||
		Reference in New Issue
	
	Block a user