This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-core/config/config.yml
2018-11-23 12:29:20 +00:00

38 lines
1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: '繁體中文'