From 32c1e4c31500ba4ccd5e68bd74977fd6258c3e37 Mon Sep 17 00:00:00 2001 From: rymo Date: Thu, 9 Feb 2017 10:02:27 -0600 Subject: [PATCH] incorporate changes from main project readme (#75) --- translations/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/translations/application.yml b/translations/application.yml index a7cf903..9b5a21e 100644 --- a/translations/application.yml +++ b/translations/application.yml @@ -32,6 +32,11 @@ messages: learning: route: "In order to to create pages it is necessary to define routes for them.\nA route maps a URL path to a controller. It defines what function\nor method will be called when a URL is accessed.\nIf the user accesses http://drupal8.dev/{{ route.path }}, the routing\nsystem will look for a route with that path. In this case it will find a\nmatch, and execute the _controller callback. In this case the callback is\ndefined as a classname\n(\"\\Drupal\\{{ module }}\\Controller\\{{ class_name }}\")\nand a method (\"{{ route.method }}\")." autocomplete: | + Bash: Bash support depends on the http://bash-completion.alioth.debian.org/ + project which can be installed with your package manager of choice. Then add + this line to your shell configuration file. + source "$HOME/.console/console.rc" 2>/dev/null + Bash or Zsh: Add this line to your shell configuration file: source "$HOME/.console/console.rc" 2>/dev/null