Mladen Jablanović

Results 23 comments of Mladen Jablanović

hi @eloo-abi this feature should now be included in the v2.34 of the cli.

Could it be a pluralization problem? AFAIK, JSON exports show plurals as leaves (`.one`, `.zero`, `.many`...) in the document tree, and it's indistinguishable from an actual key which contains `.one`...

The naming itself isn't wrong. It just doesn't go well when combined with pluralization and nested export/import. ``` "first_key.value": { "one": "one - THIS HAS BEEN UPDATED" }, "first_key.value.one": "one",...

Hey @realdadfish we haven't had such a request so far (and caching would be pretty big feature to implement). Can you elaborate in which way are you using the CLI...

I presume you are aware of our OTA feature? https://support.phrase.com/hc/en-us/articles/5804059067804-Over-the-Air-Strings

I see. I will open an internal feature request ticket to implement CLI pull caching, but I don't think we could tackle it any time soon. I know your workflow...

Yeah, as the pagination data is not exposed in the response body, you won't have the information available. We could perhaps add an option to output the pagination data as...

I see. As a workaround measure, you can iterate by increasing `page` parameter until there's no more results left in the response.

Hey @jimmymcpeter is it a big file? how long does it takes to pull it (when it works)?

looking at the code, we should support it both ways. at which point exactly your key changes from type "array" to type "string"? you can see that in Phrase Editor,...