JuroOravec/html-webpack-inline-i18n-plugin

View on GitHub
test/fixtures/webpack/entry1.json

Summary

Maintainability
Test Coverage
{
  "en": {
    "some": {
      "translation": "here",
      "and_translation": "there"
    }
  },
  "de": {
    "some": {
      "translation": "hier",
      "and_translation": "dort"
    }
  }
}