Part-DB.Part-DB-server/config/routes/annotations.yaml
2019-09-12 18:30:12 +02:00

8 lines
201 B
YAML

controllers:
resource: ../../src/Controller/
type: annotation
prefix: '{_locale}'
requirements:
# Match only locales like de_DE or de
_locale: "^[a-z]{2}(_[A-Z]{2})?$"