kInvalidOutputJsonTemplate constant

String const kInvalidOutputJsonTemplate

add all errors here?

Implementation

static const kInvalidOutputJsonTemplate =
    '''Invalid pattern supplied for [config::output_json_template]
Use the star char (*) once, its a placeholder for the locale name.

Example:
 - app_*.json > app_en.json
 - *.json > en.json
 - *-i18n > en-i18n.json
''';