Export into custom JSON format file
Please find below a sample of i18n chrome standard JSON file
{
"key": {
"message": "translation",
"description": "Description of a message",
"placeholders": {
"ph_1": {
"content": "Actual string that's placed within a message.",
"example": "Example shown to a translator."
},
...
}
},
...
}
Is there any possibility just with normal key(term) value(translation), be able to export into this format
There isn’t a way to export in that format, but you can rebuild the file in any way you want using the API: https://poeditor.com/docs/api