Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder namespace support #30

Open
edreyyo opened this issue Feb 2, 2023 · 1 comment
Open

Folder namespace support #30

edreyyo opened this issue Feb 2, 2023 · 1 comment

Comments

@edreyyo
Copy link

edreyyo commented Feb 2, 2023

@jwbay Does this package support folder namespace support? For example:

examples
├── en
│   └── namespace.json
├── de
│   └── namespace.json
└── es
    └── namespace.json

Thanks in advance

@zdenkolini
Copy link

just started researching this, but don't have the time to analyze the source code of this repo.
a bit late with a potential solution, but you could take a look at the benawad/dogehouse repository.
in the kibbeh folder/project (nextjs client) there is a script that runs a sync of the json files, you could adapt this to your usecase, as it currently only takes the translation.json file into account when syncing the files.

script for syncing
package.json script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants