Fixed typo in README (LANGUAGEs -> LANGUAGES)

This commit is contained in:
Swen Kooij 2016-10-22 22:15:27 +03:00 committed by GitHub
parent 14f8f739dc
commit cb32bab127

View File

@ -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')