X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcache.rebuild.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcache.rebuild.yml;h=f3a6118e7cbc429e35299d2db9d5f8dc51c55f93;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/cache.rebuild.yml b/vendor/drupal/console-en/translations/cache.rebuild.yml new file mode 100644 index 000000000..f3a6118e7 --- /dev/null +++ b/vendor/drupal/console-en/translations/cache.rebuild.yml @@ -0,0 +1,15 @@ +description: 'Rebuild and clear all site caches.' +options: + cache: 'Only clear a specific cache.' +messages: + welcome: 'Welcome to the cache:rebuild command' + rebuild: 'Rebuilding cache(s), wait a moment please.' + completed: 'Done clearing cache(s).' + invalid_cache: 'Cache "%s" is invalid.' +questions: + cache: 'Select cache.' +examples: + - description: Rebuild all caches + execution: drupal cr all + - description: Rebuild discovery cache + execution: drupal cr discovery