Changes between Initial Version and Version 1 of Ticket #30241


Ignore:
Timestamp:
Mar 7, 2019, 5:06:16 PM (6 years ago)
Author:
Nick Pope
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30241

    • Property Has patch set
    • Property Patch needs improvement set
  • Ticket #30241 – Description

    initial v1  
    44- `translation.E003`: `'You have provided an invalid language code in the LANGUAGES_BIDI setting: {}.'`
    55- `translation.E004`: `'You have provided a value for the LANGUAGE_CODE setting that is not in the LANGUAGES setting.'`
    6 - `translation.W005`: `'You have provided values in the LANGUAGE_BIDI setting that are not in the LANGUAGES setting.'`
     6- `translation.W005`: `'You have provided values in the LANGUAGES_BIDI setting that are not in the LANGUAGES setting.'`
    77
    88Note `W005` instead of `E005` - this case can simply be a warning because it will not cause things to go wrong, but highlights a potential configuration issue.
Back to Top