This project is not covered by Drupal’s security advisory policy.

A translator which allows you to export source data into a JSON and import the translated in return.

It export/import the JSON in the following format:

{
   "job_id": "1",
   "source": "en",
   "target": "ru",
   "translations": [
      {
         "key": "1][title][0][value",
         "parent label": "Title",
         "label": "",
         "original": "This is a test page",
         "translated": "Это тестовая страница"
      },
      {
         "key": "1][body][0][value",
         "parent label": "Body",
         "label": "Text",
         "original": "Lorem Ipsum is simply dummy text.",
         "translated": "Lorem Ipsum - это текст-'рыба'."
      }
   ]
}

Dependencies:

Currently supported file formats:

  • JSON

Similar projects:

Supporting organizations: 

Project information

Releases