We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running push command it adds namespace from path and ignores the configuration
"push": { "files": [ { "path": "./i18n/general/en.json", "language": "en", "namespace": "general" }, { "path": "./i18n/general/cs.json", "language": "cs", "namespace": "general" } ], "forceMode": "OVERRIDE" }
After running this i end up with all keys in i18n namespace
i18n
The text was updated successfully, but these errors were encountered:
Hey, I've tested your case and I found out that forceMode is not applied correctly when in config. (fix here: #96)
forceMode
However I was not able to replicate the error with incorrect namespaces. Is it possible that the bug is somehow connected to your bug?
Sorry, something went wrong.
No branches or pull requests
When running push command it adds namespace from path and ignores the configuration
After running this i end up with all keys in
i18n
namespaceThe text was updated successfully, but these errors were encountered: