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
- Source and translation files can be at any depth level within the packs
- For more details about the file pattern, check the Translation Files Structure Guide