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

my-merge-progressivo1^2
Yury V. Zaytsev 2022-09-20 11:17:25 +02:00 committed by GitHub
parent 951c07b76d
commit 833acf49a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"