Blame view

framework/tests/i18n/_fakewebroot/i18ntestmodule/lang/en.yml 580 Bytes
a63b5418   Administrator   first_commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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