Security update to Drupal 8.4.6
[yaffs-website] / vendor / drupal / console-core / config / config.yml
1 application:
2   language: 'en'
3   autowire:
4     commands:
5       forced:
6         _completion:
7           class: '\Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand'
8       name:
9         elephpant:
10           class: '\Drupal\Console\Core\Command\Exclude\ElephpantCommand'
11           arguments: ['@app.root', '@console.renderer', '@console.configuration_manager']
12         druplicon:
13           class: '\Drupal\Console\Core\Command\Exclude\DrupliconCommand'
14           arguments: ['@app.root', '@console.renderer', '@console.configuration_manager']
15   commands:
16     aliases: ~
17     defaults: ~
18     mappings: ~
19   languages:
20     en: 'English'
21     es: 'Español'
22     ca: 'Català'
23     fr: 'Français'
24     ko: '한국어'
25     hi: 'हिन्दी'
26     hu: 'Magyar'
27     id: 'Bahasa Indonesia'
28     ja: '日本語'
29     mr: 'मराठी'
30     pa: 'ਪੰਜਾਬੀ'
31     pt-br: 'Português'
32     ro: 'Romanian'
33     ru: 'pусский язык'
34     tl: 'Tagalog'
35     vn: 'Tiếng Việt'
36     zh-hans: '简体中文'
37     zh-hant: '繁體中文'