@drewjbartlett/i17n
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "dist" |
@@ -9,10 +9,10 @@ # i17n | ||
✅ basic `{ "key": "value" }` translations `t('key')` | ||
✅ nested `{ "key": "child": "value" }` translations `t('key.child')` | ||
✅ interpolated values `t('Hello, {name}!', { name: 'Drew' })` | ||
✅ count based translations `t('tree', { count: 1 }) // "tree"`, `t('tree', { count: 10 }) // "trees"` | ||
✅ smart caching - after a key is resolved once it is read from a cache | ||
✅ extending core translations | ||
✅ lightweight - 1.4kB | ||
✅ TypeScript Support | ||
- ✅ basic `{ "key": "value" }` translations `t('key')` | ||
- ✅ nested `{ "key": "child": "value" }` translations `t('key.child')` | ||
- ✅ interpolated values `t('Hello, {name}!', { name: 'Drew' })` | ||
- ✅ count based translations `t('tree', { count: 1 }) // "tree"`, `t('tree', { count: 10 }) // "trees"` | ||
- ✅ smart caching - after a key is resolved once it is read from a cache | ||
- ✅ extending core translations | ||
- ✅ lightweight - 1.4kB | ||
- ✅ TypeScript Support | ||
@@ -19,0 +19,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
16369