@dhis2/d2-i18n-extract
Version:
Extract i18n.t translation strings from DHIS2 frontend apps
31 lines (30 loc) • 712 B
JSON
{
"name": "@dhis2/d2-i18n-extract",
"version": "1.0.8",
"description": "Extract i18n.t translation strings from DHIS2 frontend apps",
"main": "index.js",
"bin": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/d2-i18n-extract.git"
},
"keywords": [
"i18next",
"i18n",
"d2"
],
"author": "Muhammad Adeel",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dhis2/d2-i18n-extract/issues"
},
"homepage": "https://github.com/dhis2/d2-i18n-extract#readme",
"dependencies": {
"argparse": "^1.0.10",
"i18next-conv": "^6.0.0",
"i18next-scanner": "^2.4.4"
},
"publishConfig": {
"access": "public"
}
}