There is a parameter to download android strings unquoted according to the poeditor rest api:
https://poeditor.com/docs/api
Some endpoints will require you to send the parameter values as JSON.
Here's an example of a properly formatted JSON, for a request to export to Android Strings with unquoted strings using the «options» parameter:
[{"unquoted": 1}]
It would be great if the script provided such an option as well.
There is a parameter to download android strings unquoted according to the poeditor rest api:
https://poeditor.com/docs/api
It would be great if the script provided such an option as well.