mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
16 lines
369 B
YAML
16 lines
369 B
YAML
controllers:
|
|
resource:
|
|
path: ../../src/Controller/
|
|
namespace: App\Controller
|
|
type: attribute
|
|
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: attribute
|