node-gettext
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0
{ | ||
"name": "node-gettext", | ||
"description": "A JavaScript implementation of gettext, a localization framework", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0", | ||
"author": "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
<p align="center"> | ||
<img src="docs/node-gettext-logo.png" width="160" height="160" /> | ||
<img src="https://raw.githubusercontent.com/alexanderwallin/node-gettext/master/docs/node-gettext-logo.png" width="160" height="160" /> | ||
</p> | ||
@@ -15,5 +15,5 @@ | ||
If you just want to parse or compile mo/po files, check out [gettext-parser](https://github.com/smhg/gettext-parser). | ||
If you just want to parse or compile mo/po files, for use with this library or elsewhere, check out [gettext-parser](https://github.com/smhg/gettext-parser). | ||
**NOTE:** This is the README for v2 of node-gettext, which introduces many braking changes and is currently in alpha. You can find the [README for v1 here](https://github.com/alexanderwallin/node-gettext/blob/master/docs/v1/README.md). | ||
**NOTE:** This is the README for v2 of node-gettext, which introduces several braking changes. You can find the [README for v1 here](https://github.com/alexanderwallin/node-gettext/blob/master/docs/v1/README.md). | ||
@@ -85,3 +85,3 @@ * [Features](#features) | ||
### Recipes | ||
### Recipes | ||
@@ -367,3 +367,3 @@ #### Load and add translations from .mo or .po files | ||
## Migrating from v1 to v2 | ||
## Migrating from v1 to v2 | ||
@@ -370,0 +370,0 @@ Version 1 of `node-gettext` confused domains with locales, which version 2 has corrected. `node-gettext` also no longer parses files or file paths for you, but accepts only ready-parsed JSON translation objects. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
92488
0