Skip to content

Commit

Permalink
include router spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrysweel committed May 6, 2015
1 parent 3da36a9 commit ee157b1
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Resources/config/routing/routing-es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
ant_help_index:
path: /
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Default:index.html.twig'

ant_help_migration:
path: /migracion
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Help:migration.html.twig'

ant_help_register_nickname:
path: /registrar-apodo
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Help:registerNickname.html.twig'

ant_help_nick_index:
path: /apodo
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:User:nick_index.html.twig'

ant_help_channel_index:
path: /canales
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Channel:index.html.twig'

ant_help_account_index:
path: /cuenta
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Account:index.html.twig'

ant_help_report_index:
path: /reportes
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Report:index.html.twig'

ant_help_stepper_index:
path: /stepper
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Stepper:index.html.twig'

ant_help_stepper:
path: /paso-a-paso/{template}
defaults:
_controller: HelpBundle:Show:stepper

ant_help_command_index:
path: /comandos
defaults:
_controller: FrameworkBundle:Template:template
template: 'HelpBundle:Command:index.html.twig'

0 comments on commit ee157b1

Please sign in to comment.