This project allows you to export your Drupal strings to a JSON i18n that can be read by another front-end framework. Like Vue.js for example.

Example:

{
  "links": {
    "home": "Home",
    "about": "About",
    "english": "English version",
    "french": "French version"
  },
  "home": {
    "title": "Welcome",
    "introduction": "This is an introduction in English."
  },
  "about": {
    "title": "About",
    "introduction": "This page is made to give you more informations."
  }
}
Supporting organizations: 
Development and bug fixing

Project information

Releases