Fix README.md typo on French language name. (#171)

This commit is contained in:
Yury V. Zaytsev
2022-09-20 11:17:25 +02:00
committed by GitHub
parent 951c07b76d
commit 833acf49a1
+1 -1
View File
@@ -176,7 +176,7 @@ You must configure multilanguage `settings` and `urls` correctly:
LANGUAGES = (
("en", _("English")),
("it", _("Italiano")),
("fr", _("Française")),
("fr", _("Français")),
# more than one language is expected here
)
LANGUAGE_CODE = "en"