1
0
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:
Matthias Kestenholz
2019-04-17 08:41:54 +02:00
committed by Mariusz Felisiak
parent 0c916255eb
commit 80482e9249
4 changed files with 8 additions and 26 deletions

View File

@@ -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
----