Part-DB.Part-DB-server/config/routes/annotations.yaml

11 lines
258 B
YAML
Raw Normal View History

2019-02-23 16:49:38 +01:00
controllers:
resource: ../../src/Controller/
2019-02-23 16:49:38 +01:00
type: annotation
prefix: '{_locale}'
defaults:
_locale: '%kernel.default_locale%'
requirements:
# Match only locales like de_DE or de
_locale: "^[a-z]{2}(_[A-Z]{2})?$"