Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.post.update.yml
diff --git a/vendor/drupal/console-en/translations/generate.post.update.yml b/vendor/drupal/console-en/translations/generate.post.update.yml
new file mode 100644 (file)
index 0000000..88d29d8
--- /dev/null
@@ -0,0 +1,9 @@
+description: 'Generate an implementation of hook_post_update_NAME()'
+help: 'The <info>"%s"</info> command helps you generate a hook post update NAME "%s"'
+options:
+    post-update-name: 'Post Update Name'
+questions:
+    post-update-name: 'Please provide the Post Update Name to be implemeted'
+messages:
+    wrong-post-update-name: 'The post update name "%s" is invalid'
+    post-update-name-already-implemented: 'The post update name "%s" was already implemented'