ngx-translate-messageformat-compiler
Advanced tools
Comparing version
{ | ||
"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. |