Skip to content

Conversation

@dhorelik
Copy link

@dhorelik dhorelik commented Jun 7, 2017

Currently terms' context is being lost while exporting key-value json. If we export manually via https://poeditor.com, context is preserved as another nesting level:

{
    "term1": "phrase1",
    "context": {
        "term2": "phrase2",
        "term3": "phrase3"
    }
}

This gets trimmed to

{
    "term1": "phrase1",
    "term2": "phrase2",
    "term3": "phrase3"
}

The PR fixes that and adds context support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant