Version 1
[yaffs-website] / vendor / drupal / console-en / translations / settings.set.yml
diff --git a/vendor/drupal/console-en/translations/settings.set.yml b/vendor/drupal/console-en/translations/settings.set.yml
new file mode 100644 (file)
index 0000000..adf68b3
--- /dev/null
@@ -0,0 +1,11 @@
+description: 'Change a specific setting value in DrupalConsole config file'
+arguments:
+  name: 'Setting name in YAML flatten format to set a value in Drupal Console config file'
+  value: 'Setting value to set in Drupal Console config file'
+messages:
+  error-parsing: 'An error occurs during parsing of YAML file "%s".'
+  error-generating: 'Error setting new language in config file.'
+  error-writing: 'Error writing config file.'
+  success: 'Setting "%s" was set to "%s"'
+  missing-file: 'The "%s" config file is missing, try executing `drupal init`'
+  missing-language: 'Provided language: "%s", not found'