mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +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
|
.. code-block:: python
|
||||||
|
|
||||||
LANGUAGE_CODE = 'en' # default language
|
LANGUAGE_CODE = 'en' # default language
|
||||||
LANGUAGEs = (
|
LANGUAGES = (
|
||||||
('en', 'English'),
|
('en', 'English'),
|
||||||
('nl', 'Dutch'),
|
('nl', 'Dutch'),
|
||||||
('ro', 'Romanian')
|
('ro', 'Romanian')
|
||||||
@ -94,7 +94,7 @@ Then apply the migration using ``python manage.py migrate``.
|
|||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
LANGUAGE_CODE = 'en' # default language
|
LANGUAGE_CODE = 'en' # default language
|
||||||
LANGUAGEs = (
|
LANGUAGES = (
|
||||||
('en', 'English'),
|
('en', 'English'),
|
||||||
('nl', 'Dutch'),
|
('nl', 'Dutch'),
|
||||||
('ro', 'Romanian')
|
('ro', 'Romanian')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user