mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 03:32:55 +03:00
Fixed typo in README (LANGUAGEs -> LANGUAGES)
This commit is contained in:
parent
14f8f739dc
commit
cb32bab127
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user