Version 1
[yaffs-website] / vendor / drupal / console-core / config.yml
diff --git a/vendor/drupal/console-core/config.yml b/vendor/drupal/console-core/config.yml
new file mode 100644 (file)
index 0000000..145a436
--- /dev/null
@@ -0,0 +1,37 @@
+application:
+  language: 'en'
+  autowire:
+    commands:
+      forced:
+        _completion:
+          class: '\Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand'
+      name:
+        drush:
+          class: '\Drupal\Console\Core\Command\Exclude\DrushCommand'
+          arguments: ['@console.configuration_manager', '@console.chain_queue']
+        elephpant:
+          class: '\Drupal\Console\Core\Command\Exclude\ElephpantCommand'
+          arguments: ['@app.root', '@console.renderer']
+        druplicon:
+          class: '\Drupal\Console\Core\Command\Exclude\DrupliconCommand'
+          arguments: ['@app.root', '@console.renderer']
+  languages:
+    en: 'English'
+    es: 'Español'
+    ca: 'Català'
+    fr: 'Français'
+    gu: 'ગુજરાત'
+    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: '繁體中文'