@twin.org/validate-locales 0.0.3-next.31 → 0.0.3-next.33

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/dist/es/cli.js CHANGED
@@ -20,7 +20,7 @@ export class CLI extends CLIBase {
20
20
  return this.execute({
21
21
  title: "TWIN Validate Locales",
22
22
  appName: "validate-locales",
23
- version: "0.0.3-next.31", // x-release-please-version
23
+ version: "0.0.3-next.33", // x-release-please-version
24
24
  icon: "⚙️ ",
25
25
  supportsEnvFiles: false,
26
26
  overrideOutputWidth: options?.overrideOutputWidth
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAA0C;QAE1C,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,uBAAuB;YAC9B,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,IAAI,EAAE,KAAK;YACX,gBAAgB,EAAE,KAAK;YACvB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;SACjD,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;OAGG;IACO,aAAa,CAAC,OAAgB;QACvC,2BAA2B,CAAC,OAAO,CAAC,CAAC;IACtC,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport type { Command } from \"commander\";\nimport { buildCommandValidateLocales } from \"./commands/validateLocales.js\";\n\n/**\n * The main entry point for the CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options.\n\t * @param options.overrideOutputWidth Override the output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: { overrideOutputWidth?: number }\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Validate Locales\",\n\t\t\t\tappName: \"validate-locales\",\n\t\t\t\tversion: \"0.0.3-next.31\", // x-release-please-version\n\t\t\t\ticon: \"⚙️ \",\n\t\t\t\tsupportsEnvFiles: false,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Configure any options or actions at the root program level.\n\t * @param program The root program command.\n\t */\n\tprotected configureRoot(program: Command): void {\n\t\tbuildCommandValidateLocales(program);\n\t}\n}\n"]}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAA0C;QAE1C,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,uBAAuB;YAC9B,OAAO,EAAE,kBAAkB;YAC3B,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,IAAI,EAAE,KAAK;YACX,gBAAgB,EAAE,KAAK;YACvB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;SACjD,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;OAGG;IACO,aAAa,CAAC,OAAgB;QACvC,2BAA2B,CAAC,OAAO,CAAC,CAAC;IACtC,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport type { Command } from \"commander\";\nimport { buildCommandValidateLocales } from \"./commands/validateLocales.js\";\n\n/**\n * The main entry point for the CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options.\n\t * @param options.overrideOutputWidth Override the output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: { overrideOutputWidth?: number }\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Validate Locales\",\n\t\t\t\tappName: \"validate-locales\",\n\t\t\t\tversion: \"0.0.3-next.33\", // x-release-please-version\n\t\t\t\ticon: \"⚙️ \",\n\t\t\t\tsupportsEnvFiles: false,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Configure any options or actions at the root program level.\n\t * @param program The root program command.\n\t */\n\tprotected configureRoot(program: Command): void {\n\t\tbuildCommandValidateLocales(program);\n\t}\n}\n"]}
package/docs/changelog.md CHANGED
@@ -1,6 +1,46 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.31](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.30...validate-locales-v0.0.3-next.31) (2026-04-14)
3
+ ## [0.0.3-next.33](https://github.com/twinfoundation/twin-framework/compare/validate-locales-v0.0.3-next.32...validate-locales-v0.0.3-next.33) (2026-05-05)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **validate-locales:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/cli-core bumped from 0.0.3-next.32 to 0.0.3-next.33
16
+ * @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
17
+ * @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
18
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
19
+ * devDependencies
20
+ * @twin.org/merge-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
21
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
22
+
23
+ ## [0.0.3-next.32](https://github.com/twinfoundation/twin-framework/compare/validate-locales-v0.0.3-next.31...validate-locales-v0.0.3-next.32) (2026-04-30)
24
+
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * **validate-locales:** Synchronize repo versions
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/cli-core bumped from 0.0.3-next.31 to 0.0.3-next.32
36
+ * @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
37
+ * @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
38
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
39
+ * devDependencies
40
+ * @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
41
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
42
+
43
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.30...validate-locales-v0.0.3-next.31) (2026-04-14)
4
44
 
5
45
 
6
46
  ### Miscellaneous Chores
@@ -20,12 +60,12 @@
20
60
  * @twin.org/merge-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
21
61
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
22
62
 
23
- ## [0.0.3-next.30](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.29...validate-locales-v0.0.3-next.30) (2026-04-14)
63
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.29...validate-locales-v0.0.3-next.30) (2026-04-14)
24
64
 
25
65
 
26
66
  ### Features
27
67
 
28
- * additional error types in validate locales ([d0e87d6](https://github.com/twinfoundation/framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
68
+ * additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
29
69
 
30
70
 
31
71
  ### Dependencies
@@ -40,7 +80,7 @@
40
80
  * @twin.org/merge-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
41
81
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
42
82
 
43
- ## [0.0.3-next.29](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.28...validate-locales-v0.0.3-next.29) (2026-04-14)
83
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.28...validate-locales-v0.0.3-next.29) (2026-04-14)
44
84
 
45
85
 
46
86
  ### Miscellaneous Chores
@@ -60,7 +100,7 @@
60
100
  * @twin.org/merge-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
61
101
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
62
102
 
63
- ## [0.0.3-next.28](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.27...validate-locales-v0.0.3-next.28) (2026-03-27)
103
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.27...validate-locales-v0.0.3-next.28) (2026-03-27)
64
104
 
65
105
 
66
106
  ### Miscellaneous Chores
@@ -80,7 +120,7 @@
80
120
  * @twin.org/merge-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
81
121
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
82
122
 
83
- ## [0.0.3-next.27](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.26...validate-locales-v0.0.3-next.27) (2026-03-27)
123
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.26...validate-locales-v0.0.3-next.27) (2026-03-27)
84
124
 
85
125
 
86
126
  ### Miscellaneous Chores
@@ -100,7 +140,7 @@
100
140
  * @twin.org/merge-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
101
141
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
102
142
 
103
- ## [0.0.3-next.26](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.25...validate-locales-v0.0.3-next.26) (2026-03-24)
143
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.25...validate-locales-v0.0.3-next.26) (2026-03-24)
104
144
 
105
145
 
106
146
  ### Miscellaneous Chores
@@ -120,7 +160,7 @@
120
160
  * @twin.org/merge-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
121
161
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
122
162
 
123
- ## [0.0.3-next.25](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.24...validate-locales-v0.0.3-next.25) (2026-03-23)
163
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.24...validate-locales-v0.0.3-next.25) (2026-03-23)
124
164
 
125
165
 
126
166
  ### Miscellaneous Chores
@@ -140,12 +180,12 @@
140
180
  * @twin.org/merge-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
141
181
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
142
182
 
143
- ## [0.0.3-next.24](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.23...validate-locales-v0.0.3-next.24) (2026-03-19)
183
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.23...validate-locales-v0.0.3-next.24) (2026-03-19)
144
184
 
145
185
 
146
186
  ### Bug Fixes
147
187
 
148
- * ensure __decorate is defined for decorators ([103a563](https://github.com/twinfoundation/framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
188
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
149
189
 
150
190
 
151
191
  ### Dependencies
@@ -160,7 +200,7 @@
160
200
  * @twin.org/merge-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
161
201
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
162
202
 
163
- ## [0.0.3-next.23](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.22...validate-locales-v0.0.3-next.23) (2026-03-17)
203
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.22...validate-locales-v0.0.3-next.23) (2026-03-17)
164
204
 
165
205
 
166
206
  ### Miscellaneous Chores
@@ -180,7 +220,7 @@
180
220
  * @twin.org/merge-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
181
221
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
182
222
 
183
- ## [0.0.3-next.22](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.21...validate-locales-v0.0.3-next.22) (2026-02-26)
223
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.21...validate-locales-v0.0.3-next.22) (2026-02-26)
184
224
 
185
225
 
186
226
  ### Miscellaneous Chores
