@twin.org/validate-locales 0.0.3-next.4 → 0.0.3-next.40
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 -4
- package/dist/es/cli.js +1 -1
- package/dist/es/cli.js.map +1 -1
- package/dist/es/commands/validateLocales.js +108 -16
- package/dist/es/commands/validateLocales.js.map +1 -1
- package/dist/locales/en.json +5 -2
- package/docs/changelog.md +751 -14
- package/docs/reference/classes/CLI.md +66 -2
- package/docs/usage.md +35 -0
- package/package.json +11 -11
- package/docs/examples.md +0 -15
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,743 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.39...validate-locales-v0.0.3-next.40) (2026-05-13)
|
|
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.39 to 0.0.3-next.40
|
|
16
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
17
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
21
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
22
|
+
|
|
23
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.38...validate-locales-v0.0.3-next.39) (2026-05-13)
|
|
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.38 to 0.0.3-next.39
|
|
36
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
37
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
38
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
39
|
+
* devDependencies
|
|
40
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
41
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
42
|
+
|
|
43
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.37...validate-locales-v0.0.3-next.38) (2026-05-11)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* The following workspace dependencies were updated
|
|
54
|
+
* dependencies
|
|
55
|
+
* @twin.org/cli-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
56
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
57
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
58
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
59
|
+
* devDependencies
|
|
60
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
61
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
62
|
+
|
|
63
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.36...validate-locales-v0.0.3-next.37) (2026-05-07)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* support templated strings in health check source ([14b8d1c](https://github.com/iotaledger/twin-framework/commit/14b8d1cefa8b63153b6c2833b8f487509a128b10))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Dependencies
|
|
72
|
+
|
|
73
|
+
* The following workspace dependencies were updated
|
|
74
|
+
* dependencies
|
|
75
|
+
* @twin.org/cli-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
76
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
77
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
78
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
79
|
+
* devDependencies
|
|
80
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
81
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.35...validate-locales-v0.0.3-next.36) (2026-05-07)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **validate-locales:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/cli-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
96
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
97
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
98
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
99
|
+
* devDependencies
|
|
100
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
101
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
102
|
+
|
|
103
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.34...validate-locales-v0.0.3-next.35) (2026-05-06)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
* add support for health i18n validation ([7a286dd](https://github.com/iotaledger/twin-framework/commit/7a286ddb0c1bfa498bf3a77126cd589042bad6de))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* dependencies
|
|
115
|
+
* @twin.org/cli-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
116
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
117
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
118
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
119
|
+
* devDependencies
|
|
120
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
121
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
122
|
+
|
|
123
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.33...validate-locales-v0.0.3-next.34) (2026-05-06)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Miscellaneous Chores
|
|
127
|
+
|
|
128
|
+
* **validate-locales:** Synchronize repo versions
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Dependencies
|
|
132
|
+
|
|
133
|
+
* The following workspace dependencies were updated
|
|
134
|
+
* dependencies
|
|
135
|
+
* @twin.org/cli-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
136
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
137
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
138
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
139
|
+
* devDependencies
|
|
140
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
141
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.32...validate-locales-v0.0.3-next.33) (2026-05-05)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Miscellaneous Chores
|
|
147
|
+
|
|
148
|
+
* **validate-locales:** Synchronize repo versions
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Dependencies
|
|
152
|
+
|
|
153
|
+
* The following workspace dependencies were updated
|
|
154
|
+
* dependencies
|
|
155
|
+
* @twin.org/cli-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
156
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
157
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
158
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
159
|
+
* devDependencies
|
|
160
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
161
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
162
|
+
|
|
163
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.31...validate-locales-v0.0.3-next.32) (2026-04-30)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Miscellaneous Chores
|
|
167
|
+
|
|
168
|
+
* **validate-locales:** Synchronize repo versions
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/cli-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
176
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
177
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
178
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
179
|
+
* devDependencies
|
|
180
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
181
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
182
|
+
|
|
183
|
+
## [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)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Miscellaneous Chores
|
|
187
|
+
|
|
188
|
+
* **validate-locales:** Synchronize repo versions
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* dependencies
|
|
195
|
+
* @twin.org/cli-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
196
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
197
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
198
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
199
|
+
* devDependencies
|
|
200
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
201
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
202
|
+
|
|
203
|
+
## [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)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Dependencies
|
|
212
|
+
|
|
213
|
+
* The following workspace dependencies were updated
|
|
214
|
+
* dependencies
|
|
215
|
+
* @twin.org/cli-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
216
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
217
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
218
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
219
|
+
* devDependencies
|
|
220
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
221
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
222
|
+
|
|
223
|
+
## [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)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Miscellaneous Chores
|
|
227
|
+
|
|
228
|
+
* **validate-locales:** Synchronize repo versions
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Dependencies
|
|
232
|
+
|
|
233
|
+
* The following workspace dependencies were updated
|
|
234
|
+
* dependencies
|
|
235
|
+
* @twin.org/cli-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
236
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
237
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
238
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
239
|
+
* devDependencies
|
|
240
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
241
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
242
|
+
|
|
243
|
+
## [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)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **validate-locales:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/cli-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
256
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
257
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
258
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
259
|
+
* devDependencies
|
|
260
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
261
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
262
|
+
|
|
263
|
+
## [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)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Miscellaneous Chores
|
|
267
|
+
|
|
268
|
+
* **validate-locales:** Synchronize repo versions
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
* The following workspace dependencies were updated
|
|
274
|
+
* dependencies
|
|
275
|
+
* @twin.org/cli-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
276
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
277
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
278
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
279
|
+
* devDependencies
|
|
280
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
281
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
282
|
+
|
|
283
|
+
## [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)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Miscellaneous Chores
|
|
287
|
+
|
|
288
|
+
* **validate-locales:** Synchronize repo versions
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @twin.org/cli-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
296
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
297
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
298
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
299
|
+
* devDependencies
|
|
300
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
301
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
302
|
+
|
|
303
|
+
## [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)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Miscellaneous Chores
|
|
307
|
+
|
|
308
|
+
* **validate-locales:** Synchronize repo versions
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @twin.org/cli-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
316
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
317
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
318
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
319
|
+
* devDependencies
|
|
320
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
321
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
322
|
+
|
|
323
|
+
## [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)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @twin.org/cli-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
336
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
337
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
338
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
339
|
+
* devDependencies
|
|
340
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
341
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
342
|
+
|
|
343
|
+
## [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)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Miscellaneous Chores
|
|
347
|
+
|
|
348
|
+
* **validate-locales:** Synchronize repo versions
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Dependencies
|
|
352
|
+
|
|
353
|
+
* The following workspace dependencies were updated
|
|
354
|
+
* dependencies
|
|
355
|
+
* @twin.org/cli-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
356
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
357
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
358
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
359
|
+
* devDependencies
|
|
360
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
361
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
362
|
+
|
|
363
|
+
## [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)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Miscellaneous Chores
|
|
367
|
+
|
|
368
|
+
* **validate-locales:** Synchronize repo versions
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Dependencies
|
|
372
|
+
|
|
373
|
+
* The following workspace dependencies were updated
|
|
374
|
+
* dependencies
|
|
375
|
+
* @twin.org/cli-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
376
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
377
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
378
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
379
|
+
* devDependencies
|
|
380
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
381
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
382
|
+
|
|
383
|
+
## [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)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
389
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
390
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
391
|
+
* support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
* validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
|
|
397
|
+
* validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Dependencies
|
|
401
|
+
|
|
402
|
+
* The following workspace dependencies were updated
|
|
403
|
+
* dependencies
|
|
404
|
+
* @twin.org/cli-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
405
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
406
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
407
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
408
|
+
* devDependencies
|
|
409
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
410
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
411
|
+
|
|
412
|
+
## [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)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Miscellaneous Chores
|
|
416
|
+
|
|
417
|
+
* **validate-locales:** Synchronize repo versions
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### Dependencies
|
|
421
|
+
|
|
422
|
+
* The following workspace dependencies were updated
|
|
423
|
+
* dependencies
|
|
424
|
+
* @twin.org/cli-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
425
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
426
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
427
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
428
|
+
* devDependencies
|
|
429
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
430
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
431
|
+
|
|
432
|
+
## [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)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Miscellaneous Chores
|
|
436
|
+
|
|
437
|
+
* **validate-locales:** Synchronize repo versions
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Dependencies
|
|
441
|
+
|
|
442
|
+
* The following workspace dependencies were updated
|
|
443
|
+
* dependencies
|
|
444
|
+
* @twin.org/cli-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
445
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
446
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
447
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
448
|
+
* devDependencies
|
|
449
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
450
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
451
|
+
|
|
452
|
+
## [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)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Miscellaneous Chores
|
|
456
|
+
|
|
457
|
+
* **validate-locales:** Synchronize repo versions
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Dependencies
|
|
461
|
+
|
|
462
|
+
* The following workspace dependencies were updated
|
|
463
|
+
* dependencies
|
|
464
|
+
* @twin.org/cli-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
465
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
466
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
467
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
468
|
+
* devDependencies
|
|
469
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
470
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
471
|
+
|
|
472
|
+
## [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)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Miscellaneous Chores
|
|
476
|
+
|
|
477
|
+
* **validate-locales:** Synchronize repo versions
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Dependencies
|
|
481
|
+
|
|
482
|
+
* The following workspace dependencies were updated
|
|
483
|
+
* dependencies
|
|
484
|
+
* @twin.org/cli-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
485
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
486
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
487
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
488
|
+
* devDependencies
|
|
489
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
490
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
491
|
+
|
|
492
|
+
## [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)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Miscellaneous Chores
|
|
496
|
+
|
|
497
|
+
* **validate-locales:** Synchronize repo versions
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Dependencies
|
|
501
|
+
|
|
502
|
+
* The following workspace dependencies were updated
|
|
503
|
+
* dependencies
|
|
504
|
+
* @twin.org/cli-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
505
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
506
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
507
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
508
|
+
* devDependencies
|
|
509
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
510
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
511
|
+
|
|
512
|
+
## [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)
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Miscellaneous Chores
|
|
516
|
+
|
|
517
|
+
* **validate-locales:** Synchronize repo versions
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
### Dependencies
|
|
521
|
+
|
|
522
|
+
* The following workspace dependencies were updated
|
|
523
|
+
* dependencies
|
|
524
|
+
* @twin.org/cli-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
525
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
526
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
527
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
528
|
+
* devDependencies
|
|
529
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
530
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
531
|
+
|
|
532
|
+
## [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)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Miscellaneous Chores
|
|
536
|
+
|
|
537
|
+
* **validate-locales:** Synchronize repo versions
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
### Dependencies
|
|
541
|
+
|
|
542
|
+
* The following workspace dependencies were updated
|
|
543
|
+
* dependencies
|
|
544
|
+
* @twin.org/cli-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
545
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
546
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
547
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
548
|
+
* devDependencies
|
|
549
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
550
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
551
|
+
|
|
552
|
+
## [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)
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Miscellaneous Chores
|
|
556
|
+
|
|
557
|
+
* **validate-locales:** Synchronize repo versions
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
### Dependencies
|
|
561
|
+
|
|
562
|
+
* The following workspace dependencies were updated
|
|
563
|
+
* dependencies
|
|
564
|
+
* @twin.org/cli-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
565
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
566
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
567
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
568
|
+
* devDependencies
|
|
569
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
570
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
571
|
+
|
|
572
|
+
## [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)
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Miscellaneous Chores
|
|
576
|
+
|
|
577
|
+
* **validate-locales:** Synchronize repo versions
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Dependencies
|
|
581
|
+
|
|
582
|
+
* The following workspace dependencies were updated
|
|
583
|
+
* dependencies
|
|
584
|
+
* @twin.org/cli-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
585
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
586
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
587
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
588
|
+
* devDependencies
|
|
589
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
590
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
591
|
+
|
|
592
|
+
## [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)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### Miscellaneous Chores
|
|
596
|
+
|
|
597
|
+
* **validate-locales:** Synchronize repo versions
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Dependencies
|
|
601
|
+
|
|
602
|
+
* The following workspace dependencies were updated
|
|
603
|
+
* dependencies
|
|
604
|
+
* @twin.org/cli-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
605
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
606
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
607
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
608
|
+
* devDependencies
|
|
609
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
610
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
611
|
+
|
|
612
|
+
## [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)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Miscellaneous Chores
|
|
616
|
+
|
|
617
|
+
* **validate-locales:** Synchronize repo versions
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### Dependencies
|
|
621
|
+
|
|
622
|
+
* The following workspace dependencies were updated
|
|
623
|
+
* dependencies
|
|
624
|
+
* @twin.org/cli-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
625
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
626
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
627
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
628
|
+
* devDependencies
|
|
629
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
630
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
631
|
+
|
|
632
|
+
## [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)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Miscellaneous Chores
|
|
636
|
+
|
|
637
|
+
* **validate-locales:** Synchronize repo versions
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Dependencies
|
|
641
|
+
|
|
642
|
+
* The following workspace dependencies were updated
|
|
643
|
+
* dependencies
|
|
644
|
+
* @twin.org/cli-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
645
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
646
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
647
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
648
|
+
* devDependencies
|
|
649
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
650
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
651
|
+
|
|
652
|
+
## [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)
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Features
|
|
656
|
+
|
|
657
|
+
* support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Dependencies
|
|
661
|
+
|
|
662
|
+
* The following workspace dependencies were updated
|
|
663
|
+
* dependencies
|
|
664
|
+
* @twin.org/cli-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
665
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
666
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
667
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
668
|
+
* devDependencies
|
|
669
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
670
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
671
|
+
|
|
672
|
+
## [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)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Features
|
|
676
|
+
|
|
677
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
678
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
679
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
* validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
|
|
685
|
+
* validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
### Dependencies
|
|
689
|
+
|
|
690
|
+
* The following workspace dependencies were updated
|
|
691
|
+
* dependencies
|
|
692
|
+
* @twin.org/cli-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
693
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
694
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
695
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
696
|
+
* devDependencies
|
|
697
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
698
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
699
|
+
|
|
700
|
+
## [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)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Miscellaneous Chores
|
|
704
|
+
|
|
705
|
+
* **validate-locales:** Synchronize repo versions
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Dependencies
|
|
709
|
+
|
|
710
|
+
* The following workspace dependencies were updated
|
|
711
|
+
* dependencies
|
|
712
|
+
* @twin.org/cli-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
713
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
714
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
715
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
716
|
+
* devDependencies
|
|
717
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
718
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
719
|
+
|
|
720
|
+
## [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)
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
### Miscellaneous Chores
|
|
724
|
+
|
|
725
|
+
* **validate-locales:** Synchronize repo versions
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
### Dependencies
|
|
729
|
+
|
|
730
|
+
* The following workspace dependencies were updated
|
|
731
|
+
* dependencies
|
|
732
|
+
* @twin.org/cli-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
733
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
734
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
735
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
736
|
+
* devDependencies
|
|
737
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
738
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
739
|
+
|
|
740
|
+
## [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)
|
|
4
741
|
|
|
5
742
|
|
|
6
743
|
### Miscellaneous Chores
|
|
@@ -20,12 +757,12 @@
|
|
|
20
757
|
* @twin.org/merge-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
21
758
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
22
759
|
|
|
23
|
-
## [0.0.3-next.3](https://github.com/
|
|
760
|
+
## [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)
|
|
24
761
|
|
|
25
762
|
|
|
26
763
|
### Bug Fixes
|
|
27
764
|
|
|
28
|
-
* validate locales missing log key ([54fb89a](https://github.com/
|
|
765
|
+
* validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
|
|
29
766
|
|
|
30
767
|
|
|
31
768
|
### Dependencies
|
|
@@ -40,12 +777,12 @@
|
|
|
40
777
|
* @twin.org/merge-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
41
778
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
42
779
|
|
|
43
|
-
## [0.0.3-next.2](https://github.com/
|
|
780
|
+
## [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)
|
|
44
781
|
|
|
45
782
|
|
|
46
783
|
### Bug Fixes
|
|
47
784
|
|
|
48
|
-
* validate locales missing log key ([14a649e](https://github.com/
|
|
785
|
+
* validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
|
|
49
786
|
|
|
50
787
|
|
|
51
788
|
### Dependencies
|
|
@@ -60,14 +797,14 @@
|
|
|
60
797
|
* @twin.org/merge-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
61
798
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
62
799
|
|
|
63
|
-
## [0.0.3-next.1](https://github.com/
|
|
800
|
+
## [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)
|
|
64
801
|
|
|
65
802
|
|
|
66
803
|
### Features
|
|
67
804
|
|
|
68
|
-
* add context id features ([#206](https://github.com/
|
|
69
|
-
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/
|
|
70
|
-
* locales validation ([#197](https://github.com/
|
|
805
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
806
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
807
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
71
808
|
|
|
72
809
|
|
|
73
810
|
### Dependencies
|
|
@@ -82,12 +819,12 @@
|
|
|
82
819
|
* @twin.org/merge-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
83
820
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
84
821
|
|
|
85
|
-
## [0.0.2-next.22](https://github.com/
|
|
822
|
+
## [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)
|
|
86
823
|
|
|
87
824
|
|
|
88
825
|
### Features
|
|
89
826
|
|
|
90
|
-
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/
|
|
827
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
91
828
|
|
|
92
829
|
|
|
93
830
|
### Dependencies
|
|
@@ -102,12 +839,12 @@
|
|
|
102
839
|
* @twin.org/merge-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
103
840
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
104
841
|
|
|
105
|
-
## [0.0.2-next.21](https://github.com/
|
|
842
|
+
## [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)
|
|
106
843
|
|
|
107
844
|
|
|
108
845
|
### Features
|
|
109
846
|
|
|
110
|
-
* locales validation ([#197](https://github.com/
|
|
847
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
111
848
|
|
|
112
849
|
|
|
113
850
|
### Dependencies
|
|
@@ -121,4 +858,4 @@
|
|
|
121
858
|
* devDependencies
|
|
122
859
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
123
860
|
|
|
124
|
-
##
|
|
861
|
+
## Changelog
|