New file format supported: react-intl

By Edouard on February 13, 2017

You can now translate react-intl JavaScript files with WebTranslateIt.

react-intl files are JSON files which are parsed in a specific way by WebTranslateIt. Descriptions will be extracted out and displayed as a developer instructions.

{
    "key.confirmation.title": {
        "description": "{variable} Title for that dialog",
        "message": "Hello"
    }
}

We hope you will find this new file format useful. Thank you for using WebTranslateIt.