Skip to content

Commit

Permalink
incorporate changes from main project readme (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymo authored and jmolivas committed Feb 9, 2017
1 parent c2cc7c9 commit 32c1e4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions translations/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<info>source "$HOME/.console/console.rc" 2>/dev/null</info>
Bash or Zsh: Add this line to your shell configuration file:
<info>source "$HOME/.console/console.rc" 2>/dev/null</info>
Expand Down

0 comments on commit 32c1e4c

Please sign in to comment.