eleventy-i18n
Version:
i18n for Eleventy with dynamic parameters and pluralization support
34 lines (33 loc) • 897 B
JSON
{
"name": "eleventy-i18n",
"version": "0.5.0",
"description": "i18n for Eleventy with dynamic parameters and pluralization support",
"funding": "https://github.com/mathieuprog/eleventy-i18n?sponsor=1",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"bump": "npm --no-git-tag-version version"
},
"homepage": "https://github.com/mathieuprog/eleventy-i18n#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mathieuprog/eleventy-i18n.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"i18n",
"multilingual"
],
"author": "Mathieu Decaffmeyer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mathieuprog/eleventy-i18n/issues"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}