mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
21 lines
281 B
YAML
21 lines
281 B
YAML
---
|
|
Name: basei18n
|
|
Before: '/i18n'
|
|
---
|
|
i18n:
|
|
module_priority:
|
|
- admin
|
|
- framework
|
|
- sapphire
|
|
---
|
|
Name: defaulti18n
|
|
---
|
|
i18n:
|
|
module_priority:
|
|
- other_modules
|
|
---
|
|
Name: textcollector
|
|
---
|
|
Injector:
|
|
i18nTextCollector_Writer: 'i18nTextCollector_Writer_RailsYaml'
|