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
I have 2 json files:
{ "subject": "Subject1" }
{ "subject": "Subject2" }
as you can see, they both have the same subject key.
subject
When I run commands to upload my json files:
lokalise2 file upload --lang-iso en --file "src/file1.json" --project-id <project_id> --token <token_id> lokalise2 file upload --lang-iso en --file "src/file2.json" --project-id <project_id> --token <token_id>
I got uploaded only the subject from the first file1.json
file1.json
Expected behavior: both subject keys are uploaded and assigned to different files in localise. Everything works OK when they keys are different
The text was updated successfully, but these errors were encountered:
I'm using lokalise2 version 3.0.1
lokalise2 version 3.0.1
Sorry, something went wrong.
No branches or pull requests
I have 2 json files:
as you can see, they both have the same
subject
key.When I run commands to upload my json files:
I got uploaded only the
subject
from the firstfile1.json
Expected behavior: both
subject
keys are uploaded and assigned to different files in localise.Everything works OK when they keys are different
The text was updated successfully, but these errors were encountered: