mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30241 -- Added more system checks of translation settings.
This commit is contained in:
committed by
Mariusz Felisiak
parent
d4783048ef
commit
4400d8296d
@@ -441,6 +441,16 @@ The following checks are performed on your translation configuration:
|
||||
|
||||
* **translation.E001**: You have provided an invalid value for the
|
||||
:setting:`LANGUAGE_CODE` setting: ``<value>``.
|
||||
* **translation.E002**: You have provided an invalid language code in the
|
||||
:setting:`LANGUAGES` setting: ``<value>``.
|
||||
* **translation.E003**: You have provided an invalid language code in the
|
||||
:setting:`LANGUAGES_BIDI` setting: ``<value>``.
|
||||
* **translation.E004**: You have provided a value for the
|
||||
:setting:`LANGUAGE_CODE` setting that is not in the :setting:`LANGUAGES`
|
||||
setting.
|
||||
* **translation.E005**: You have provided values in the
|
||||
:setting:`LANGUAGES_BIDI` setting that are not in the :setting:`LANGUAGES`
|
||||
setting.
|
||||
|
||||
URLs
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user