@@ -200,21 +240,21 @@
200
240
  * @twin.org/merge-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
201
241
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
202
242
 
203
- ## [0.0.3-next.21](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.20...validate-locales-v0.0.3-next.21) (2026-02-26)
243
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.20...validate-locales-v0.0.3-next.21) (2026-02-26)
204
244
 
205
245
 
206
246
  ### Features
207
247
 
208
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
209
- * detect unused prefixes and non i18 key messages ([a357810](https://github.com/twinfoundation/framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
210
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
211
- * support for "property" assignments in validate-locales ([2414a0c](https://github.com/twinfoundation/framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
248
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
249
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
250
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
251
+ * support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
212
252
 
213
253
 
214
254
  ### Bug Fixes
215
255
 
216
- * validate locales missing log key ([54fb89a](https://github.com/twinfoundation/framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
217
- * validate locales missing log key ([14a649e](https://github.com/twinfoundation/framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
256
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
257
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
218
258
 
219
259
 
220
260
  ### Dependencies
@@ -229,7 +269,7 @@
229
269
  * @twin.org/merge-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
230
270
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
231
271
 
232
- ## [0.0.3-next.20](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.19...validate-locales-v0.0.3-next.20) (2026-02-26)
272
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.19...validate-locales-v0.0.3-next.20) (2026-02-26)
233
273
 
234
274
 
235
275
  ### Miscellaneous Chores
@@ -249,7 +289,7 @@
249
289
  * @twin.org/merge-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
250
290
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
251
291
 
252
- ## [0.0.3-next.19](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.18...validate-locales-v0.0.3-next.19) (2026-02-26)
292
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.18...validate-locales-v0.0.3-next.19) (2026-02-26)
253
293
 
254
294
 
255
295
  ### Miscellaneous Chores
@@ -269,7 +309,7 @@
269
309
  * @twin.org/merge-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
270
310
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
271
311
 
272
- ## [0.0.3-next.18](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.17...validate-locales-v0.0.3-next.18) (2026-02-23)
312
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.17...validate-locales-v0.0.3-next.18) (2026-02-23)
273
313
 
274
314
 
275
315
  ### Miscellaneous Chores
@@ -289,7 +329,7 @@
289
329
  * @twin.org/merge-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
290
330
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
291
331
 
292
- ## [0.0.3-next.17](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.16...validate-locales-v0.0.3-next.17) (2026-02-09)
332
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.16...validate-locales-v0.0.3-next.17) (2026-02-09)
293
333
 
294
334
 
295
335
  ### Miscellaneous Chores
@@ -309,7 +349,7 @@
309
349
  * @twin.org/merge-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
310
350
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
311
351
 
312
- ## [0.0.3-next.16](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.15...validate-locales-v0.0.3-next.16) (2026-02-06)
352
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.15...validate-locales-v0.0.3-next.16) (2026-02-06)
313
353
 
314
354
 
315
355
  ### Miscellaneous Chores
@@ -329,7 +369,7 @@
329
369
  * @twin.org/merge-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
330
370
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
331
371
 
332
- ## [0.0.3-next.15](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.14...validate-locales-v0.0.3-next.15) (2026-01-29)
372
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.14...validate-locales-v0.0.3-next.15) (2026-01-29)
333
373
 
334
374
 
335
375
  ### Miscellaneous Chores
@@ -349,7 +389,7 @@
349
389
  * @twin.org/merge-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
350
390
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
351
391
 
352
- ## [0.0.3-next.14](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.13...validate-locales-v0.0.3-next.14) (2026-01-22)
392
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.13...validate-locales-v0.0.3-next.14) (2026-01-22)
353
393
 
354
394
 
355
395
  ### Miscellaneous Chores
@@ -369,7 +409,7 @@
369
409
  * @twin.org/merge-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
370
410
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
371
411
 
372
- ## [0.0.3-next.13](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.12...validate-locales-v0.0.3-next.13) (2026-01-08)
412
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.12...validate-locales-v0.0.3-next.13) (2026-01-08)
373
413
 
