@cloarec/transloco-mf2
Version:
The implementation of the TranslocoTranspiler interface in this project uses [messageformat V4](https://messageformat.github.io/documents/Project_Overview.html). Since V4, the library [messageformat](https://github.com/messageformat/messageformat) provi
40 lines • 831 B
JSON
{
"name": "@cloarec/transloco-mf2",
"version": "0.0.4",
"repository": {
"url": "https://github.com/lucascloarec/transloco-mf2"
},
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0",
"@jsverse/transloco": "^7.6.1",
"messageformat": "^4.0.0-10"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"transloco",
"messageformat",
"messageformat 2",
"mf2",
"angular",
"i18n",
"translate",
"pluralization",
"gender",
"translate"
],
"module": "fesm2022/cloarec-transloco-mf2.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/cloarec-transloco-mf2.mjs"
}
}
}