Open stherold opened 2 months ago
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
This is most likely related to https://github.com/lokalise/lokalise-cli-2-go/pull/138
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
)