Skip to content

Commit 32c1e4c

Browse files
rymojmolivas
authored andcommitted
incorporate changes from main project readme (#75)
1 parent c2cc7c9 commit 32c1e4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

translations/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ messages:
3232
learning:
3333
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 }}\")."
3434
autocomplete: |
35+
Bash: Bash support depends on the http://bash-completion.alioth.debian.org/
36+
project which can be installed with your package manager of choice. Then add
37+
this line to your shell configuration file.
38+
<info>source "$HOME/.console/console.rc" 2>/dev/null</info>
39+
3540
Bash or Zsh: Add this line to your shell configuration file:
3641
<info>source "$HOME/.console/console.rc" 2>/dev/null</info>
3742

0 commit comments

Comments
 (0)