i18next-parser
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -31,3 +31,5 @@ import _typeof from "@babel/runtime/helpers/typeof"; /** | ||
if (!key) { | ||
target[entry.namespace] = {}; | ||
if (!target[entry.namespace]) { | ||
target[entry.namespace] = {}; | ||
} | ||
return { target: target, duplicate: duplicate, conflict: conflict }; | ||
@@ -34,0 +36,0 @@ } |
{ | ||
"name": "i18next-parser", | ||
"description": "Command Line tool for i18next", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -26,3 +26,3 @@ # i18next Parser [![Build Status](https://travis-ci.org/i18next/i18next-parser.svg?branch=master)](https://travis-ci.org/i18next/i18next-parser) [![codecov](https://codecov.io/gh/i18next/i18next-parser/branch/master/graph/badge.svg?token=CJ74Vps41L)](https://codecov.io/gh/i18next/i18next-parser) | ||
- **Plural**: keys of the form `key_zero`, `key_one`, `key_two`, `key_few`, `key_many` and `key_other` as described [here](https://www.i18next.com/translation-function/plurals) | ||
- Tested on Node 10+. If you need support for 6 and 8, look at the `1.0.x` versions. | ||
- `6.x` is tested on Node 14 and 16. | ||
@@ -33,4 +33,2 @@ ## Versions | ||
For legacy users on `0.x`, the code has since been entirely rewritten and there is a dedicated [branch](https://github.com/i18next/i18next-parser/tree/0.x.x) for it. You are highly encouraged to upgrade! | ||
## Usage | ||
@@ -37,0 +35,0 @@ |
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
1549
97937
397