diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2018-11-26 12:19:13 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-03-28 20:10:50 +0100 |
| commit | 4400d8296d268f5a8523cd02ddc33b12219b2535 (patch) | |
| tree | 64ddc97f3f123d79e5a40de9cc253e87efa938a3 /docs | |
| parent | d4783048efac81f73f3b8785696111547a31bcf1 (diff) | |
Fixed #30241 -- Added more system checks of translation settings.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 9f2c538fed..84b126bf5f 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -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 ---- |
