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
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Import and export, Multilingual, Developer tools
- Ecosystem: Translation Management Tool
12 sites report using this module
- Created by Vlad Stratulat on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
8.x-1.1
released 4 August 2023
Works with Drupal: ^8 || ^9 || ^10
Added Drupal 10 compatibility
Install:


