X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fconfig.validate.debug.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fconfig.validate.debug.yml;h=9e8ded57024d56b64df655594d71427e69055baa;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/config.validate.debug.yml b/vendor/drupal/console-en/translations/config.validate.debug.yml new file mode 100644 index 000000000..9e8ded570 --- /dev/null +++ b/vendor/drupal/console-en/translations/config.validate.debug.yml @@ -0,0 +1,8 @@ +description: 'Validate a schema implementation before a module is installed.' +help: 'Helper function to validate a schema implementation before a module is installed. Specify the config and the schema file paths as arguments and validation will be run against them, making schema easier to debug without time consuming installs' +options: {} +arguments: {} +messages: + noConfFile: 'Config file at the specified path does not exist' + noConfSchema: 'Config schema at the specified path does not exist' + noSchemaName: 'Could not find schema definition in schema file. Using definition name:' \ No newline at end of file