mirror of
				https://github.com/SectorLabs/django-localized-fields.git
				synced 2025-11-04 12:08:57 +03:00 
			
		
		
		
	Fixed typo in README (LANGUAGEs -> LANGUAGES)
This commit is contained in:
		@@ -50,7 +50,7 @@ Installation
 | 
			
		||||
     .. code-block:: python
 | 
			
		||||
 | 
			
		||||
         LANGUAGE_CODE = 'en' # default language
 | 
			
		||||
         LANGUAGEs = (
 | 
			
		||||
         LANGUAGES = (
 | 
			
		||||
             ('en', 'English'),
 | 
			
		||||
             ('nl', 'Dutch'),
 | 
			
		||||
             ('ro', 'Romanian')
 | 
			
		||||
@@ -94,7 +94,7 @@ Then apply the migration using ``python manage.py migrate``.
 | 
			
		||||
.. code-block:: python
 | 
			
		||||
 | 
			
		||||
     LANGUAGE_CODE = 'en' # default language
 | 
			
		||||
     LANGUAGEs = (
 | 
			
		||||
     LANGUAGES = (
 | 
			
		||||
          ('en', 'English'),
 | 
			
		||||
          ('nl', 'Dutch'),
 | 
			
		||||
          ('ro', 'Romanian')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user