374
414
 
375
415
  ### Miscellaneous Chores
@@ -389,7 +429,7 @@
389
429
  * @twin.org/merge-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
390
430
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
391
431
 
392
- ## [0.0.3-next.12](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.11...validate-locales-v0.0.3-next.12) (2026-01-08)
432
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.11...validate-locales-v0.0.3-next.12) (2026-01-08)
393
433
 
394
434
 
395
435
  ### Miscellaneous Chores
@@ -409,7 +449,7 @@
409
449
  * @twin.org/merge-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
410
450
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
411
451
 
412
- ## [0.0.3-next.11](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.10...validate-locales-v0.0.3-next.11) (2026-01-07)
452
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.10...validate-locales-v0.0.3-next.11) (2026-01-07)
413
453
 
414
454
 
415
455
  ### Miscellaneous Chores
@@ -429,7 +469,7 @@
429
469
  * @twin.org/merge-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
430
470
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
431
471
 
432
- ## [0.0.3-next.10](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.9...validate-locales-v0.0.3-next.10) (2026-01-07)
472
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.9...validate-locales-v0.0.3-next.10) (2026-01-07)
433
473
 
434
474
 
435
475
  ### Miscellaneous Chores
@@ -449,7 +489,7 @@
449
489
  * @twin.org/merge-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
450
490
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
451
491
 
452
- ## [0.0.3-next.9](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.8...validate-locales-v0.0.3-next.9) (2026-01-05)
492
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.8...validate-locales-v0.0.3-next.9) (2026-01-05)
453
493
 
454
494
 
455
495
  ### Miscellaneous Chores
@@ -469,12 +509,12 @@
469
509
  * @twin.org/merge-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
470
510
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
471
511
 
472
- ## [0.0.3-next.8](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.7...validate-locales-v0.0.3-next.8) (2025-11-26)
512
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.7...validate-locales-v0.0.3-next.8) (2025-11-26)
473
513
 
474
514
 
475
515
  ### Features
476
516
 
