Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.

This commit is contained in:
Nick Pope 2019-03-07 22:40:58 +00:00 committed by Mariusz Felisiak
parent 07daa487ae
commit d4783048ef
3 changed files with 17 additions and 14 deletions

View file

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