question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

eg.

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:open
  • Created 2 years ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

2reactions
volarnamecommented, Feb 24, 2022

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

────locales
    │
    ├───en
    │   │   common.yaml
    │   │   component1.yaml
    │   │   component2.yaml
    │   
    ├───fr
    │   │   common.yaml
    │   │   component1.yaml
    │   │   component2.yaml
0reactions
volarnamecommented, Mar 10, 2022

any comment from creators? any ETA on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found