intlify / intlify/bundle-tools

Option `include` with same named locale files should be merged

Open
#3 10 comments 6 reactions 0 assignees View on GitHub
status: proposal
Dominant language
TypeScript
Stars
270
Forks
46
PR merge metrics
No merged PRs in 30d

Description

eg.

My Config
```js
vueI18n({
include: ['./myProject/submodule/locales/**', './myProject/locales/**']
})
```

And my locale files could be places here:
```sh
├── ./myProject/
│ ├── ./submodule/locales/en.yaml
│ ├── ./locales/en.yaml
```

Only `'./myProject/submodule/locales/**'` works right now.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.