ngx-translate-messageformat-compiler
Version:
> Compiler for ngx-translate that uses messageformat.js to compile translations using ICU syntax for handling pluralization and gender
49 lines • 1.24 kB
JSON
{
"name": "ngx-translate-messageformat-compiler",
"version": "7.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/lephyrus/ngx-translate-messageformat-compiler.git"
},
"keywords": [
"angular",
"angular 2",
"declension",
"i18n",
"icu",
"gender",
"messageformat",
"ngx-translate",
"pluralization",
"translate"
],
"author": "Lukas Rieder",
"license": "MIT",
"bugs": {
"url": "https://github.com/lephyrus/ngx-translate-messageformat-compiler/issues"
},
"homepage": "https://github.com/lephyrus/ngx-translate-messageformat-compiler#readme",
"dependencies": {
"tslib": "2.8.1"
},
"peerDependencies": {
"@angular/core": ">=13.0.0",
"@messageformat/core": "^3.2.0",
"@ngx-translate/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.46.2"
},
"module": "fesm2022/ngx-translate-messageformat-compiler.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-translate-messageformat-compiler.mjs"
}
},
"sideEffects": false
}