Skip to content

Instantly share code, notes, and snippets.

@matthieuauger
Created October 28, 2015 16:11
Show Gist options
  • Save matthieuauger/ecd3e9387fa261d62302 to your computer and use it in GitHub Desktop.
Save matthieuauger/ecd3e9387fa261d62302 to your computer and use it in GitHub Desktop.
# routing.yml
app_fr:
resource: routing_fr.yml
condition: "request.attributes.get('_locale') == 'fr'"
app_en:
resource: routing_en.yml
condition: "request.attributes.get('_locale') == 'en'"
# routing_fr.yml
route1:
path: /routeFR
# routing_en.yml
route2:
path: /routeEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment