X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fconfig.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fconfig.yml;h=8c56fa1b47161e20f5406523e2ed3a2f4a50bbf6;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-core/config/config.yml b/vendor/drupal/console-core/config/config.yml new file mode 100644 index 000000000..8c56fa1b4 --- /dev/null +++ b/vendor/drupal/console-core/config/config.yml @@ -0,0 +1,37 @@ +application: + language: 'en' + autowire: + commands: + forced: + _completion: + class: '\Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand' + name: + elephpant: + class: '\Drupal\Console\Core\Command\Exclude\ElephpantCommand' + arguments: ['@app.root', '@console.renderer', '@console.configuration_manager'] + druplicon: + class: '\Drupal\Console\Core\Command\Exclude\DrupliconCommand' + arguments: ['@app.root', '@console.renderer', '@console.configuration_manager'] + commands: + aliases: ~ + defaults: ~ + mappings: ~ + languages: + en: 'English' + es: 'Español' + ca: 'Català' + fr: 'Français' + ko: '한국어' + hi: 'हिन्दी' + hu: 'Magyar' + id: 'Bahasa Indonesia' + ja: '日本語' + mr: 'मराठी' + pa: 'ਪੰਜਾਬੀ' + pt-br: 'Português' + ro: 'Romanian' + ru: 'pусский язык' + tl: 'Tagalog' + vn: 'Tiếng Việt' + zh-hans: '简体中文' + zh-hant: '繁體中文'