Fix README.md typo on French language name. (#171)
This commit is contained in:
@@ -176,7 +176,7 @@ You must configure multilanguage `settings` and `urls` correctly:
|
|||||||
LANGUAGES = (
|
LANGUAGES = (
|
||||||
("en", _("English")),
|
("en", _("English")),
|
||||||
("it", _("Italiano")),
|
("it", _("Italiano")),
|
||||||
("fr", _("Française")),
|
("fr", _("Français")),
|
||||||
# more than one language is expected here
|
# more than one language is expected here
|
||||||
)
|
)
|
||||||
LANGUAGE_CODE = "en"
|
LANGUAGE_CODE = "en"
|
||||||
|
|||||||
Reference in New Issue
Block a user