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
key list
For some reason the following command:
lokalise2 --token "$LOKALISE_API_TOKEN" --project-id "$LOKALISE_PROJECT_ID" key list --filter-platforms ios --include-translations 1 --filter-translation-lang-ids "610,672,667,675,665,736,743,764,717,10168,10179,10180"
gives me a redundant JSON object at the end of the response which causes parsing trouble:
"is_archived": false, "base_words": 3, "char_limit": 0, "modified_at": "2024-08-28 13:42:42 (Etc/UTC)", "modified_at_timestamp": 1724852562 } ] } { "project_id": "384787975bd81c6599ccc3.30756087", "keys": [] }
My collegues do not have this issue for some reason.
lokalise2
brew install lokalise/cli-2/lokalise2
The text was updated successfully, but these errors were encountered:
This is most likely related to #138
Sorry, something went wrong.
No branches or pull requests
Description
For some reason the following command:
gives me a redundant JSON object at the end of the response which causes parsing trouble:
My collegues do not have this issue for some reason.
Specs
lokalise2
versionbrew install lokalise/cli-2/lokalise2
)The text was updated successfully, but these errors were encountered: