mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.
This commit is contained in:
parent
07daa487ae
commit
d4783048ef
3 changed files with 17 additions and 14 deletions
|
|
@ -440,7 +440,7 @@ Translation
|
|||
The following checks are performed on your translation configuration:
|
||||
|
||||
* **translation.E001**: You have provided an invalid value for the
|
||||
:setting:`LANGUAGE_CODE` setting.
|
||||
:setting:`LANGUAGE_CODE` setting: ``<value>``.
|
||||
|
||||
URLs
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue