New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-translate-messageformat-compiler

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-translate-messageformat-compiler - npm Package Compare versions

Comparing version

to
1.1.1

4

package.json
{
"name": "ngx-translate-messageformat-compiler",
"version": "1.1.0",
"version": "1.1.1",
"description": "Compiler for ngx-translate that uses messageformat.js to compile translations using ICU syntax for handling pluralization and gender",

@@ -14,3 +14,3 @@ "scripts": {

"type": "git",
"url": "git+https://github.com/lephryus/ngx-translate-messageformat-compiler.git"
"url": "git+https://github.com/lephyrus/ngx-translate-messageformat-compiler.git"
},

@@ -17,0 +17,0 @@ "keywords": [

@@ -59,4 +59,4 @@ # ngx-translate-messageformat-compiler

Back in Angular 1, [angular-translate](https://github.com/angular-translate/angular-translate), formerly by @PascalPrecht, provided support for ICU syntax using messageformat.js.
This compiler "plugin" adds the same rich pluralization support to the excellent [ngx-translate](https://github.com/ngx-translate/core).
Thanks to @ocombe for his work and his support in getting pluggable compiler support into the core. Thanks also to @PascalPrecht for suggesting a contribution when I talked to him about this at Jazoon.
Back in AngularJS, [angular-translate](https://github.com/angular-translate/angular-translate), formerly by @PascalPrecht, provided support for ICU syntax using messageformat.js.
This compiler "plugin" adds the same rich pluralization support to the excellent [ngx-translate](https://github.com/ngx-translate/core) for Angular (2+).
Thanks to @ocombe for his work and his supporting pluggable compilers in the core. Thanks also to @PascalPrecht for suggesting a contribution when I talked to him about this at Jazoon.