mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
14 lines
323 B
YAML
14 lines
323 B
YAML
controllers:
|
|
resource: ../../src/Controller/
|
|
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})?$"
|
|
|
|
kernel:
|
|
resource: ../../src/Kernel.php
|
|
type: annotation
|