@jarenjs/locales 0.67.0 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -291,3 +291,7 @@ Every subpath a consumer can import, derived from the manifest by
|
|
|
291
291
|
| `@jarenjs/locales/zh-tw` | JavaScript | declared |
|
|
292
292
|
| `@jarenjs/locales/package.json` | metadata | — |
|
|
293
293
|
<!--/fact-->
|
|
294
|
+
|
|
295
|
+
Author JSON template catalogs and MessageSpec references with the
|
|
296
|
+
[messages pen](../linq/docs/MESSAGES-PEN.md); existing locale render functions
|
|
297
|
+
retain their pluralization and formatting behavior.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/locales",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.72.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./dist/types/index.d.ts",
|
|
@@ -102,6 +102,6 @@
|
|
|
102
102
|
"prepack": "npm run build:types"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@jarenjs/core": "^0.
|
|
105
|
+
"@jarenjs/core": "^0.72.0"
|
|
106
106
|
}
|
|
107
107
|
}
|