mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
15 lines
580 B
YAML
15 lines
580 B
YAML
|
en:
|
||
|
NONAMESPACE: Include Entity without Namespace
|
||
|
SPRINTFNONAMESPACE: My replacement no namespace: %s
|
||
|
SPRINTFINCLUDENONAMESPACE: My include replacement no namespace: %s
|
||
|
LAYOUTTEMPLATENONAMESPACE: Layout Template no namespace
|
||
|
i18nTestModule:
|
||
|
# Comment for entity
|
||
|
ENTITY: Entity with "Double Quotes"
|
||
|
ADDITION: Addition
|
||
|
MAINTEMPLATE: Main Template
|
||
|
WITHNAMESPACE: Include Entity with Namespace
|
||
|
LAYOUTTEMPLATE: Layout Template
|
||
|
SPRINTFNAMESPACE: My replacement: %s
|
||
|
i18nTestModuleInclude.ss:
|
||
|
SPRINTFINCLUDENAMESPACE: My include replacement: %s
|