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

Push add wrong namespace #95

Open
cipami opened this issue Jul 5, 2024 · 1 comment
Open

Push add wrong namespace #95

cipami opened this issue Jul 5, 2024 · 1 comment

Comments

@cipami
Copy link

cipami commented Jul 5, 2024

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
msedge_c9q5zDZGFp

@stepan662
Copy link
Contributor

Hey, I've tested your case and I found out that forceMode is not applied correctly when in config.
(fix here: #96)

However I was not able to replicate the error with incorrect namespaces. Is it possible that the bug is somehow connected to your bug?

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