@uniflowed/i18n 0.10.0 → 0.11.1
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
// definition-time contract checks, translations with partial coverage and an
|
|
203
203
|
// `untranslated` list, lazily loaded locales with one load per locale, and
|
|
204
204
|
// negotiation over `Accept-Language` including quality values and `*`.
|
|
205
|
-
// `
|
|
205
|
+
// `npm/i18n/i18n.test.js` covers each.
|
|
206
206
|
//
|
|
207
207
|
// **Not implemented, and a gap.** The catalogue is not extracted at build
|
|
208
208
|
// time. `uf build` does not walk a project for `message(…)` calls, so there is
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniflowed/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Type-safe internationalisation on MessageFormat 2: a message's arguments are checked at the call, part of the Unified Toolchain for Flow.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/ubugeeei-prod/uf.git",
|
|
11
|
-
"directory": "
|
|
11
|
+
"directory": "npm/i18n"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": "./index.js",
|