Option `include` with same named locale files should be merged
See original GitHub issueeg.
My Config
vueI18n({
include: ['./myProject/submodule/locales/**', './myProject/locales/**']
})
And my locale files could be places here:
├── ./myProject/
│ ├── ./submodule/locales/en.yaml
│ ├── ./locales/en.yaml
Only './myProject/submodule/locales/**'
works right now.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8
Top Results From Across the Web
Use “Keep Both” to Merge Same Name Files into ... - OSXDaily
If you have two folders with identical names at two different locations, you can merge them into a single folder. Hold down the...
Read more >Merging 2 files with the same name in 2 different branches in git
If you didn't made changes to both files in the same place, it will merge without problems(maybe a conflict at another location).
Read more >Combine document revisions - Microsoft Support
Merge two versions of a document · Click Review > Compare > Combine. · Under Original document, click the down arrow and choose...
Read more >Merge Documents with Similar File Names using AutoSplit
This tutorial shows you how to merge PDF files with similar file names into a single PDF document. Unlike simply compiling files into...
Read more >Merging only one file from a git branch (patching)
Say you have branches for different aspects of the same project and you want to merge only a single file (e.g. the configuration...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
anything that will provide possobility to split code and dont use translations directly in components is welcomed, at least this: also the warning about local and global scope is very annoying
any comment from creators? any ETA on this?