forked from DimensionDev/Maskbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.i18n-codegen.json
364 lines (364 loc) · 15.5 KB
/
.i18n-codegen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
{
"$schema": "./node_modules/@magic-works/i18n-codegen/schema.json",
"version": 1,
"list": [
{
"input": "./packages/mask/shared-ui/locales/en-US.json",
"output": "./packages/mask/shared-ui/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useMaskI18N",
"namespace": "mask",
"trans": "MaskTrans"
}
},
{
"input": "./packages/mask/src/social-network-adaptor/twitter.com/locales/en-US.json",
"output": "./packages/mask/src/social-network-adaptor/twitter.com/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useDO_NOT_USE",
"namespace": "DO_NOT_USE",
"trans": "DO_NOT_USE_TRANSLATOR"
}
},
{
"input": "./packages/shared/src/locales/en-US.json",
"output": "./packages/shared/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useSharedI18N",
"namespace": "shared",
"trans": "SharedTrans"
}
},
{
"input": "./packages/shared-base-ui/src/locales/en-US.json",
"output": "./packages/shared-base-ui/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useSharedBaseI18N",
"namespace": "shareBase",
"trans": "SharedBaseTrans"
}
},
{
"input": "./packages/dashboard/src/locales/en-US.json",
"output": "./packages/dashboard/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useDashboardI18N",
"namespace": "dashboard",
"trans": "DashboardTrans"
}
},
{
"input": "./packages/plugins/example/src/locales/en-US.json",
"output": "./packages/plugins/example/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.example",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/Debugger/src/locales/en-US.json",
"output": "./packages/plugins/Debugger/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.debugger",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/Wallet/src/locales/en-US.json",
"output": "./packages/plugins/Wallet/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.wallet",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/Flow/src/locales/en-US.json",
"output": "./packages/plugins/Flow/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.mask.flow",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/FileService/src/locales/en-US.json",
"output": "./packages/plugins/FileService/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.fileservice",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/ScamSniffer/src/locales/en-US.json",
"output": "./packages/plugins/ScamSniffer/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.scamsniffer.mask-plugin",
"trans": "Translate",
"sourceMap": "inline"
}
},
{
"input": "./packages/plugins/CyberConnect/src/locales/en-US.json",
"output": "./packages/plugins/CyberConnect/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.cyberconnect",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/RSS3/src/locales/en-US.json",
"output": "./packages/plugins/RSS3/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "bio.rss3",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/DAO/src/locales/en-US.json",
"output": "./packages/plugins/DAO/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "money.juicebox",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/EVM/src/locales/en-US.json",
"output": "./packages/plugins/EVM/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.mask.evm",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/Solana/src/locales/en-US.json",
"output": "./packages/plugins/Solana/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.solana",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/NextID/locales/en-US.json",
"output": "./packages/mask/src/plugins/NextID/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.mask.next_id",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/template/src/locales/en-US.json",
"output": "./packages/plugins/template/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "__template__",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/GoPlusSecurity/src/locales/en-US.json",
"output": "./packages/plugins/GoPlusSecurity/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.gopluslabs.security",
"trans": "Translate"
}
},
{
"input": "./packages/plugins/CrossChainBridge/src/locales/en-US.json",
"output": "./packages/plugins/CrossChainBridge/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.cross-chain-bridge",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/RedPacket/locales/en-US.json",
"output": "./packages/mask/src/plugins/RedPacket/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.red_packet",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Tips/locales/en-US.json",
"output": "./packages/mask/src/plugins/Tips/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.tip",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Avatar/locales/en-US.json",
"output": "./packages/mask/src/plugins/Avatar/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.avatar",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Trader/locales/en-US.json",
"output": "./packages/mask/src/plugins/Trader/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.trader",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Gitcoin/locales/en-US.json",
"output": "./packages/mask/src/plugins/Gitcoin/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "co.gitcoin",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Referral/locales/en-US.json",
"output": "./packages/mask/src/plugins/Referral/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.referral",
"trans": "Translate",
"sourceMap": "inline"
}
},
{
"input": "./packages/mask/src/plugins/Approval/locales/en-US.json",
"output": "./packages/mask/src/plugins/Approval/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.approval",
"trans": "Translate",
"sourceMap": "inline"
}
},
{
"input": "./packages/mask/src/plugins/FindTruman/locales/en-US.json",
"output": "./packages/mask/src/plugins/FindTruman/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "org.findtruman",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/MaskBox/locales/en-US.json",
"output": "./packages/mask/src/plugins/MaskBox/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.box",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Game/locales/en-US.json",
"output": "./packages/mask/src/plugins/Game/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.game",
"trans": "Translate",
"sourceMap": "inline"
}
},
{
"input": "./packages/mask/src/plugins/Pets/locales/en-US.json",
"output": "./packages/mask/src/plugins/Pets/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.pets",
"trans": "Translate",
"sourceMap": "inline"
}
},
{
"input": "./packages/plugins/Web3Profile/src/locales/en-US.json",
"output": "./packages/plugins/Web3Profile/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.web3-profile",
"trans": "Translate",
"sourceMap": "inline"
}
}
]
}