mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
This partly reverts commit 4400d8296d.
This commit is contained in:
committed by
Mariusz Felisiak
parent
0c916255eb
commit
80482e9249
@@ -448,9 +448,6 @@ The following checks are performed on your translation configuration:
|
||||
* **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