X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fyaml.split.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fyaml.split.yml;h=0000000000000000000000000000000000000000;hp=a348e53389671ec68bd560cd9e96270748b803cc;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/yaml.split.yml b/vendor/drupal/console-en/translations/yaml.split.yml deleted file mode 100644 index a348e5338..000000000 --- a/vendor/drupal/console-en/translations/yaml.split.yml +++ /dev/null @@ -1,11 +0,0 @@ -description: 'Split a YAML file using indent as separator criteria' -arguments: - yaml-file: 'Path of YAML file to be splitted' -options: - indent-level: 'Split YAML file using a specific indent level' - exclude-parents-key: 'Exclude the "parents" key from the generated file' - starting-key: 'YAML Key from where start split - useful to extract partial elements' -messages: - generating-split: 'Generating new files' - split-generated: 'File "%s" was generated' - invalid-key: 'Provided key as stating YAML key wasn''t found, combine with indent-level 0 to extract values'