Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 961 Bytes

README.en.md

File metadata and controls

25 lines (23 loc) · 961 Bytes

Directory Structure for Language Files

The source files and target files are located inside packs/, they can be at any level within config/locales/:

packs/*/config/locales/
├── en.yml                                # Level 1
├── foo/
│   └── en.yml                           # Level 2
├── foo/
│   └── bar/
│       └── en.yml                       # Level 3
├── foo/
│   └── bar/
│       └── baz/
│           └── en.yml                   # Level 4
└── foo/
    └── bar/
        └── baz/
            └── qux/
                └── en.yml               # Level 5

Important