i18next-cli 1.63.0 → 1.63.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/README.md
CHANGED
|
@@ -152,7 +152,7 @@ remain the single source of truth — inlang tools read and write them in
|
|
|
152
152
|
place, so there is no second catalog to drift. An existing
|
|
153
153
|
`project.inlang/settings.json` is never overwritten; re-running `init` is
|
|
154
154
|
safe. Requires JSON resource files. The plugin is pinned to an exact verified
|
|
155
|
-
version (`@inlang/plugin-i18next@6.2.
|
|
155
|
+
version (`@inlang/plugin-i18next@6.2.1`) — bump the `modules` URL in
|
|
156
156
|
`settings.json` to pick up newer plugin releases. Only `settings.json` is
|
|
157
157
|
scaffolded by design: `project.inlang/` is the
|
|
158
158
|
[unpacked (git-friendly)](https://inlang.com/docs/unpacked-project) project
|
package/dist/cjs/cli.js
CHANGED
|
@@ -37,7 +37,7 @@ const program = new commander.Command();
|
|
|
37
37
|
program
|
|
38
38
|
.name('i18next-cli')
|
|
39
39
|
.description('A unified, high-performance i18next CLI.')
|
|
40
|
-
.version('1.63.
|
|
40
|
+
.version('1.63.1'); // This string is replaced with the actual version at build time by rollup
|
|
41
41
|
// new: global config override option
|
|
42
42
|
program.option('-c, --config <path>', 'Path to i18next-cli config file (overrides detection)');
|
|
43
43
|
program
|
|
@@ -8,12 +8,13 @@ var jsoncParser = require('jsonc-parser');
|
|
|
8
8
|
* The plugin that teaches inlang tools (Sherlock, Fink, Paraglide) to read and
|
|
9
9
|
* write i18next JSON resource files directly.
|
|
10
10
|
*
|
|
11
|
-
* Pinned to an exact version on purpose: 6.2.
|
|
12
|
-
* verified round-trip support for plurals, context, `_zero` and ordinal keys
|
|
13
|
-
* and jsDelivr serves floating range
|
|
14
|
-
*
|
|
11
|
+
* Pinned to an exact version on purpose: 6.2.1 is the first release with
|
|
12
|
+
* verified round-trip support for plurals, context, `_zero` and ordinal keys
|
|
13
|
+
* AND working Sherlock inline annotations, and jsDelivr serves floating range
|
|
14
|
+
* URLs (`@6`) from edge caches that can lag releases by days. Bump
|
|
15
|
+
* deliberately when newer verified versions ship.
|
|
15
16
|
*/
|
|
16
|
-
const INLANG_PLUGIN_MODULE = 'https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@6.2.
|
|
17
|
+
const INLANG_PLUGIN_MODULE = 'https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@6.2.1/dist/index.js';
|
|
17
18
|
/** VS Code marketplace id of the inlang Sherlock extension. */
|
|
18
19
|
const SHERLOCK_EXTENSION_ID = 'inlang.vs-code-extension';
|
|
19
20
|
/**
|
package/dist/esm/cli.js
CHANGED
|
@@ -31,7 +31,7 @@ const program = new Command();
|
|
|
31
31
|
program
|
|
32
32
|
.name('i18next-cli')
|
|
33
33
|
.description('A unified, high-performance i18next CLI.')
|
|
34
|
-
.version('1.63.
|
|
34
|
+
.version('1.63.1'); // This string is replaced with the actual version at build time by rollup
|
|
35
35
|
// new: global config override option
|
|
36
36
|
program.option('-c, --config <path>', 'Path to i18next-cli config file (overrides detection)');
|
|
37
37
|
program
|
|
@@ -6,12 +6,13 @@ import { parse, modify, applyEdits } from 'jsonc-parser';
|
|
|
6
6
|
* The plugin that teaches inlang tools (Sherlock, Fink, Paraglide) to read and
|
|
7
7
|
* write i18next JSON resource files directly.
|
|
8
8
|
*
|
|
9
|
-
* Pinned to an exact version on purpose: 6.2.
|
|
10
|
-
* verified round-trip support for plurals, context, `_zero` and ordinal keys
|
|
11
|
-
* and jsDelivr serves floating range
|
|
12
|
-
*
|
|
9
|
+
* Pinned to an exact version on purpose: 6.2.1 is the first release with
|
|
10
|
+
* verified round-trip support for plurals, context, `_zero` and ordinal keys
|
|
11
|
+
* AND working Sherlock inline annotations, and jsDelivr serves floating range
|
|
12
|
+
* URLs (`@6`) from edge caches that can lag releases by days. Bump
|
|
13
|
+
* deliberately when newer verified versions ship.
|
|
13
14
|
*/
|
|
14
|
-
const INLANG_PLUGIN_MODULE = 'https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@6.2.
|
|
15
|
+
const INLANG_PLUGIN_MODULE = 'https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@6.2.1/dist/index.js';
|
|
15
16
|
/** VS Code marketplace id of the inlang Sherlock extension. */
|
|
16
17
|
const SHERLOCK_EXTENSION_ID = 'inlang.vs-code-extension';
|
|
17
18
|
/**
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inlang-scaffold.d.ts","sourceRoot":"","sources":["../../src/utils/inlang-scaffold.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inlang-scaffold.d.ts","sourceRoot":"","sources":["../../src/utils/inlang-scaffold.ts"],"names":[],"mappings":"AAmBA,MAAM,WAAW,qBAAqB;IACpC,mGAAmG;IACnG,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,wEAAwE;IACxE,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,4FAA4F;IAC5F,MAAM,EAAE,MAAM,GAAG,CAAC,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IACnE,oGAAoG;IACpG,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAA;CAC3B;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAsB,qBAAqB,CAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,IAAI,CAAC,CAgD1F"}
|