@lingual/i18n-check 0.1.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.
Files changed (39) hide show
  1. package/.github/workflows/tests.yaml +31 -0
  2. package/LICENSE +21 -0
  3. package/README.md +402 -0
  4. package/jest.config.js +6 -0
  5. package/package.json +28 -0
  6. package/src/bin/index.ts +244 -0
  7. package/src/errorReporters.ts +18 -0
  8. package/src/index.ts +68 -0
  9. package/src/types.ts +9 -0
  10. package/src/utils/findInvalidTranslations.test.ts +78 -0
  11. package/src/utils/findInvalidTranslations.ts +120 -0
  12. package/src/utils/findInvalidi18nTranslations.test.ts +213 -0
  13. package/src/utils/findInvalidi18nTranslations.ts +137 -0
  14. package/src/utils/findMissingKeys.test.ts +60 -0
  15. package/src/utils/findMissingKeys.ts +27 -0
  16. package/src/utils/flattenTranslations.test.ts +32 -0
  17. package/src/utils/flattenTranslations.ts +42 -0
  18. package/src/utils/i18NextParser.test.ts +169 -0
  19. package/src/utils/i18NextParser.ts +149 -0
  20. package/translations/de-de.json +6 -0
  21. package/translations/en-us.json +6 -0
  22. package/translations/flattenExamples/de-de.json +6 -0
  23. package/translations/flattenExamples/en-us.json +18 -0
  24. package/translations/folderExample/de-DE/index.json +7 -0
  25. package/translations/folderExample/en-US/index.json +8 -0
  26. package/translations/i18NextMessageExamples/de-de.json +73 -0
  27. package/translations/i18NextMessageExamples/en-us.json +90 -0
  28. package/translations/largeFileExamples/de-de.json +5272 -0
  29. package/translations/largeFileExamples/en-us.json +5278 -0
  30. package/translations/largeFileExamples/fr-fr.json +871 -0
  31. package/translations/messageExamples/de-de.json +24 -0
  32. package/translations/messageExamples/en-us.json +30 -0
  33. package/translations/multipleFilesFolderExample/de-DE/one.json +7 -0
  34. package/translations/multipleFilesFolderExample/de-DE/three.json +8 -0
  35. package/translations/multipleFilesFolderExample/de-DE/two.json +5 -0
  36. package/translations/multipleFilesFolderExample/en-US/one.json +8 -0
  37. package/translations/multipleFilesFolderExample/en-US/three.json +8 -0
  38. package/translations/multipleFilesFolderExample/en-US/two.json +6 -0
  39. package/tsconfig.json +113 -0