477
- * support for "property" assignments in validate-locales ([2414a0c](https://github.com/twinfoundation/framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
517
+ * support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
478
518
 
479
519
 
480
520
  ### Dependencies
@@ -489,20 +529,20 @@
489
529
  * @twin.org/merge-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
490
530
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
491
531
 
492
- ## [0.0.3-next.7](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.6...validate-locales-v0.0.3-next.7) (2025-11-25)
532
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.6...validate-locales-v0.0.3-next.7) (2025-11-25)
493
533
 
494
534
 
495
535
  ### Features
496
536
 
497
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
498
- * detect unused prefixes and non i18 key messages ([a357810](https://github.com/twinfoundation/framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
499
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
537
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
538
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
539
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
500
540
 
501
541
 
502
542
  ### Bug Fixes
503
543
 
504
- * validate locales missing log key ([54fb89a](https://github.com/twinfoundation/framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
505
- * validate locales missing log key ([14a649e](https://github.com/twinfoundation/framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
544
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
545
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
506
546
 
507
547
 
508
548
  ### Dependencies
@@ -517,7 +557,7 @@
517
557
  * @twin.org/merge-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
518
558
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
519
559
 
520
- ## [0.0.3-next.6](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.5...validate-locales-v0.0.3-next.6) (2025-11-25)
560
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.5...validate-locales-v0.0.3-next.6) (2025-11-25)
521
561
 
522
562
 
523
563
  ### Miscellaneous Chores
@@ -537,7 +577,7 @@
537
577
  * @twin.org/merge-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
538
578
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
539
579
 
540
- ## [0.0.3-next.5](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.4...validate-locales-v0.0.3-next.5) (2025-11-20)
580
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.4...validate-locales-v0.0.3-next.5) (2025-11-20)
541
581
 
542
582
 
543
583
  ### Miscellaneous Chores
@@ -557,7 +597,7 @@
557
597
  * @twin.org/merge-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
558
598
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
559
599
 
560
- ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.3...validate-locales-v0.0.3-next.4) (2025-11-13)
600
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.3...validate-locales-v0.0.3-next.4) (2025-11-13)
561
601
 
562
602
 
563
603
  ### Miscellaneous Chores
@@ -577,12 +617,12 @@
577
617
  * @twin.org/merge-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
578
618
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
579
619
 
580
- ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.2...validate-locales-v0.0.3-next.3) (2025-11-12)
620
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.2...validate-locales-v0.0.3-next.3) (2025-11-12)
581
621
 
582
622
 
583
623
  ### Bug Fixes
584
624
 
585
- * validate locales missing log key ([54fb89a](https://github.com/twinfoundation/framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
625
+ * validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
586
626
 
587
627
 
588
628
  ### Dependencies
@@ -597,12 +637,12 @@
597
637
  * @twin.org/merge-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
598
638
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
599
639
 
600
- ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.1...validate-locales-v0.0.3-next.2) (2025-11-12)
640
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.1...validate-locales-v0.0.3-next.2) (2025-11-12)
601
641
 
602
642
 
603
643
  ### Bug Fixes
604
644
 
605
- * validate locales missing log key ([14a649e](https://github.com/twinfoundation/framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
645
+ * validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
606
646
 
607
647
 
608
648
  ### Dependencies
@@ -617,14 +657,14 @@
617
657
  * @twin.org/merge-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
618
658
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
619
659
 
620
- ## [0.0.3-next.1](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.3-next.0...validate-locales-v0.0.3-next.1) (2025-11-10)
660
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.0...validate-locales-v0.0.3-next.1) (2025-11-10)
621
661
 
622
662
 
623
663
  ### Features
624
664
 
625
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
626
- * detect unused prefixes and non i18 key messages ([a357810](https://github.com/twinfoundation/framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
627
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
665
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
666
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
667
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
628
668
 
629
669
 
630
670
  ### Dependencies
@@ -639,12 +679,12 @@
639
679
  * @twin.org/merge-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
640
680
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
641
681
 
642
- ## [0.0.2-next.22](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.2-next.21...validate-locales-v0.0.2-next.22) (2025-10-10)
682
+ ## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.2-next.21...validate-locales-v0.0.2-next.22) (2025-10-10)
643
683
 
644
684
 
645
685
  ### Features
646
686
 
647
- * detect unused prefixes and non i18 key messages ([a357810](https://github.com/twinfoundation/framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
687
+ * detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
648
688
 
649
689
 
650
690
  ### Dependencies
@@ -659,12 +699,12 @@
659
699
  * @twin.org/merge-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
660
700
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
661
701
 
662
- ## [0.0.2-next.21](https://github.com/twinfoundation/framework/compare/validate-locales-v0.0.2-next.20...validate-locales-v0.0.2-next.21) (2025-10-09)
702
+ ## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.2-next.20...validate-locales-v0.0.2-next.21) (2025-10-09)
663
703
 
664
704
 
665
705
  ### Features
666
706
 
667
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
707
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
668
708
 
669
709
 
670
710
  ### Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/validate-locales",
3
- "version": "0.0.3-next.31",
3
+ "version": "0.0.3-next.33",
4
4
  "description": "Validate source files against the locales",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,10 +14,10 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.3-next.31",
18
- "@twin.org/core": "0.0.3-next.31",
19
- "@twin.org/nameof": "0.0.3-next.31",
20
- "@twin.org/nameof-transformer": "0.0.3-next.31",
17
+ "@twin.org/cli-core": "0.0.3-next.33",
18
+ "@twin.org/core": "0.0.3-next.33",
19
+ "@twin.org/nameof": "0.0.3-next.33",
20
+ "@twin.org/nameof-transformer": "0.0.3-next.33",
21
21
  "commander": "14.0.3",
22
22
  "glob": "13.0.6",
23
23
  "typescript": "5.9.3"