From 4e30413f8f1d7503ed561b485a0c07f8ff053916 Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene <90701924+Mohamed-Hacene@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:21:24 +0200 Subject: [PATCH] docs: fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c82fa86..c9c6220 100644 --- a/readme.md +++ b/readme.md @@ -242,7 +242,7 @@ python manage.py compilemessages -i venv -l fr python manage.py runserver ``` -🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the `[/calendar/](http://127.0.0.1:8000/calendar/)` page, run: +🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the '[/calendar/](http://127.0.0.1:8000/calendar/)' page, run: ```sh export LC_ALL="fr_FR.UTF-8" & export LC_CTYPE="fr_FR.UTF-8" & sudo dpkg-reconfigure locales