@@ -0,0 +1,871 @@
1
+ {
2
+ "message.simple-aa3-20": "A simple message.",
3
+ "message.argument-aa3-20": "Hi, {name}! 👋",
4
+ "message.plural-aa3-20": "{count, plural, one {# item} other {# items}}",
5
+ "message.select-aa3-20": "{gender, select, male {Mr} female {Mrs} other {User}}",
6
+ "message.text-format-aa3-20": "Hi, <b>John</b>!",
7
+ "message.number-format-aa3-20": "Formatted number: {num, number, ::K}",
8
+ "message.currency-format-aa3-20": "Frmatted currency: {amount, number, ::currency/USD}",
9
+ "foo-aa3-20": "bar",
10
+ "rawText-aa3-20": {
11
+ "label1": "Title"
12
+ },
13
+ "noformat-aa3-20": {
14
+ "search": {
15
+ "label2": "Hi {user}"
16
+ }
17
+ },
18
+ "multipleVariables-aa3-20": "Hi {user}, it is {today, date, medium}.",
19
+ "numberFormat-aa3-20": "{count, number} users",
20
+ "select-aa3-20": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
21
+ "nested.select-aa3-20": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
22
+ "plural.with.substitution-aa3-20": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
23
+ "richText-aa3-20": "this is the price <bold>{price, number}</bold>.",
24
+ "yo-aa3-20": "this is the price <div>{price, number}</div>.",
25
+ "nesting1-aa3-20": "1 $t(nesting2)",
26
+ "nesting2-aa3-20": "2 $t(nesting3)",
27
+ "nesting3-aa3-20": "3",
28
+ "key1-aa3-20": "hello world",
29
+ "user_messages-aa3-20": "{count, plural, one {You have # message.} other {You have # messages.}}",
30
+
31
+ "message.simple-aa3-21": "A simple message.",
32
+ "message.argument-aa3-21": "Hi, {name}! 👋",
33
+ "message.plural-aa3-21": "{count, plural, one {# item} other {# items}}",
34
+ "message.select-aa3-21": "{gender, select, male {Mr} female {Mrs} other {User}}",
35
+ "message.text-format-aa3-21": "Hi, <b>John</b>!",
36
+ "message.number-format-aa3-21": "Formatted number: {num, number, ::K}",
37
+ "message.currency-format-aa3-21": "Formatted currency: {amount, number, ::currency/USD}",
38
+ "foo-aa3-21": "bar",
39
+ "rawText-aa3-21": {
40
+ "label1": "Title"
41
+ },
42
+ "noformat-aa3-21": {
43
+ "search": {
44
+ "label2": "Hi {user}"
45
+ }
46
+ },
47
+ "multipleVariables-aa3-21": "Hi {user}, it is {today, date, medium}.",
48
+ "numberFormat-aa3-21": "{count, number} users",
49
+ "select-aa3-21": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
50
+ "nested.select-aa3-21": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
51
+ "plural.with.substitution-aa3-21": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
52
+ "richText-aa3-21": "this is the price <bold>{price, number}</bold>.",
53
+ "yo-aa3-21": "this is the price <div>{price, number}</div>.",
54
+ "nesting1-aa3-21": "1 $t(nesting2)",
55
+ "nesting2-aa3-21": "2 $t(nesting3)",
56
+ "nesting3-aa3-21": "3",
57
+ "key1-aa3-21": "hello world",
58
+ "user_messages-aa3-21": "{count, plural, one {You have # message.} other {You have # messages.}}",
59
+
60
+ "message.simple-aa3-22": "A simple message.",
61
+ "message.argument-aa3-22": "Hi, {name}! 👋",
62
+ "message.plural-aa3-22": "{count, plural, one {# item} other {# items}}",
63
+ "message.select-aa3-22": "{gender, select, male {Mr} female {Mrs} other {User}}",
64
+ "message.text-format-aa3-22": "Hi, <b>John</b>!",
65
+ "message.number-format-aa3-22": "Formatted number: {num, number, ::K}",
66
+ "message.currency-format-aa3-22": "Formatted currency: {amount, number, ::currency/USD}",
67
+ "foo-aa3-22": "bar",
68
+ "rawText-aa3-22": {
69
+ "label1": "Title"
70
+ },
71
+ "noformat-aa3-22": {
72
+ "search": {
73
+ "label2": "Hi {user}"
74
+ }
75
+ },
76
+ "multipleVariables-aa3-22": "Hi {user}, it is {today, date, medium}.",
77
+ "numberFormat-aa3-22": "{count, number} users",
78
+ "select-aa3-22": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
79
+ "nested.select-aa3-22": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
80
+ "plural.with.substitution-aa3-22": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
81
+ "richText-aa3-22": "this is the price <bold>{price, number}</bold>.",
82
+ "yo-aa3-22": "this is the price <div>{price, number}</div>.",
83
+ "nesting1-aa3-22": "1 $t(nesting2)",
84
+ "nesting2-aa3-22": "2 $t(nesting3)",
85
+ "nesting3-aa3-22": "3",
86
+ "key1-aa3-22": "hello world",
87
+ "user_messages-aa3-22": "{count, plural, one {You have # message.} other {You have # messages.}}",
88
+
89
+ "message.simple-aa3-23": "A simple message.",
90
+ "message.argument-aa3-23": "Hi, {name}! 👋",
91
+ "message.plural-aa3-23": "{count, plural, one {# item} other {# items}}",
92
+ "message.select-aa3-23": "{gender, select, male {Mr} female {Mrs} other {User}}",
93
+ "message.text-format-aa3-23": "Hi, <b>John</b>!",
94
+ "message.number-format-aa3-23": "Formatted number: {num, number, ::K}",
95
+ "message.currency-format-aa3-23": "Formatted currency: {amount, number, ::currency/USD}",
96
+ "foo-aa3-23": "bar",
97
+ "rawText-aa3-23": {
98
+ "label1": "Title"
99
+ },
100
+ "noformat-aa3-23": {
101
+ "search": {
102
+ "label2": "Hi {user}"
103
+ }
104
+ },
105
+ "multipleVariables-aa3-23": "Hi {user}, it is {today, date, medium}.",
106
+ "numberFormat-aa3-23": "{count, number} users",
107
+ "select-aa3-23": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
108
+ "nested.select-aa3-23": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
109
+ "plural.with.substitution-aa3-23": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
110
+ "richText-aa3-23": "this is the price <bold>{price, number}</bold>.",
111
+ "yo-aa3-23": "this is the price <div>{price, number}</div>.",
112
+ "nesting1-aa3-23": "1 $t(nesting2)",
113
+ "nesting2-aa3-23": "2 $t(nesting3)",
114
+ "nesting3-aa3-23": "3",
115
+ "key1-aa3-23": "hello world",
116
+ "user_messages-aa3-23": "{count, plural, one {You have # message.} other {You have # messages.}}",
117
+
118
+ "message.simple-aa3-24": "A simple message.",
119
+ "message.argument-aa3-24": "Hi, {name}! 👋",
120
+ "message.plural-aa3-24": "{count, plural, one {# item} other {# items}}",
121
+ "message.select-aa3-24": "{gender, select, male {Mr} female {Mrs} other {User}}",
122
+ "message.text-format-aa3-24": "Hi, <b>John</b>!",
123
+ "message.number-format-aa3-24": "Formatted number: {num, number, ::K}",
124
+ "message.currency-format-aa3-24": "Formatted currency: {amount, number, ::currency/USD}",
125
+ "foo-aa3-24": "bar",
126
+ "rawText-aa3-24": {
127
+ "label1": "Title"
128
+ },
129
+ "noformat-aa3-24": {
130
+ "search": {
131
+ "label2": "Hi {user}"
132
+ }
133
+ },
134
+ "multipleVariables-aa3-24": "Hi {user}, it is {today, date, medium}.",
135
+ "numberFormat-aa3-24": "{count, number} users",
136
+ "select-aa3-24": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
137
+ "nested.select-aa3-24": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
138
+ "plural.with.substitution-aa3-24": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
139
+ "richText-aa3-24": "this is the price <bold>{price, number}</bold>.",
140
+ "yo-aa3-24": "this is the price <div>{price, number}</div>.",
141
+ "nesting1-aa3-24": "1 $t(nesting2)",
142
+ "nesting2-aa3-24": "2 $t(nesting3)",
143
+ "nesting3-aa3-24": "3",
144
+ "key1-aa3-24": "hello world",
145
+ "user_messages-aa3-24": "{count, plural, one {You have # message.} other {You have # messages.}}",
146
+
147
+ "message.simple-aa3-25": "A simple message.",
148
+ "message.argument-aa3-25": "Hi, {name}! 👋",
149
+ "message.plural-aa3-25": "{count, plural, one {# item} other {# items}}",
150
+ "message.select-aa3-25": "{gender, select, male {Mr} female {Mrs} other {User}}",
151
+ "message.text-format-aa3-25": "Hi, <b>John</b>!",
152
+ "message.number-format-aa3-25": "Formatted number: {num, number, ::K}",
153
+ "message.currency-format-aa3-25": "Formatted currency: {amount, number, ::currency/USD}",
154
+ "foo-aa3-25": "bar",
155
+ "rawText-aa3-25": {
156
+ "label1": "Title"
157
+ },
158
+ "noformat-aa3-25": {
159
+ "search": {
160
+ "label2": "Hi {user}"
161
+ }
162
+ },
163
+ "multipleVariables-aa3-25": "Hi {user}, it is {today, date, medium}.",
164
+ "numberFormat-aa3-25": "{count, number} users",
165
+ "select-aa3-25": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
166
+ "nested.select-aa3-25": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
167
+ "plural.with.substitution-aa3-25": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
168
+ "richText-aa3-25": "this is the price <bold>{price, number}</bold>.",
169
+ "yo-aa3-25": "this is the price <div>{price, number}</div>.",
170
+ "nesting1-aa3-25": "1 $t(nesting2)",
171
+ "nesting2-aa3-25": "2 $t(nesting3)",
172
+ "nesting3-aa3-25": "3",
173
+ "key1-aa3-25": "hello world",
174
+ "user_messages-aa3-25": "{count, plural, one {You have # message.} other {You have # messages.}}",
175
+
176
+ "message.simple-aa3-26": "A simple message.",
177
+ "message.argument-aa3-26": "Hi, {name}! 👋",
178
+ "message.plural-aa3-26": "{count, plural, one {# item} other {# items}}",
179
+ "message.select-aa3-26": "{gender, select, male {Mr} female {Mrs} other {User}}",
180
+ "message.text-format-aa3-26": "Hi, <b>John</b>!",
181
+ "message.number-format-aa3-26": "Formatted number: {num, number, ::K}",
182
+ "message.currency-format-aa3-26": "Formatted currency: {amount, number, ::currency/USD}",
183
+ "foo-aa3-26": "bar",
184
+ "rawText-aa3-26": {
185
+ "label1": "Title"
186
+ },
187
+ "noformat-aa3-26": {
188
+ "search": {
189
+ "label2": "Hi {user}"
190
+ }
191
+ },
192
+ "multipleVariables-aa3-26": "Hi {user}, it is {today, date, medium}.",
193
+ "numberFormat-aa3-26": "{count, number} users",
194
+ "select-aa3-26": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
195
+ "nested.select-aa3-26": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
196
+ "plural.with.substitution-aa3-26": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
197
+ "richText-aa3-26": "this is the price <bold>{price, number}</bold>.",
198
+ "yo-aa3-26": "this is the price <div>{price, number}</div>.",
199
+ "nesting1-aa3-26": "1 $t(nesting2)",
200
+ "nesting2-aa3-26": "2 $t(nesting3)",
201
+ "nesting3-aa3-26": "3",
202
+ "key1-aa3-26": "hello world",
203
+ "user_messages-aa3-26": "{count, plural, one {You have # message.} other {You have # messages.}}",
204
+
205
+ "message.simple-aa3-27": "A simple message.",
206
+ "message.argument-aa3-27": "Hi, {name}! 👋",
207
+ "message.plural-aa3-27": "{count, plural, one {# item} other {# items}}",
208
+ "message.select-aa3-27": "{gender, select, male {Mr} female {Mrs} other {User}}",
209
+ "message.text-format-aa3-27": "Hi, <b>John</b>!",
210
+ "message.number-format-aa3-27": "Formatted number: {num, number, ::K}",
211
+ "message.currency-format-aa3-27": "Formatted currency: {amount, number, ::currency/USD}",
212
+ "foo-aa3-27": "bar",
213
+ "rawText-aa3-27": {
214
+ "label1": "Title"
215
+ },
216
+ "noformat-aa3-27": {
217
+ "search": {
218
+ "label2": "Hi {user}"
219
+ }
220
+ },
221
+ "multipleVariables-aa3-27": "Hi {user}, it is {today, date, medium}.",
222
+ "numberFormat-aa3-27": "{count, number} users",
223
+ "select-aa3-27": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
224
+ "nested.select-aa3-27": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
225
+ "plural.with.substitution-aa3-27": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
226
+ "richText-aa3-27": "this is the price <bold>{price, number}</bold>.",
227
+ "yo-aa3-27": "this is the price <div>{price, number}</div>.",
228
+ "nesting1-aa3-27": "1 $t(nesting2)",
229
+ "nesting2-aa3-27": "2 $t(nesting3)",
230
+ "nesting3-aa3-27": "3",
231
+ "key1-aa3-27": "hello world",
232
+ "user_messages-aa3-27": "{count, plural, one {You have # message.} other {You have # messages.}}",
233
+
234
+ "message.simple-aa3-202": "A simple message.",
235
+ "message.argument-aa3-202": "Hi, {name}! 👋",
236
+ "message.plural-aa3-202": "{count, plural, one {# item} other {# items}}",
237
+ "message.select-aa3-202": "{gender, select, male {Mr} female {Mrs} other {User}}",
238
+ "message.text-format-aa3-202": "Hi, <b>John</b>!",
239
+ "message.number-format-aa3-202": "Formatted number: {num, number, ::K}",
240
+ "message.currency-format-aa3-202": "Formatted currency: {amount, number, ::currency/USD}",
241
+ "foo-aa3-202": "bar",
242
+ "rawText-aa3-202": {
243
+ "label1": "Title"
244
+ },
245
+ "noformat-aa3-202": {
246
+ "search": {
247
+ "label2": "Hi {user}"
248
+ }
249
+ },
250
+ "multipleVariables-aa3-202": "Hi {user}, it is {today, date, medium}.",
251
+ "numberFormat-aa3-202": "{count, number} users",
252
+ "select-aa3-202": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
253
+ "nested.select-aa3-202": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
254
+ "plural.with.substitution-aa3-202": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
255
+ "richText-aa3-202": "this is the price <bold>{price, number}</bold>.",
256
+ "yo-aa3-202": "this is the price <div>{price, number}</div>.",
257
+ "nesting1-aa3-202": "1 $t(nesting2)",
258
+ "nesting2-aa3-202": "2 $t(nesting3)",
259
+ "nesting3-aa3-202": "3",
260
+ "key1-aa3-202": "hello world",
261
+ "user_messages-aa3-202": "{count, plural, one {You have # message.} other {You have # messages.}}",
262
+
263
+ "message.simple-aa3-203": "A simple message.",
264
+ "message.argument-aa3-203": "Hi, {name}! 👋",
265
+ "message.plural-aa3-203": "{count, plural, one {# item} other {# items}}",
266
+ "message.select-aa3-203": "{gender, select, male {Mr} female {Mrs} other {User}}",
267
+ "message.text-format-aa3-203": "Hi, <b>John</b>!",
268
+ "message.number-format-aa3-203": "Formatted number: {num, number, ::K}",
269
+ "message.currency-format-aa3-203": "Formatted currency: {amount, number, ::currency/USD}",
270
+ "foo-aa3-203": "bar",
271
+ "rawText-aa3-203": {
272
+ "label1": "Title"
273
+ },
274
+ "noformat-aa3-203": {
275
+ "search": {
276
+ "label2": "Hi {user}"
277
+ }
278
+ },
279
+ "multipleVariables-aa3-203": "Hi {user}, it is {today, date, medium}.",
280
+ "numberFormat-aa3-203": "{count, number} users",
281
+ "select-aa3-203": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
282
+ "nested.select-aa3-203": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
283
+ "plural.with.substitution-aa3-203": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
284
+ "richText-aa3-203": "this is the price <bold>{price, number}</bold>.",
285
+ "yo-aa3-203": "this is the price <div>{price, number}</div>.",
286
+ "nesting1-aa3-203": "1 $t(nesting2)",
287
+ "nesting2-aa3-203": "2 $t(nesting3)",
288
+ "nesting3-aa3-203": "3",
289
+ "key1-aa3-203": "hello world",
290
+ "user_messages-aa3-203": "{count, plural, one {You have # message.} other {You have # messages.}}",
291
+
292
+ "message.simple-ab3-20": "A simple message.",
293
+ "message.argument-ab3-20": "Hi, {name}! 👋",
294
+ "message.plural-ab3-20": "{count, plural, one {# item} other {# items}}",
295
+ "message.select-ab3-20": "{gender, select, male {Mr} female {Mrs} other {User}}",
296
+ "message.text-format-ab3-20": "Hi, <b>John</b>!",
297
+ "message.number-format-ab3-20": "Formatted number: {num, number, ::K}",
298
+ "message.currency-format-ab3-20": "Frmatted currency: {amount, number, ::currency/USD}",
299
+ "foo-ab3-20": "bar",
300
+ "rawText-ab3-20": {
301
+ "label1": "Title"
302
+ },
303
+ "noformat-ab3-20": {
304
+ "search": {
305
+ "label2": "Hi {user}"
306
+ }
307
+ },
308
+ "multipleVariables-ab3-20": "Hi {user}, it is {today, date, medium}.",
309
+ "numberFormat-ab3-20": "{count, number} users",
310
+ "select-ab3-20": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
311
+ "nested.select-ab3-20": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
312
+ "plural.with.substitution-ab3-20": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
313
+ "richText-ab3-20": "this is the price <bold>{price, number}</bold>.",
314
+ "yo-ab3-20": "this is the price <div>{price, number}</div>.",
315
+ "nesting1-ab3-20": "1 $t(nesting2)",
316
+ "nesting2-ab3-20": "2 $t(nesting3)",
317
+ "nesting3-ab3-20": "3",
318
+ "key1-ab3-20": "hello world",
319
+ "user_messages-ab3-20": "{count, plural, one {You have # message.} other {You have # messages.}}",
320
+
321
+ "message.simple-ab31": "A simple message.",
322
+ "message.argument-ab31": "Hi, {name}! 👋",
323
+ "message.plural-ab31": "{count, plural, one {# item} other {# items}}",
324
+ "message.select-ab31": "{gender, select, male {Mr} female {Mrs} other {User}}",
325
+ "message.text-format-ab31": "Hi, <b>John</b>!",
326
+ "message.number-format-ab31": "Formatted number: {num, number, ::K}",
327
+ "message.currency-format-ab31": "Formatted currency: {amount, number, ::currency/USD}",
328
+ "foo-ab31": "bar",
329
+ "rawText-ab31": {
330
+ "label1": "Title"
331
+ },
332
+ "noformat-ab31": {
333
+ "search": {
334
+ "label2": "Hi {user}"
335
+ }
336
+ },
337
+ "multipleVariables-ab31": "Hi {user}, it is {today, date, medium}.",
338
+ "numberFormat-ab31": "{count, number} users",
339
+ "select-ab31": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
340
+ "nested.select-ab31": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
341
+ "plural.with.substitution-ab31": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
342
+ "richText-ab31": "this is the price <bold>{price, number}</bold>.",
343
+ "yo-ab31": "this is the price <div>{price, number}</div>.",
344
+ "nesting1-ab31": "1 $t(nesting2)",
345
+ "nesting2-ab31": "2 $t(nesting3)",
346
+ "nesting3-ab31": "3",
347
+ "key1-ab31": "hello world",
348
+ "user_messages-ab31": "{count, plural, one {You have # message.} other {You have # messages.}}",
349
+
350
+ "message.simple-ab32": "A simple message.",
351
+ "message.argument-ab32": "Hi, {name}! 👋",
352
+ "message.plural-ab32": "{count, plural, one {# item} other {# items}}",
353
+ "message.select-ab32": "{gender, select, male {Mr} female {Mrs} other {User}}",
354
+ "message.text-format-ab32": "Hi, <b>John</b>!",
355
+ "message.number-format-ab32": "Formatted number: {num, number, ::K}",
356
+ "message.currency-format-ab32": "Formatted currency: {amount, number, ::currency/USD}",
357
+ "foo-ab32": "bar",
358
+ "rawText-ab32": {
359
+ "label1": "Title"
360
+ },
361
+ "noformat-ab32": {
362
+ "search": {
363
+ "label2": "Hi {user}"
364
+ }
365
+ },
366
+ "multipleVariables-ab32": "Hi {user}, it is {today, date, medium}.",
367
+ "numberFormat-ab32": "{count, number} users",
368
+ "select-ab32": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
369
+ "nested.select-ab32": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
370
+ "plural.with.substitution-ab32": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
371
+ "richText-ab32": "this is the price <bold>{price, number}</bold>.",
372
+ "yo-ab32": "this is the price <div>{price, number}</div>.",
373
+ "nesting1-ab32": "1 $t(nesting2)",
374
+ "nesting2-ab32": "2 $t(nesting3)",
375
+ "nesting3-ab32": "3",
376
+ "key1-ab32": "hello world",
377
+ "user_messages-ab32": "{count, plural, one {You have # message.} other {You have # messages.}}",
378
+
379
+ "message.simple-ab33": "A simple message.",
380
+ "message.argument-ab33": "Hi, {name}! 👋",
381
+ "message.plural-ab33": "{count, plural, one {# item} other {# items}}",
382
+ "message.select-ab33": "{gender, select, male {Mr} female {Mrs} other {User}}",
383
+ "message.text-format-ab33": "Hi, <b>John</b>!",
384
+ "message.number-format-ab33": "Formatted number: {num, number, ::K}",
385
+ "message.currency-format-ab33": "Formatted currency: {amount, number, ::currency/USD}",
386
+ "foo-ab33": "bar",
387
+ "rawText-ab33": {
388
+ "label1": "Title"
389
+ },
390
+ "noformat-ab33": {
391
+ "search": {
392
+ "label2": "Hi {user}"
393
+ }
394
+ },
395
+ "multipleVariables-ab33": "Hi {user}, it is {today, date, medium}.",
396
+ "numberFormat-ab33": "{count, number} users",
397
+ "select-ab33": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
398
+ "nested.select-ab33": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
399
+ "plural.with.substitution-ab33": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
400
+ "richText-ab33": "this is the price <bold>{price, number}</bold>.",
401
+ "yo-ab33": "this is the price <div>{price, number}</div>.",
402
+ "nesting1-ab33": "1 $t(nesting2)",
403
+ "nesting2-ab33": "2 $t(nesting3)",
404
+ "nesting3-ab33": "3",
405
+ "key1-ab33": "hello world",
406
+ "user_messages-ab33": "{count, plural, one {You have # message.} other {You have # messages.}}",
407
+
408
+ "message.simple-ab34": "A simple message.",
409
+ "message.argument-ab34": "Hi, {name}! 👋",
410
+ "message.plural-ab34": "{count, plural, one {# item} other {# items}}",
411
+ "message.select-ab34": "{gender, select, male {Mr} female {Mrs} other {User}}",
412
+ "message.text-format-ab34": "Hi, <b>John</b>!",
413
+ "message.number-format-ab34": "Formatted number: {num, number, ::K}",
414
+ "message.currency-format-ab34": "Formatted currency: {amount, number, ::currency/USD}",
415
+ "foo-ab34": "bar",
416
+ "rawText-ab34": {
417
+ "label1": "Title"
418
+ },
419
+ "noformat-ab34": {
420
+ "search": {
421
+ "label2": "Hi {user}"
422
+ }
423
+ },
424
+ "multipleVariables-ab34": "Hi {user}, it is {today, date, medium}.",
425
+ "numberFormat-ab34": "{count, number} users",
426
+ "select-ab34": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
427
+ "nested.select-ab34": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
428
+ "plural.with.substitution-ab34": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
429
+ "richText-ab34": "this is the price <bold>{price, number}</bold>.",
430
+ "yo-ab34": "this is the price <div>{price, number}</div>.",
431
+ "nesting1-ab34": "1 $t(nesting2)",
432
+ "nesting2-ab34": "2 $t(nesting3)",
433
+ "nesting3-ab34": "3",
434
+ "key1-ab34": "hello world",
435
+ "user_messages-ab34": "{count, plural, one {You have # message.} other {You have # messages.}}",
436
+
437
+ "message.simple-ab35": "A simple message.",
438
+ "message.argument-ab35": "Hi, {name}! 👋",
439
+ "message.plural-ab35": "{count, plural, one {# item} other {# items}}",
440
+ "message.select-ab35": "{gender, select, male {Mr} female {Mrs} other {User}}",
441
+ "message.text-format-ab35": "Hi, <b>John</b>!",
442
+ "message.number-format-ab35": "Formatted number: {num, number, ::K}",
443
+ "message.currency-format-ab35": "Formatted currency: {amount, number, ::currency/USD}",
444
+ "foo-ab35": "bar",
445
+ "rawText-ab35": {
446
+ "label1": "Title"
447
+ },
448
+ "noformat-ab35": {
449
+ "search": {
450
+ "label2": "Hi {user}"
451
+ }
452
+ },
453
+ "multipleVariables-ab35": "Hi {user}, it is {today, date, medium}.",
454
+ "numberFormat-ab35": "{count, number} users",
455
+ "select-ab35": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
456
+ "nested.select-ab35": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
457
+ "plural.with.substitution-ab35": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
458
+ "richText-ab35": "this is the price <bold>{price, number}</bold>.",
459
+ "yo-ab35": "this is the price <div>{price, number}</div>.",
460
+ "nesting1-ab35": "1 $t(nesting2)",
461
+ "nesting2-ab35": "2 $t(nesting3)",
462
+ "nesting3-ab35": "3",
463
+ "key1-ab35": "hello world",
464
+ "user_messages-ab35": "{count, plural, one {You have # message.} other {You have # messages.}}",
465
+
466
+ "message.simple-ab36": "A simple message.",
467
+ "message.argument-ab36": "Hi, {name}! 👋",
468
+ "message.plural-ab36": "{count, plural, one {# item} other {# items}}",
469
+ "message.select-ab36": "{gender, select, male {Mr} female {Mrs} other {User}}",
470
+ "message.text-format-ab36": "Hi, <b>John</b>!",
471
+ "message.number-format-ab36": "Formatted number: {num, number, ::K}",
472
+ "message.currency-format-ab36": "Formatted currency: {amount, number, ::currency/USD}",
473
+ "foo-ab36": "bar",
474
+ "rawText-ab36": {
475
+ "label1": "Title"
476
+ },
477
+ "noformat-ab36": {
478
+ "search": {
479
+ "label2": "Hi {user}"
480
+ }
481
+ },
482
+ "multipleVariables-ab36": "Hi {user}, it is {today, date, medium}.",
483
+ "numberFormat-ab36": "{count, number} users",
484
+ "select-ab36": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
485
+ "nested.select-ab36": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
486
+ "plural.with.substitution-ab36": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
487
+ "richText-ab36": "this is the price <bold>{price, number}</bold>.",
488
+ "yo-ab36": "this is the price <div>{price, number}</div>.",
489
+ "nesting1-ab36": "1 $t(nesting2)",
490
+ "nesting2-ab36": "2 $t(nesting3)",
491
+ "nesting3-ab36": "3",
492
+ "key1-ab36": "hello world",
493
+ "user_messages-ab36": "{count, plural, one {You have # message.} other {You have # messages.}}",
494
+
495
+ "message.simple-ab37": "A simple message.",
496
+ "message.argument-ab37": "Hi, {name}! 👋",
497
+ "message.plural-ab37": "{count, plural, one {# item} other {# items}}",
498
+ "message.select-ab37": "{gender, select, male {Mr} female {Mrs} other {User}}",
499
+ "message.text-format-ab37": "Hi, <b>John</b>!",
500
+ "message.number-format-ab37": "Formatted number: {num, number, ::K}",
501
+ "message.currency-format-ab37": "Formatted currency: {amount, number, ::currency/USD}",
502
+ "foo-ab37": "bar",
503
+ "rawText-ab37": {
504
+ "label1": "Title"
505
+ },
506
+ "noformat-ab37": {
507
+ "search": {
508
+ "label2": "Hi {user}"
509
+ }
510
+ },
511
+ "multipleVariables-ab37": "Hi {user}, it is {today, date, medium}.",
512
+ "numberFormat-ab37": "{count, number} users",
513
+ "select-ab37": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
514
+ "nested.select-ab37": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
515
+ "plural.with.substitution-ab37": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
516
+ "richText-ab37": "this is the price <bold>{price, number}</bold>.",
517
+ "yo-ab37": "this is the price <div>{price, number}</div>.",
518
+ "nesting1-ab37": "1 $t(nesting2)",
519
+ "nesting2-ab37": "2 $t(nesting3)",
520
+ "nesting3-ab37": "3",
521
+ "key1-ab37": "hello world",
522
+ "user_messages-ab37": "{count, plural, one {You have # message.} other {You have # messages.}}",
523
+
524
+ "message.simple-ab3-202": "A simple message.",
525
+ "message.argument-ab3-202": "Hi, {name}! 👋",
526
+ "message.plural-ab3-202": "{count, plural, one {# item} other {# items}}",
527
+ "message.select-ab3-202": "{gender, select, male {Mr} female {Mrs} other {User}}",
528
+ "message.text-format-ab3-202": "Hi, <b>John</b>!",
529
+ "message.number-format-ab3-202": "Formatted number: {num, number, ::K}",
530
+ "message.currency-format-ab3-202": "Formatted currency: {amount, number, ::currency/USD}",
531
+ "foo-ab3-202": "bar",
532
+ "rawText-ab3-202": {
533
+ "label1": "Title"
534
+ },
535
+ "noformat-ab3-202": {
536
+ "search": {
537
+ "label2": "Hi {user}"
538
+ }
539
+ },
540
+ "multipleVariables-ab3-202": "Hi {user}, it is {today, date, medium}.",
541
+ "numberFormat-ab3-202": "{count, number} users",
542
+ "select-ab3-202": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
543
+ "nested.select-ab3-202": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
544
+ "plural.with.substitution-ab3-202": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
545
+ "richText-ab3-202": "this is the price <bold>{price, number}</bold>.",
546
+ "yo-ab3-202": "this is the price <div>{price, number}</div>.",
547
+ "nesting1-ab3-202": "1 $t(nesting2)",
548
+ "nesting2-ab3-202": "2 $t(nesting3)",
549
+ "nesting3-ab3-202": "3",
550
+ "key1-ab3-202": "hello world",
551
+ "user_messages-ab3-202": "{count, plural, one {You have # message.} other {You have # messages.}}",
552
+
553
+ "message.simple-ab3-203": "A simple message.",
554
+ "message.argument-ab3-203": "Hi, {name}! 👋",
555
+ "message.plural-ab3-203": "{count, plural, one {# item} other {# items}}",
556
+ "message.select-ab3-203": "{gender, select, male {Mr} female {Mrs} other {User}}",
557
+ "message.text-format-ab3-203": "Hi, <b>John</b>!",
558
+ "message.number-format-ab3-203": "Formatted number: {num, number, ::K}",
559
+ "message.currency-format-ab3-203": "Formatted currency: {amount, number, ::currency/USD}",
560
+ "foo-ab3-203": "bar",
561
+ "rawText-ab3-203": {
562
+ "label1": "Title"
563
+ },
564
+ "noformat-ab3-203": {
565
+ "search": {
566
+ "label2": "Hi {user}"
567
+ }
568
+ },
569
+ "multipleVariables-ab3-203": "Hi {user}, it is {today, date, medium}.",
570
+ "numberFormat-ab3-203": "{count, number} users",
571
+ "select-ab3-203": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
572
+ "nested.select-ab3-203": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
573
+ "plural.with.substitution-ab3-203": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
574
+ "richText-ab3-203": "this is the price <bold>{price, number}</bold>.",
575
+ "yo-ab3-203": "this is the price <div>{price, number}</div>.",
576
+ "nesting1-ab3-203": "1 $t(nesting2)",
577
+ "nesting2-ab3-203": "2 $t(nesting3)",
578
+ "nesting3-ab3-203": "3",
579
+ "key1-ab3-203": "hello world",
580
+ "user_messages-ab3-203": "{count, plural, one {You have # message.} other {You have # messages.}}",
581
+
582
+ "message.simple-abc3-20": "A simple message.",
583
+ "message.argument-abc3-20": "Hi, {name}! 👋",
584
+ "message.plural-abc3-20": "{count, plural, one {# item} other {# items}}",
585
+ "message.select-abc3-20": "{gender, select, male {Mr} female {Mrs} other {User}}",
586
+ "message.text-format-abc3-20": "Hi, <b>John</b>!",
587
+ "message.number-format-abc3-20": "Formatted number: {num, number, ::K}",
588
+ "message.currency-format-abc3-20": "Frmatted currency: {amount, number, ::currency/USD}",
589
+ "foo-abc3-20": "bar",
590
+ "rawText-abc3-20": {
591
+ "label1": "Title"
592
+ },
593
+ "noformat-abc3-20": {
594
+ "search": {
595
+ "label2": "Hi {user}"
596
+ }
597
+ },
598
+ "multipleVariables-abc3-20": "Hi {user}, it is {today, date, medium}.",
599
+ "numberFormat-abc3-20": "{count, number} users",
600
+ "select-abc3-20": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
601
+ "nested.select-abc3-20": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
602
+ "plural.with.substitution-abc3-20": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
603
+ "richText-abc3-20": "this is the price <bold>{price, number}</bold>.",
604
+ "yo-abc3-20": "this is the price <div>{price, number}</div>.",
605
+ "nesting1-abc3-20": "1 $t(nesting2)",
606
+ "nesting2-abc3-20": "2 $t(nesting3)",
607
+ "nesting3-abc3-20": "3",
608
+ "key1-abc3-20": "hello world",
609
+ "user_messages-abc3-20": "{count, plural, one {You have # message.} other {You have # messages.}}",
610
+
611
+ "message.simple-abc3-21": "A simple message.",
612
+ "message.argument-abc3-21": "Hi, {name}! 👋",
613
+ "message.plural-abc3-21": "{count, plural, one {# item} other {# items}}",
614
+ "message.select-abc3-21": "{gender, select, male {Mr} female {Mrs} other {User}}",
615
+ "message.text-format-abc3-21": "Hi, <b>John</b>!",
616
+ "message.number-format-abc3-21": "Formatted number: {num, number, ::K}",
617
+ "message.currency-format-abc3-21": "Formatted currency: {amount, number, ::currency/USD}",
618
+ "foo-abc3-21": "bar",
619
+ "rawText-abc3-21": {
620
+ "label1": "Title"
621
+ },
622
+ "noformat-abc3-21": {
623
+ "search": {
624
+ "label2": "Hi {user}"
625
+ }
626
+ },
627
+ "multipleVariables-abc3-21": "Hi {user}, it is {today, date, medium}.",
628
+ "numberFormat-abc3-21": "{count, number} users",
629
+ "select-abc3-21": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
630
+ "nested.select-abc3-21": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
631
+ "plural.with.substitution-abc3-21": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
632
+ "richText-abc3-21": "this is the price <bold>{price, number}</bold>.",
633
+ "yo-abc3-21": "this is the price <div>{price, number}</div>.",
634
+ "nesting1-abc3-21": "1 $t(nesting2)",
635
+ "nesting2-abc3-21": "2 $t(nesting3)",
636
+ "nesting3-abc3-21": "3",
637
+ "key1-abc3-21": "hello world",
638
+ "user_messages-abc3-21": "{count, plural, one {You have # message.} other {You have # messages.}}",
639
+
640
+ "message.simple-abc3-22": "A simple message.",
641
+ "message.argument-abc3-22": "Hi, {name}! 👋",
642
+ "message.plural-abc3-22": "{count, plural, one {# item} other {# items}}",
643
+ "message.select-abc3-22": "{gender, select, male {Mr} female {Mrs} other {User}}",
644
+ "message.text-format-abc3-22": "Hi, <b>John</b>!",
645
+ "message.number-format-abc3-22": "Formatted number: {num, number, ::K}",
646
+ "message.currency-format-abc3-22": "Formatted currency: {amount, number, ::currency/USD}",
647
+ "foo-abc3-22": "bar",
648
+ "rawText-abc3-22": {
649
+ "label1": "Title"
650
+ },
651
+ "noformat-abc3-22": {
652
+ "search": {
653
+ "label2": "Hi {user}"
654
+ }
655
+ },
656
+ "multipleVariables-abc3-22": "Hi {user}, it is {today, date, medium}.",
657
+ "numberFormat-abc3-22": "{count, number} users",
658
+ "select-abc3-22": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
659
+ "nested.select-abc3-22": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
660
+ "plural.with.substitution-abc3-22": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
661
+ "richText-abc3-22": "this is the price <bold>{price, number}</bold>.",
662
+ "yo-abc3-22": "this is the price <div>{price, number}</div>.",
663
+ "nesting1-abc3-22": "1 $t(nesting2)",
664
+ "nesting2-abc3-22": "2 $t(nesting3)",
665
+ "nesting3-abc3-22": "3",
666
+ "key1-abc3-22": "hello world",
667
+ "user_messages-abc3-22": "{count, plural, one {You have # message.} other {You have # messages.}}",
668
+
669
+ "message.simple-abc3-23": "A simple message.",
670
+ "message.argument-abc3-23": "Hi, {name}! 👋",
671
+ "message.plural-abc3-23": "{count, plural, one {# item} other {# items}}",
672
+ "message.select-abc3-23": "{gender, select, male {Mr} female {Mrs} other {User}}",
673
+ "message.text-format-abc3-23": "Hi, <b>John</b>!",
674
+ "message.number-format-abc3-23": "Formatted number: {num, number, ::K}",
675
+ "message.currency-format-abc3-23": "Formatted currency: {amount, number, ::currency/USD}",
676
+ "foo-abc3-23": "bar",
677
+ "rawText-abc3-23": {
678
+ "label1": "Title"
679
+ },
680
+ "noformat-abc3-23": {
681
+ "search": {
682
+ "label2": "Hi {user}"
683
+ }
684
+ },
685
+ "multipleVariables-abc3-23": "Hi {user}, it is {today, date, medium}.",
686
+ "numberFormat-abc3-23": "{count, number} users",
687
+ "select-abc3-23": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
688
+ "nested.select-abc3-23": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
689
+ "plural.with.substitution-abc3-23": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
690
+ "richText-abc3-23": "this is the price <bold>{price, number}</bold>.",
691
+ "yo-abc3-23": "this is the price <div>{price, number}</div>.",
692
+ "nesting1-abc3-23": "1 $t(nesting2)",
693
+ "nesting2-abc3-23": "2 $t(nesting3)",
694
+ "nesting3-abc3-23": "3",
695
+ "key1-abc3-23": "hello world",
696
+ "user_messages-abc3-23": "{count, plural, one {You have # message.} other {You have # messages.}}",
697
+
698
+ "message.simple-abc3-24": "A simple message.",
699
+ "message.argument-abc3-24": "Hi, {name}! 👋",
700
+ "message.plural-abc3-24": "{count, plural, one {# item} other {# items}}",
701
+ "message.select-abc3-24": "{gender, select, male {Mr} female {Mrs} other {User}}",
702
+ "message.text-format-abc3-24": "Hi, <b>John</b>!",
703
+ "message.number-format-abc3-24": "Formatted number: {num, number, ::K}",
704
+ "message.currency-format-abc3-24": "Formatted currency: {amount, number, ::currency/USD}",
705
+ "foo-abc3-24": "bar",
706
+ "rawText-abc3-24": {
707
+ "label1": "Title"
708
+ },
709
+ "noformat-abc3-24": {
710
+ "search": {
711
+ "label2": "Hi {user}"
712
+ }
713
+ },
714
+ "multipleVariables-abc3-24": "Hi {user}, it is {today, date, medium}.",
715
+ "numberFormat-abc3-24": "{count, number} users",
716
+ "select-abc3-24": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
717
+ "nested.select-abc3-24": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
718
+ "plural.with.substitution-abc3-24": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
719
+ "richText-abc3-24": "this is the price <bold>{price, number}</bold>.",
720
+ "yo-abc3-24": "this is the price <div>{price, number}</div>.",
721
+ "nesting1-abc3-24": "1 $t(nesting2)",
722
+ "nesting2-abc3-24": "2 $t(nesting3)",
723
+ "nesting3-abc3-24": "3",
724
+ "key1-abc3-24": "hello world",
725
+ "user_messages-abc3-24": "{count, plural, one {You have # message.} other {You have # messages.}}",
726
+
727
+ "message.simple-abc3-25": "A simple message.",
728
+ "message.argument-abc3-25": "Hi, {name}! 👋",
729
+ "message.plural-abc3-25": "{count, plural, one {# item} other {# items}}",
730
+ "message.select-abc3-25": "{gender, select, male {Mr} female {Mrs} other {User}}",
731
+ "message.text-format-abc3-25": "Hi, <b>John</b>!",
732
+ "message.number-format-abc3-25": "Formatted number: {num, number, ::K}",
733
+ "message.currency-format-abc3-25": "Formatted currency: {amount, number, ::currency/USD}",
734
+ "foo-abc3-25": "bar",
735
+ "rawText-abc3-25": {
736
+ "label1": "Title"
737
+ },
738
+ "noformat-abc3-25": {
739
+ "search": {
740
+ "label2": "Hi {user}"
741
+ }
742
+ },
743
+ "multipleVariables-abc3-25": "Hi {user}, it is {today, date, medium}.",
744
+ "numberFormat-abc3-25": "{count, number} users",
745
+ "select-abc3-25": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
746
+ "nested.select-abc3-25": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
747
+ "plural.with.substitution-abc3-25": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
748
+ "richText-abc3-25": "this is the price <bold>{price, number}</bold>.",
749
+ "yo-abc3-25": "this is the price <div>{price, number}</div>.",
750
+ "nesting1-abc3-25": "1 $t(nesting2)",
751
+ "nesting2-abc3-25": "2 $t(nesting3)",
752
+ "nesting3-abc3-25": "3",
753
+ "key1-abc3-25": "hello world",
754
+ "user_messages-abc3-25": "{count, plural, one {You have # message.} other {You have # messages.}}",
755
+
756
+ "message.simple-abc3-26": "A simple message.",
757
+ "message.argument-abc3-26": "Hi, {name}! 👋",
758
+ "message.plural-abc3-26": "{count, plural, one {# item} other {# items}}",
759
+ "message.select-abc3-26": "{gender, select, male {Mr} female {Mrs} other {User}}",
760
+ "message.text-format-abc3-26": "Hi, <b>John</b>!",
761
+ "message.number-format-abc3-26": "Formatted number: {num, number, ::K}",
762
+ "message.currency-format-abc3-26": "Formatted currency: {amount, number, ::currency/USD}",
763
+ "foo-abc3-26": "bar",
764
+ "rawText-abc3-26": {
765
+ "label1": "Title"
766
+ },
767
+ "noformat-abc3-26": {
768
+ "search": {
769
+ "label2": "Hi {user}"
770
+ }
771
+ },
772
+ "multipleVariables-abc3-26": "Hi {user}, it is {today, date, medium}.",
773
+ "numberFormat-abc3-26": "{count, number} users",
774
+ "select-abc3-26": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
775
+ "nested.select-abc3-26": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
776
+ "plural.with.substitution-abc3-26": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
777
+ "richText-abc3-26": "this is the price <bold>{price, number}</bold>.",
778
+ "yo-abc3-26": "this is the price <div>{price, number}</div>.",
779
+ "nesting1-abc3-26": "1 $t(nesting2)",
780
+ "nesting2-abc3-26": "2 $t(nesting3)",
781
+ "nesting3-abc3-26": "3",
782
+ "key1-abc3-26": "hello world",
783
+ "user_messages-abc3-26": "{count, plural, one {You have # message.} other {You have # messages.}}",
784
+
785
+ "message.simple-abc3-27": "A simple message.",
786
+ "message.argument-abc3-27": "Hi, {name}! 👋",
787
+ "message.plural-abc3-27": "{count, plural, one {# item} other {# items}}",
788
+ "message.select-abc3-27": "{gender, select, male {Mr} female {Mrs} other {User}}",
789
+ "message.text-format-abc3-27": "Hi, <b>John</b>!",
790
+ "message.number-format-abc3-27": "Formatted number: {num, number, ::K}",
791
+ "message.currency-format-abc3-27": "Formatted currency: {amount, number, ::currency/USD}",
792
+ "foo-abc3-27": "bar",
793
+ "rawText-abc3-27": {
794
+ "label1": "Title"
795
+ },
796
+ "noformat-abc3-27": {
797
+ "search": {
798
+ "label2": "Hi {user}"
799
+ }
800
+ },
801
+ "multipleVariables-abc3-27": "Hi {user}, it is {today, date, medium}.",
802
+ "numberFormat-abc3-27": "{count, number} users",
803
+ "select-abc3-27": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
804
+ "nested.select-abc3-27": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
805
+ "plural.with.substitution-abc3-27": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
806
+ "richText-abc3-27": "this is the price <bold>{price, number}</bold>.",
807
+ "yo-abc3-27": "this is the price <div>{price, number}</div>.",
808
+ "nesting1-abc3-27": "1 $t(nesting2)",
809
+ "nesting2-abc3-27": "2 $t(nesting3)",
810
+ "nesting3-abc3-27": "3",
811
+ "key1-abc3-27": "hello world",
812
+ "user_messages-abc3-27": "{count, plural, one {You have # message.} other {You have # messages.}}",
813
+
814
+ "message.simple-abc3-202": "A simple message.",
815
+ "message.argument-abc3-202": "Hi, {name}! 👋",
816
+ "message.plural-abc3-202": "{count, plural, one {# item} other {# items}}",
817
+ "message.select-abc3-202": "{gender, select, male {Mr} female {Mrs} other {User}}",
818
+ "message.text-format-abc3-202": "Hi, <b>John</b>!",
819
+ "message.number-format-abc3-202": "Formatted number: {num, number, ::K}",
820
+ "message.currency-format-abc3-202": "Formatted currency: {amount, number, ::currency/USD}",
821
+ "foo-abc3-202": "bar",
822
+ "rawText-abc3-202": {
823
+ "label1": "Title"
824
+ },
825
+ "noformat-abc3-202": {
826
+ "search": {
827
+ "label2": "Hi {user}"
828
+ }
829
+ },
830
+ "multipleVariables-abc3-202": "Hi {user}, it is {today, date, medium}.",
831
+ "numberFormat-abc3-202": "{count, number} users",
832
+ "select-abc3-202": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
833
+ "nested.select-abc3-202": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
834
+ "plural.with.substitution-abc3-202": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
835
+ "richText-abc3-202": "this is the price <bold>{price, number}</bold>.",
836
+ "yo-abc3-202": "this is the price <div>{price, number}</div>.",
837
+ "nesting1-abc3-202": "1 $t(nesting2)",
838
+ "nesting2-abc3-202": "2 $t(nesting3)",
839
+ "nesting3-abc3-202": "3",
840
+ "key1-abc3-202": "hello world",
841
+ "user_messages-abc3-202": "{count, plural, one {You have # message.} other {You have # messages.}}",
842
+
843
+ "message.simple-abc3-203": "A simple message.",
844
+ "message.argument-abc3-203": "Hi, {name}! 👋",
845
+ "message.plural-abc3-203": "{count, plural, one {# item} other {# items}}",
846
+ "message.select-abc3-203": "{gender, select, male {Mr} female {Mrs} other {User}}",
847
+ "message.text-format-abc3-203": "Hi, <b>John</b>!",
848
+ "message.number-format-abc3-203": "Formatted number: {num, number, ::K}",
849
+ "message.currency-format-abc3-203": "Formatted currency: {amount, number, ::currency/USD}",
850
+ "foo-abc3-203": "bar",
851
+ "rawText-abc3-203": {
852
+ "label1": "Title"
853
+ },
854
+ "noformat-abc3-203": {
855
+ "search": {
856
+ "label2": "Hi {user}"
857
+ }
858
+ },
859
+ "multipleVariables-abc3-203": "Hi {user}, it is {today, date, medium}.",
860
+ "numberFormat-abc3-203": "{count, number} users",
861
+ "select-abc3-203": "You selected {choice, select, yes {Yea} no {Nay} other {Maybe}}",
862
+ "nested.select-abc3-203": "{done, select, no {There is more to it {count, number}.} other {Done.}}",
863
+ "plural.with.substitution-abc3-203": "Cart: {itemCount, plural, =0 {no items} one {# item} other {# items}}.",
864
+ "richText-abc3-203": "this is the price <bold>{price, number}</bold>.",
865
+ "yo-abc3-203": "this is the price <div>{price, number}</div>.",
866
+ "nesting1-abc3-203": "1 $t(nesting2)",
867
+ "nesting2-abc3-203": "2 $t(nesting3)",
868
+ "nesting3-abc3-203": "3",
869
+ "key1-abc3-203": "hello world",
870
+ "user_messages-abc3-203": "{count, plural, one {You have # message.} other {You have # messages.}}"
871
+ }