@candlerip/shared 0.0.80 → 0.0.82
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/cache/common/cache-service/workers/index.js +1 -1
- package/common/dictionary/dictionary/configs.d.ts +15 -15
- package/common/dictionary/dictionary/configs.js +2 -8
- package/common/translation/translation-code/translation-code/candle/candle-card/config.d.ts +1 -1
- package/common/translation/translation-code/translation-code/candle/candle-card/config.js +1 -7
- package/common/translation/translation-code/translation-code/candle/candle-cards/config.d.ts +1 -1
- package/common/translation/translation-code/translation-code/candle/candles-list/config.d.ts +1 -1
- package/common/translation/translation-code/translation-code/common-page/config.d.ts +1 -1
- package/common/translation/translation-code/translation-code/common-page/config.js +0 -2
- package/common/translation/translation-code/translation-code/index.d.ts +1 -4
- package/common/translation/translation-code/translation-code/index.js +1 -4
- package/common/translation/translation-code/translation-code/translation-code/basic/configs.d.ts +1 -0
- package/common/translation/translation-code/translation-code/translation-code/basic/configs.js +183 -0
- package/common/translation/translation-code/translation-code/translation-code/basic/index.d.ts +1 -0
- package/common/translation/translation-code/translation-code/translation-code/basic/index.js +1 -0
- package/common/translation/translation-code/translation-code/translation-code/configs.d.ts +1 -0
- package/common/translation/translation-code/translation-code/translation-code/configs.js +3 -0
- package/common/translation/translation-code/translation-code/translation-code/index.d.ts +2 -0
- package/common/translation/translation-code/translation-code/translation-code/index.js +2 -0
- package/common/translation/translation-code/translation-code/translation-code/language/configs.d.ts +1 -0
- package/common/translation/translation-code/translation-code/translation-code/language/configs.js +39 -0
- package/common/translation/translation-code/translation-code/translation-code/language/index.d.ts +1 -0
- package/common/translation/translation-code/translation-code/translation-code/language/index.js +1 -0
- package/package.json +1 -1
- package/common/translation/translation-code/translation-code/configs.d.ts +0 -1
- package/common/translation/translation-code/translation-code/configs.js +0 -434
- package/common/translation/translation-code/translation-code/country/country-code/config.d.ts +0 -1
- package/common/translation/translation-code/translation-code/country/country-code/config.js +0 -250
- package/common/translation/translation-code/translation-code/country/country-code/index.d.ts +0 -1
- package/common/translation/translation-code/translation-code/country/country-code/index.js +0 -1
- package/common/translation/translation-code/translation-code/country/index.d.ts +0 -1
- package/common/translation/translation-code/translation-code/country/index.js +0 -1
- package/common/translation/translation-code/translation-code/time/index.d.ts +0 -1
- package/common/translation/translation-code/translation-code/time/index.js +0 -1
- package/common/translation/translation-code/translation-code/time/time-abbreviation/config.d.ts +0 -1
- package/common/translation/translation-code/translation-code/time/time-abbreviation/config.js +0 -3
- package/common/translation/translation-code/translation-code/time/time-abbreviation/index.d.ts +0 -1
- package/common/translation/translation-code/translation-code/time/time-abbreviation/index.js +0 -1
- /package/common/translation/translation-code/translation-code/{domains.d.ts → translation-code/domains.d.ts} +0 -0
- /package/common/translation/translation-code/translation-code/{domains.js → translation-code/domains.js} +0 -0
|
@@ -1,434 +0,0 @@
|
|
|
1
|
-
// TODO: remove country codes
|
|
2
|
-
export const TRANSLATION_CODES = [
|
|
3
|
-
'acceptAll',
|
|
4
|
-
'add-person-page',
|
|
5
|
-
'add-person-page.maintenance.submitError',
|
|
6
|
-
'add-person-page.maintenance.submitSuccess',
|
|
7
|
-
'auth.cannotBeChangedLaterWarning',
|
|
8
|
-
'auth.candleLitWarning',
|
|
9
|
-
'auth.loginRequired',
|
|
10
|
-
'author',
|
|
11
|
-
'burnedCandles',
|
|
12
|
-
'burnedOutCandle',
|
|
13
|
-
'burningCandles',
|
|
14
|
-
'burningEndsAt',
|
|
15
|
-
'burningStartsAt',
|
|
16
|
-
'burnsSoFar',
|
|
17
|
-
'cancel',
|
|
18
|
-
'candle-details-page',
|
|
19
|
-
'candle-details-page.deleteCandle.submitError',
|
|
20
|
-
'candle-details-page.deleteCandle.submitSuccess',
|
|
21
|
-
'candle-details-page.deleteCandle.question',
|
|
22
|
-
'candle-details-page.deleteCandle',
|
|
23
|
-
'candle-details-page.myCandle.submitError',
|
|
24
|
-
'candle-details-page.myCandle.submitSuccess',
|
|
25
|
-
'candle-details-page.myCandle.loginRequired',
|
|
26
|
-
'candle-details-page.myCandle.question',
|
|
27
|
-
'candle-details-page.myCandle',
|
|
28
|
-
'candle-details-page.relightCandle.submitError',
|
|
29
|
-
'candle-details-page.relightCandle.submitSuccess',
|
|
30
|
-
'candle-details-page.relightCandle.question',
|
|
31
|
-
'candle-details-page.relightCandle',
|
|
32
|
-
'candle',
|
|
33
|
-
'candlesInCount',
|
|
34
|
-
'candles',
|
|
35
|
-
'candles-page',
|
|
36
|
-
'candle.description',
|
|
37
|
-
'caseSensitive',
|
|
38
|
-
'contact-page',
|
|
39
|
-
'contact-page.infoTitle',
|
|
40
|
-
'contact-page.sendMessage.submitError',
|
|
41
|
-
'contact-page.sendMessage.submitSuccess',
|
|
42
|
-
'contact-page.sendMessageTitle',
|
|
43
|
-
'cookieConsentForm.title',
|
|
44
|
-
'cookieConsentForm.description',
|
|
45
|
-
'cookieConsentForm.languageFormDescription',
|
|
46
|
-
'cookie-policy-page',
|
|
47
|
-
'count',
|
|
48
|
-
'createdAt',
|
|
49
|
-
'customize',
|
|
50
|
-
'dropZone.acceptedFormats',
|
|
51
|
-
'dropZone.drapActive',
|
|
52
|
-
'dropZone.dropZone',
|
|
53
|
-
'dropZone.sizeLimit',
|
|
54
|
-
'edit-candle-page',
|
|
55
|
-
'edit-candle-page.maintenance.submitError',
|
|
56
|
-
'edit-candle-page.maintenance.submitSuccess',
|
|
57
|
-
'edit-person-page',
|
|
58
|
-
'edit-person-page.maintenance.submitError',
|
|
59
|
-
'edit-person-page.maintenance.submitSuccess',
|
|
60
|
-
'email',
|
|
61
|
-
'english',
|
|
62
|
-
'errorLoadingData',
|
|
63
|
-
'facebook',
|
|
64
|
-
'help-page.addPersonRule1',
|
|
65
|
-
'help-page.addPersonRule2',
|
|
66
|
-
'help-page.addPersonRule3',
|
|
67
|
-
'help-page.addPersonRule4',
|
|
68
|
-
'help-page.addPersonTitle',
|
|
69
|
-
'help-page.candlesParagraph1',
|
|
70
|
-
'help-page.candlesParagraph2',
|
|
71
|
-
'help-page.candlesParagraph3',
|
|
72
|
-
'help-page.intro',
|
|
73
|
-
'help-page.lightACandleRule1',
|
|
74
|
-
'help-page.lightACandleRule2',
|
|
75
|
-
'help-page.lightACandleTitle',
|
|
76
|
-
'help-page.personsParagraph',
|
|
77
|
-
'help-page',
|
|
78
|
-
'home-page',
|
|
79
|
-
'home-page.proposal',
|
|
80
|
-
'home-page.lastLitCandles',
|
|
81
|
-
'home-page.lastUploadedPersons',
|
|
82
|
-
'home-page.quickCandleLighting.placeOfTheCandle.placehodler',
|
|
83
|
-
'home-page.quickCandleLighting',
|
|
84
|
-
'home-page.statistics',
|
|
85
|
-
'home-page.welcome.description1',
|
|
86
|
-
'home-page.welcome.description2',
|
|
87
|
-
'home-page.welcome',
|
|
88
|
-
'hungarian',
|
|
89
|
-
'form.error.date',
|
|
90
|
-
'form.error.email',
|
|
91
|
-
'form.error.invalid',
|
|
92
|
-
'form.error.maxLength',
|
|
93
|
-
'form.error.message',
|
|
94
|
-
'form.error.required',
|
|
95
|
-
'image',
|
|
96
|
-
'invalidImage',
|
|
97
|
-
'noMoreImages',
|
|
98
|
-
'tooBigImage',
|
|
99
|
-
'imageCannotBeLoaded',
|
|
100
|
-
'imageClickToSeeOriginal',
|
|
101
|
-
'imageNotSet',
|
|
102
|
-
'lightACandle',
|
|
103
|
-
'light-candle-page',
|
|
104
|
-
'light-candle-page.maintenance.submitError',
|
|
105
|
-
'light-candle-page.maintenance.submitSuccess',
|
|
106
|
-
'lightTheCandle',
|
|
107
|
-
'litName',
|
|
108
|
-
'loading',
|
|
109
|
-
'login',
|
|
110
|
-
'loginPage.login.submitError',
|
|
111
|
-
'loginPage.login.showPassword',
|
|
112
|
-
'logout',
|
|
113
|
-
'map',
|
|
114
|
-
'message',
|
|
115
|
-
'modify',
|
|
116
|
-
'more',
|
|
117
|
-
'motto1',
|
|
118
|
-
'motto2',
|
|
119
|
-
'motto3',
|
|
120
|
-
'myCandles',
|
|
121
|
-
'myPersons',
|
|
122
|
-
'name',
|
|
123
|
-
'ok',
|
|
124
|
-
'pageMenu.add-person-page',
|
|
125
|
-
'pageMenu.candles-page',
|
|
126
|
-
'pageMenu.contact-page',
|
|
127
|
-
'pageMenu.cookie-policy-page',
|
|
128
|
-
'pageMenu.help-page',
|
|
129
|
-
'pageMenu.persons-page',
|
|
130
|
-
'pageMenu.persons-map-page',
|
|
131
|
-
'pageMenu.terms-and-conditions-page',
|
|
132
|
-
'password',
|
|
133
|
-
'person',
|
|
134
|
-
'person.birthDate',
|
|
135
|
-
'person.birthPlaceCountry',
|
|
136
|
-
'person.deathDate',
|
|
137
|
-
'person.description',
|
|
138
|
-
'person.name',
|
|
139
|
-
'person-candles-page',
|
|
140
|
-
'person-candles-page.addCandle.description',
|
|
141
|
-
'person-details-page',
|
|
142
|
-
'person-details-page.deletePerson.submitError',
|
|
143
|
-
'person-details-page.deletePerson.submitSuccess',
|
|
144
|
-
'person-details-page.deletePerson.question',
|
|
145
|
-
'person-details-page.deletePerson',
|
|
146
|
-
'person-details-page.myPerson.submitError',
|
|
147
|
-
'person-details-page.myPerson.submitSuccess',
|
|
148
|
-
'person-details-page.myPerson.loginRequired',
|
|
149
|
-
'person-details-page.myPerson.question',
|
|
150
|
-
'person-details-page.myPerson',
|
|
151
|
-
'persons-page',
|
|
152
|
-
'persons',
|
|
153
|
-
'personsInCount',
|
|
154
|
-
'persons-page.addPerson.description',
|
|
155
|
-
'persons-page.personsList.hasImage',
|
|
156
|
-
'persons-page.personsList',
|
|
157
|
-
'persons-map-page.map.description',
|
|
158
|
-
'persons-map-page',
|
|
159
|
-
'proposable',
|
|
160
|
-
'redirecting',
|
|
161
|
-
'rejectAll',
|
|
162
|
-
'reset',
|
|
163
|
-
'save',
|
|
164
|
-
'savedSuccessfully',
|
|
165
|
-
'select',
|
|
166
|
-
'send',
|
|
167
|
-
'shareOnFacebook',
|
|
168
|
-
'sort',
|
|
169
|
-
'subject',
|
|
170
|
-
'timeAbbreviationDay',
|
|
171
|
-
'timeAbbreviationHour',
|
|
172
|
-
'timeAbbreviationMinute',
|
|
173
|
-
'terms-and-conditions-page.applicableLawParagraph',
|
|
174
|
-
'terms-and-conditions-page.applicableLawTitle',
|
|
175
|
-
'terms-and-conditions-page.conditionsOfUseParagraph',
|
|
176
|
-
'terms-and-conditions-page.conditionsOfUseTitle',
|
|
177
|
-
'terms-and-conditions-page.disputesParagraph',
|
|
178
|
-
'terms-and-conditions-page.disputesTitle',
|
|
179
|
-
'terms-and-conditions-page.intellectualPropertyParagraph',
|
|
180
|
-
'terms-and-conditions-page.intellectualPropertyTitle',
|
|
181
|
-
'terms-and-conditions-page.intro',
|
|
182
|
-
'terms-and-conditions-page.limitationAndLiabilityParagraph',
|
|
183
|
-
'terms-and-conditions-page.limitationAndLiabilityTitle',
|
|
184
|
-
'terms-and-conditions-page',
|
|
185
|
-
'terms-and-conditions-page.userAccountsParagraph',
|
|
186
|
-
'terms-and-conditions-page.userAccountsTitle',
|
|
187
|
-
'username',
|
|
188
|
-
'countryCode.AD',
|
|
189
|
-
'countryCode.AE',
|
|
190
|
-
'countryCode.AF',
|
|
191
|
-
'countryCode.AG',
|
|
192
|
-
'countryCode.AI',
|
|
193
|
-
'countryCode.AL',
|
|
194
|
-
'countryCode.AM',
|
|
195
|
-
'countryCode.AN',
|
|
196
|
-
'countryCode.AO',
|
|
197
|
-
'countryCode.AQ',
|
|
198
|
-
'countryCode.AR',
|
|
199
|
-
'countryCode.AS',
|
|
200
|
-
'countryCode.AT',
|
|
201
|
-
'countryCode.AU',
|
|
202
|
-
'countryCode.AW',
|
|
203
|
-
'countryCode.AX',
|
|
204
|
-
'countryCode.AZ',
|
|
205
|
-
'countryCode.BA',
|
|
206
|
-
'countryCode.BB',
|
|
207
|
-
'countryCode.BD',
|
|
208
|
-
'countryCode.BE',
|
|
209
|
-
'countryCode.BF',
|
|
210
|
-
'countryCode.BG',
|
|
211
|
-
'countryCode.BH',
|
|
212
|
-
'countryCode.BI',
|
|
213
|
-
'countryCode.BJ',
|
|
214
|
-
'countryCode.BM',
|
|
215
|
-
'countryCode.BN',
|
|
216
|
-
'countryCode.BO',
|
|
217
|
-
'countryCode.BR',
|
|
218
|
-
'countryCode.BQ',
|
|
219
|
-
'countryCode.BS',
|
|
220
|
-
'countryCode.BT',
|
|
221
|
-
'countryCode.BV',
|
|
222
|
-
'countryCode.BW',
|
|
223
|
-
'countryCode.BY',
|
|
224
|
-
'countryCode.BZ',
|
|
225
|
-
'countryCode.CA',
|
|
226
|
-
'countryCode.CC',
|
|
227
|
-
'countryCode.CD',
|
|
228
|
-
'countryCode.CF',
|
|
229
|
-
'countryCode.CG',
|
|
230
|
-
'countryCode.CH',
|
|
231
|
-
'countryCode.CI',
|
|
232
|
-
'countryCode.CK',
|
|
233
|
-
'countryCode.CL',
|
|
234
|
-
'countryCode.CM',
|
|
235
|
-
'countryCode.CN',
|
|
236
|
-
'countryCode.CO',
|
|
237
|
-
'countryCode.CR',
|
|
238
|
-
'countryCode.CU',
|
|
239
|
-
'countryCode.CV',
|
|
240
|
-
'countryCode.CX',
|
|
241
|
-
'countryCode.CY',
|
|
242
|
-
'countryCode.CZ',
|
|
243
|
-
'countryCode.DE',
|
|
244
|
-
'countryCode.DJ',
|
|
245
|
-
'countryCode.DK',
|
|
246
|
-
'countryCode.DM',
|
|
247
|
-
'countryCode.DO',
|
|
248
|
-
'countryCode.DZ',
|
|
249
|
-
'countryCode.EC',
|
|
250
|
-
'countryCode.EE',
|
|
251
|
-
'countryCode.EG',
|
|
252
|
-
'countryCode.EH',
|
|
253
|
-
'countryCode.ER',
|
|
254
|
-
'countryCode.ES',
|
|
255
|
-
'countryCode.ET',
|
|
256
|
-
'countryCode.FI',
|
|
257
|
-
'countryCode.FJ',
|
|
258
|
-
'countryCode.FK',
|
|
259
|
-
'countryCode.FM',
|
|
260
|
-
'countryCode.FO',
|
|
261
|
-
'countryCode.FR',
|
|
262
|
-
'countryCode.GA',
|
|
263
|
-
'countryCode.GB',
|
|
264
|
-
'countryCode.GD',
|
|
265
|
-
'countryCode.GE',
|
|
266
|
-
'countryCode.GF',
|
|
267
|
-
'countryCode.GG',
|
|
268
|
-
'countryCode.GH',
|
|
269
|
-
'countryCode.GI',
|
|
270
|
-
'countryCode.GL',
|
|
271
|
-
'countryCode.GM',
|
|
272
|
-
'countryCode.GN',
|
|
273
|
-
'countryCode.GP',
|
|
274
|
-
'countryCode.GQ',
|
|
275
|
-
'countryCode.GR',
|
|
276
|
-
'countryCode.GS',
|
|
277
|
-
'countryCode.GT',
|
|
278
|
-
'countryCode.GU',
|
|
279
|
-
'countryCode.GW',
|
|
280
|
-
'countryCode.GY',
|
|
281
|
-
'countryCode.GZ',
|
|
282
|
-
'countryCode.HK',
|
|
283
|
-
'countryCode.HM',
|
|
284
|
-
'countryCode.HN',
|
|
285
|
-
'countryCode.HR',
|
|
286
|
-
'countryCode.HT',
|
|
287
|
-
'countryCode.HU',
|
|
288
|
-
'countryCode.ID',
|
|
289
|
-
'countryCode.IE',
|
|
290
|
-
'countryCode.IL',
|
|
291
|
-
'countryCode.IM',
|
|
292
|
-
'countryCode.IN',
|
|
293
|
-
'countryCode.IO',
|
|
294
|
-
'countryCode.IQ',
|
|
295
|
-
'countryCode.IR',
|
|
296
|
-
'countryCode.IS',
|
|
297
|
-
'countryCode.IT',
|
|
298
|
-
'countryCode.JE',
|
|
299
|
-
'countryCode.JM',
|
|
300
|
-
'countryCode.JO',
|
|
301
|
-
'countryCode.JP',
|
|
302
|
-
'countryCode.KE',
|
|
303
|
-
'countryCode.KG',
|
|
304
|
-
'countryCode.KH',
|
|
305
|
-
'countryCode.KI',
|
|
306
|
-
'countryCode.KM',
|
|
307
|
-
'countryCode.KN',
|
|
308
|
-
'countryCode.KP',
|
|
309
|
-
'countryCode.KR',
|
|
310
|
-
'countryCode.KW',
|
|
311
|
-
'countryCode.KY',
|
|
312
|
-
'countryCode.KZ',
|
|
313
|
-
'countryCode.LA',
|
|
314
|
-
'countryCode.LB',
|
|
315
|
-
'countryCode.LC',
|
|
316
|
-
'countryCode.LI',
|
|
317
|
-
'countryCode.LK',
|
|
318
|
-
'countryCode.LR',
|
|
319
|
-
'countryCode.LS',
|
|
320
|
-
'countryCode.LT',
|
|
321
|
-
'countryCode.LU',
|
|
322
|
-
'countryCode.LV',
|
|
323
|
-
'countryCode.LY',
|
|
324
|
-
'countryCode.MA',
|
|
325
|
-
'countryCode.MC',
|
|
326
|
-
'countryCode.MD',
|
|
327
|
-
'countryCode.ME',
|
|
328
|
-
'countryCode.MG',
|
|
329
|
-
'countryCode.MH',
|
|
330
|
-
'countryCode.MK',
|
|
331
|
-
'countryCode.ML',
|
|
332
|
-
'countryCode.MM',
|
|
333
|
-
'countryCode.MN',
|
|
334
|
-
'countryCode.MO',
|
|
335
|
-
'countryCode.MP',
|
|
336
|
-
'countryCode.MQ',
|
|
337
|
-
'countryCode.MR',
|
|
338
|
-
'countryCode.MS',
|
|
339
|
-
'countryCode.MT',
|
|
340
|
-
'countryCode.MU',
|
|
341
|
-
'countryCode.MV',
|
|
342
|
-
'countryCode.MW',
|
|
343
|
-
'countryCode.MX',
|
|
344
|
-
'countryCode.MY',
|
|
345
|
-
'countryCode.MZ',
|
|
346
|
-
'countryCode.NA',
|
|
347
|
-
'countryCode.NC',
|
|
348
|
-
'countryCode.NE',
|
|
349
|
-
'countryCode.NF',
|
|
350
|
-
'countryCode.NG',
|
|
351
|
-
'countryCode.NI',
|
|
352
|
-
'countryCode.NL',
|
|
353
|
-
'countryCode.NO',
|
|
354
|
-
'countryCode.NP',
|
|
355
|
-
'countryCode.NR',
|
|
356
|
-
'countryCode.NU',
|
|
357
|
-
'countryCode.NZ',
|
|
358
|
-
'countryCode.OM',
|
|
359
|
-
'countryCode.PA',
|
|
360
|
-
'countryCode.PE',
|
|
361
|
-
'countryCode.PF',
|
|
362
|
-
'countryCode.PG',
|
|
363
|
-
'countryCode.PH',
|
|
364
|
-
'countryCode.PK',
|
|
365
|
-
'countryCode.PL',
|
|
366
|
-
'countryCode.PM',
|
|
367
|
-
'countryCode.PN',
|
|
368
|
-
'countryCode.PR',
|
|
369
|
-
'countryCode.PS',
|
|
370
|
-
'countryCode.PT',
|
|
371
|
-
'countryCode.PW',
|
|
372
|
-
'countryCode.PY',
|
|
373
|
-
'countryCode.QA',
|
|
374
|
-
'countryCode.RE',
|
|
375
|
-
'countryCode.RO',
|
|
376
|
-
'countryCode.RS',
|
|
377
|
-
'countryCode.RU',
|
|
378
|
-
'countryCode.RW',
|
|
379
|
-
'countryCode.SA',
|
|
380
|
-
'countryCode.SB',
|
|
381
|
-
'countryCode.SC',
|
|
382
|
-
'countryCode.SD',
|
|
383
|
-
'countryCode.SE',
|
|
384
|
-
'countryCode.SG',
|
|
385
|
-
'countryCode.SH',
|
|
386
|
-
'countryCode.SI',
|
|
387
|
-
'countryCode.SJ',
|
|
388
|
-
'countryCode.SK',
|
|
389
|
-
'countryCode.SL',
|
|
390
|
-
'countryCode.SM',
|
|
391
|
-
'countryCode.SN',
|
|
392
|
-
'countryCode.SO',
|
|
393
|
-
'countryCode.SR',
|
|
394
|
-
'countryCode.ST',
|
|
395
|
-
'countryCode.SV',
|
|
396
|
-
'countryCode.SY',
|
|
397
|
-
'countryCode.SZ',
|
|
398
|
-
'countryCode.TC',
|
|
399
|
-
'countryCode.TD',
|
|
400
|
-
'countryCode.TF',
|
|
401
|
-
'countryCode.TG',
|
|
402
|
-
'countryCode.TH',
|
|
403
|
-
'countryCode.TJ',
|
|
404
|
-
'countryCode.TK',
|
|
405
|
-
'countryCode.TL',
|
|
406
|
-
'countryCode.TM',
|
|
407
|
-
'countryCode.TN',
|
|
408
|
-
'countryCode.TO',
|
|
409
|
-
'countryCode.TR',
|
|
410
|
-
'countryCode.TT',
|
|
411
|
-
'countryCode.TV',
|
|
412
|
-
'countryCode.TW',
|
|
413
|
-
'countryCode.TZ',
|
|
414
|
-
'countryCode.UA',
|
|
415
|
-
'countryCode.UG',
|
|
416
|
-
'countryCode.US',
|
|
417
|
-
'countryCode.UY',
|
|
418
|
-
'countryCode.UZ',
|
|
419
|
-
'countryCode.VA',
|
|
420
|
-
'countryCode.VC',
|
|
421
|
-
'countryCode.VE',
|
|
422
|
-
'countryCode.VG',
|
|
423
|
-
'countryCode.VI',
|
|
424
|
-
'countryCode.VN',
|
|
425
|
-
'countryCode.VU',
|
|
426
|
-
'countryCode.WF',
|
|
427
|
-
'countryCode.WS',
|
|
428
|
-
'countryCode.XK',
|
|
429
|
-
'countryCode.YE',
|
|
430
|
-
'countryCode.YT',
|
|
431
|
-
'countryCode.ZA',
|
|
432
|
-
'countryCode.ZM',
|
|
433
|
-
'countryCode.ZW',
|
|
434
|
-
];
|
package/common/translation/translation-code/translation-code/country/country-code/config.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const COUNTRY_CODE_TRANSLATION_CODES: readonly ["countryCode.AD", "countryCode.AE", "countryCode.AF", "countryCode.AG", "countryCode.AI", "countryCode.AL", "countryCode.AM", "countryCode.AN", "countryCode.AO", "countryCode.AQ", "countryCode.AR", "countryCode.AS", "countryCode.AT", "countryCode.AU", "countryCode.AW", "countryCode.AX", "countryCode.AZ", "countryCode.BA", "countryCode.BB", "countryCode.BD", "countryCode.BE", "countryCode.BF", "countryCode.BG", "countryCode.BH", "countryCode.BI", "countryCode.BJ", "countryCode.BM", "countryCode.BN", "countryCode.BO", "countryCode.BR", "countryCode.BQ", "countryCode.BS", "countryCode.BT", "countryCode.BV", "countryCode.BW", "countryCode.BY", "countryCode.BZ", "countryCode.CA", "countryCode.CC", "countryCode.CD", "countryCode.CF", "countryCode.CG", "countryCode.CH", "countryCode.CI", "countryCode.CK", "countryCode.CL", "countryCode.CM", "countryCode.CN", "countryCode.CO", "countryCode.CR", "countryCode.CU", "countryCode.CV", "countryCode.CX", "countryCode.CY", "countryCode.CZ", "countryCode.DE", "countryCode.DJ", "countryCode.DK", "countryCode.DM", "countryCode.DO", "countryCode.DZ", "countryCode.EC", "countryCode.EE", "countryCode.EG", "countryCode.EH", "countryCode.ER", "countryCode.ES", "countryCode.ET", "countryCode.FI", "countryCode.FJ", "countryCode.FK", "countryCode.FM", "countryCode.FO", "countryCode.FR", "countryCode.GA", "countryCode.GB", "countryCode.GD", "countryCode.GE", "countryCode.GF", "countryCode.GG", "countryCode.GH", "countryCode.GI", "countryCode.GL", "countryCode.GM", "countryCode.GN", "countryCode.GP", "countryCode.GQ", "countryCode.GR", "countryCode.GS", "countryCode.GT", "countryCode.GU", "countryCode.GW", "countryCode.GY", "countryCode.GZ", "countryCode.HK", "countryCode.HM", "countryCode.HN", "countryCode.HR", "countryCode.HT", "countryCode.HU", "countryCode.ID", "countryCode.IE", "countryCode.IL", "countryCode.IM", "countryCode.IN", "countryCode.IO", "countryCode.IQ", "countryCode.IR", "countryCode.IS", "countryCode.IT", "countryCode.JE", "countryCode.JM", "countryCode.JO", "countryCode.JP", "countryCode.KE", "countryCode.KG", "countryCode.KH", "countryCode.KI", "countryCode.KM", "countryCode.KN", "countryCode.KP", "countryCode.KR", "countryCode.KW", "countryCode.KY", "countryCode.KZ", "countryCode.LA", "countryCode.LB", "countryCode.LC", "countryCode.LI", "countryCode.LK", "countryCode.LR", "countryCode.LS", "countryCode.LT", "countryCode.LU", "countryCode.LV", "countryCode.LY", "countryCode.MA", "countryCode.MC", "countryCode.MD", "countryCode.ME", "countryCode.MG", "countryCode.MH", "countryCode.MK", "countryCode.ML", "countryCode.MM", "countryCode.MN", "countryCode.MO", "countryCode.MP", "countryCode.MQ", "countryCode.MR", "countryCode.MS", "countryCode.MT", "countryCode.MU", "countryCode.MV", "countryCode.MW", "countryCode.MX", "countryCode.MY", "countryCode.MZ", "countryCode.NA", "countryCode.NC", "countryCode.NE", "countryCode.NF", "countryCode.NG", "countryCode.NI", "countryCode.NL", "countryCode.NO", "countryCode.NP", "countryCode.NR", "countryCode.NU", "countryCode.NZ", "countryCode.OM", "countryCode.PA", "countryCode.PE", "countryCode.PF", "countryCode.PG", "countryCode.PH", "countryCode.PK", "countryCode.PL", "countryCode.PM", "countryCode.PN", "countryCode.PR", "countryCode.PS", "countryCode.PT", "countryCode.PW", "countryCode.PY", "countryCode.QA", "countryCode.RE", "countryCode.RO", "countryCode.RS", "countryCode.RU", "countryCode.RW", "countryCode.SA", "countryCode.SB", "countryCode.SC", "countryCode.SD", "countryCode.SE", "countryCode.SG", "countryCode.SH", "countryCode.SI", "countryCode.SJ", "countryCode.SK", "countryCode.SL", "countryCode.SM", "countryCode.SN", "countryCode.SO", "countryCode.SR", "countryCode.ST", "countryCode.SV", "countryCode.SY", "countryCode.SZ", "countryCode.TC", "countryCode.TD", "countryCode.TF", "countryCode.TG", "countryCode.TH", "countryCode.TJ", "countryCode.TK", "countryCode.TL", "countryCode.TM", "countryCode.TN", "countryCode.TO", "countryCode.TR", "countryCode.TT", "countryCode.TV", "countryCode.TW", "countryCode.TZ", "countryCode.UA", "countryCode.UG", "countryCode.US", "countryCode.UY", "countryCode.UZ", "countryCode.VA", "countryCode.VC", "countryCode.VE", "countryCode.VG", "countryCode.VI", "countryCode.VN", "countryCode.VU", "countryCode.WF", "countryCode.WS", "countryCode.XK", "countryCode.YE", "countryCode.YT", "countryCode.ZA", "countryCode.ZM", "countryCode.ZW"];
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
export const COUNTRY_CODE_TRANSLATION_CODES = [
|
|
2
|
-
'countryCode.AD',
|
|
3
|
-
'countryCode.AE',
|
|
4
|
-
'countryCode.AF',
|
|
5
|
-
'countryCode.AG',
|
|
6
|
-
'countryCode.AI',
|
|
7
|
-
'countryCode.AL',
|
|
8
|
-
'countryCode.AM',
|
|
9
|
-
'countryCode.AN',
|
|
10
|
-
'countryCode.AO',
|
|
11
|
-
'countryCode.AQ',
|
|
12
|
-
'countryCode.AR',
|
|
13
|
-
'countryCode.AS',
|
|
14
|
-
'countryCode.AT',
|
|
15
|
-
'countryCode.AU',
|
|
16
|
-
'countryCode.AW',
|
|
17
|
-
'countryCode.AX',
|
|
18
|
-
'countryCode.AZ',
|
|
19
|
-
'countryCode.BA',
|
|
20
|
-
'countryCode.BB',
|
|
21
|
-
'countryCode.BD',
|
|
22
|
-
'countryCode.BE',
|
|
23
|
-
'countryCode.BF',
|
|
24
|
-
'countryCode.BG',
|
|
25
|
-
'countryCode.BH',
|
|
26
|
-
'countryCode.BI',
|
|
27
|
-
'countryCode.BJ',
|
|
28
|
-
'countryCode.BM',
|
|
29
|
-
'countryCode.BN',
|
|
30
|
-
'countryCode.BO',
|
|
31
|
-
'countryCode.BR',
|
|
32
|
-
'countryCode.BQ',
|
|
33
|
-
'countryCode.BS',
|
|
34
|
-
'countryCode.BT',
|
|
35
|
-
'countryCode.BV',
|
|
36
|
-
'countryCode.BW',
|
|
37
|
-
'countryCode.BY',
|
|
38
|
-
'countryCode.BZ',
|
|
39
|
-
'countryCode.CA',
|
|
40
|
-
'countryCode.CC',
|
|
41
|
-
'countryCode.CD',
|
|
42
|
-
'countryCode.CF',
|
|
43
|
-
'countryCode.CG',
|
|
44
|
-
'countryCode.CH',
|
|
45
|
-
'countryCode.CI',
|
|
46
|
-
'countryCode.CK',
|
|
47
|
-
'countryCode.CL',
|
|
48
|
-
'countryCode.CM',
|
|
49
|
-
'countryCode.CN',
|
|
50
|
-
'countryCode.CO',
|
|
51
|
-
'countryCode.CR',
|
|
52
|
-
'countryCode.CU',
|
|
53
|
-
'countryCode.CV',
|
|
54
|
-
'countryCode.CX',
|
|
55
|
-
'countryCode.CY',
|
|
56
|
-
'countryCode.CZ',
|
|
57
|
-
'countryCode.DE',
|
|
58
|
-
'countryCode.DJ',
|
|
59
|
-
'countryCode.DK',
|
|
60
|
-
'countryCode.DM',
|
|
61
|
-
'countryCode.DO',
|
|
62
|
-
'countryCode.DZ',
|
|
63
|
-
'countryCode.EC',
|
|
64
|
-
'countryCode.EE',
|
|
65
|
-
'countryCode.EG',
|
|
66
|
-
'countryCode.EH',
|
|
67
|
-
'countryCode.ER',
|
|
68
|
-
'countryCode.ES',
|
|
69
|
-
'countryCode.ET',
|
|
70
|
-
'countryCode.FI',
|
|
71
|
-
'countryCode.FJ',
|
|
72
|
-
'countryCode.FK',
|
|
73
|
-
'countryCode.FM',
|
|
74
|
-
'countryCode.FO',
|
|
75
|
-
'countryCode.FR',
|
|
76
|
-
'countryCode.GA',
|
|
77
|
-
'countryCode.GB',
|
|
78
|
-
'countryCode.GD',
|
|
79
|
-
'countryCode.GE',
|
|
80
|
-
'countryCode.GF',
|
|
81
|
-
'countryCode.GG',
|
|
82
|
-
'countryCode.GH',
|
|
83
|
-
'countryCode.GI',
|
|
84
|
-
'countryCode.GL',
|
|
85
|
-
'countryCode.GM',
|
|
86
|
-
'countryCode.GN',
|
|
87
|
-
'countryCode.GP',
|
|
88
|
-
'countryCode.GQ',
|
|
89
|
-
'countryCode.GR',
|
|
90
|
-
'countryCode.GS',
|
|
91
|
-
'countryCode.GT',
|
|
92
|
-
'countryCode.GU',
|
|
93
|
-
'countryCode.GW',
|
|
94
|
-
'countryCode.GY',
|
|
95
|
-
'countryCode.GZ',
|
|
96
|
-
'countryCode.HK',
|
|
97
|
-
'countryCode.HM',
|
|
98
|
-
'countryCode.HN',
|
|
99
|
-
'countryCode.HR',
|
|
100
|
-
'countryCode.HT',
|
|
101
|
-
'countryCode.HU',
|
|
102
|
-
'countryCode.ID',
|
|
103
|
-
'countryCode.IE',
|
|
104
|
-
'countryCode.IL',
|
|
105
|
-
'countryCode.IM',
|
|
106
|
-
'countryCode.IN',
|
|
107
|
-
'countryCode.IO',
|
|
108
|
-
'countryCode.IQ',
|
|
109
|
-
'countryCode.IR',
|
|
110
|
-
'countryCode.IS',
|
|
111
|
-
'countryCode.IT',
|
|
112
|
-
'countryCode.JE',
|
|
113
|
-
'countryCode.JM',
|
|
114
|
-
'countryCode.JO',
|
|
115
|
-
'countryCode.JP',
|
|
116
|
-
'countryCode.KE',
|
|
117
|
-
'countryCode.KG',
|
|
118
|
-
'countryCode.KH',
|
|
119
|
-
'countryCode.KI',
|
|
120
|
-
'countryCode.KM',
|
|
121
|
-
'countryCode.KN',
|
|
122
|
-
'countryCode.KP',
|
|
123
|
-
'countryCode.KR',
|
|
124
|
-
'countryCode.KW',
|
|
125
|
-
'countryCode.KY',
|
|
126
|
-
'countryCode.KZ',
|
|
127
|
-
'countryCode.LA',
|
|
128
|
-
'countryCode.LB',
|
|
129
|
-
'countryCode.LC',
|
|
130
|
-
'countryCode.LI',
|
|
131
|
-
'countryCode.LK',
|
|
132
|
-
'countryCode.LR',
|
|
133
|
-
'countryCode.LS',
|
|
134
|
-
'countryCode.LT',
|
|
135
|
-
'countryCode.LU',
|
|
136
|
-
'countryCode.LV',
|
|
137
|
-
'countryCode.LY',
|
|
138
|
-
'countryCode.MA',
|
|
139
|
-
'countryCode.MC',
|
|
140
|
-
'countryCode.MD',
|
|
141
|
-
'countryCode.ME',
|
|
142
|
-
'countryCode.MG',
|
|
143
|
-
'countryCode.MH',
|
|
144
|
-
'countryCode.MK',
|
|
145
|
-
'countryCode.ML',
|
|
146
|
-
'countryCode.MM',
|
|
147
|
-
'countryCode.MN',
|
|
148
|
-
'countryCode.MO',
|
|
149
|
-
'countryCode.MP',
|
|
150
|
-
'countryCode.MQ',
|
|
151
|
-
'countryCode.MR',
|
|
152
|
-
'countryCode.MS',
|
|
153
|
-
'countryCode.MT',
|
|
154
|
-
'countryCode.MU',
|
|
155
|
-
'countryCode.MV',
|
|
156
|
-
'countryCode.MW',
|
|
157
|
-
'countryCode.MX',
|
|
158
|
-
'countryCode.MY',
|
|
159
|
-
'countryCode.MZ',
|
|
160
|
-
'countryCode.NA',
|
|
161
|
-
'countryCode.NC',
|
|
162
|
-
'countryCode.NE',
|
|
163
|
-
'countryCode.NF',
|
|
164
|
-
'countryCode.NG',
|
|
165
|
-
'countryCode.NI',
|
|
166
|
-
'countryCode.NL',
|
|
167
|
-
'countryCode.NO',
|
|
168
|
-
'countryCode.NP',
|
|
169
|
-
'countryCode.NR',
|
|
170
|
-
'countryCode.NU',
|
|
171
|
-
'countryCode.NZ',
|
|
172
|
-
'countryCode.OM',
|
|
173
|
-
'countryCode.PA',
|
|
174
|
-
'countryCode.PE',
|
|
175
|
-
'countryCode.PF',
|
|
176
|
-
'countryCode.PG',
|
|
177
|
-
'countryCode.PH',
|
|
178
|
-
'countryCode.PK',
|
|
179
|
-
'countryCode.PL',
|
|
180
|
-
'countryCode.PM',
|
|
181
|
-
'countryCode.PN',
|
|
182
|
-
'countryCode.PR',
|
|
183
|
-
'countryCode.PS',
|
|
184
|
-
'countryCode.PT',
|
|
185
|
-
'countryCode.PW',
|
|
186
|
-
'countryCode.PY',
|
|
187
|
-
'countryCode.QA',
|
|
188
|
-
'countryCode.RE',
|
|
189
|
-
'countryCode.RO',
|
|
190
|
-
'countryCode.RS',
|
|
191
|
-
'countryCode.RU',
|
|
192
|
-
'countryCode.RW',
|
|
193
|
-
'countryCode.SA',
|
|
194
|
-
'countryCode.SB',
|
|
195
|
-
'countryCode.SC',
|
|
196
|
-
'countryCode.SD',
|
|
197
|
-
'countryCode.SE',
|
|
198
|
-
'countryCode.SG',
|
|
199
|
-
'countryCode.SH',
|
|
200
|
-
'countryCode.SI',
|
|
201
|
-
'countryCode.SJ',
|
|
202
|
-
'countryCode.SK',
|
|
203
|
-
'countryCode.SL',
|
|
204
|
-
'countryCode.SM',
|
|
205
|
-
'countryCode.SN',
|
|
206
|
-
'countryCode.SO',
|
|
207
|
-
'countryCode.SR',
|
|
208
|
-
'countryCode.ST',
|
|
209
|
-
'countryCode.SV',
|
|
210
|
-
'countryCode.SY',
|
|
211
|
-
'countryCode.SZ',
|
|
212
|
-
'countryCode.TC',
|
|
213
|
-
'countryCode.TD',
|
|
214
|
-
'countryCode.TF',
|
|
215
|
-
'countryCode.TG',
|
|
216
|
-
'countryCode.TH',
|
|
217
|
-
'countryCode.TJ',
|
|
218
|
-
'countryCode.TK',
|
|
219
|
-
'countryCode.TL',
|
|
220
|
-
'countryCode.TM',
|
|
221
|
-
'countryCode.TN',
|
|
222
|
-
'countryCode.TO',
|
|
223
|
-
'countryCode.TR',
|
|
224
|
-
'countryCode.TT',
|
|
225
|
-
'countryCode.TV',
|
|
226
|
-
'countryCode.TW',
|
|
227
|
-
'countryCode.TZ',
|
|
228
|
-
'countryCode.UA',
|
|
229
|
-
'countryCode.UG',
|
|
230
|
-
'countryCode.US',
|
|
231
|
-
'countryCode.UY',
|
|
232
|
-
'countryCode.UZ',
|
|
233
|
-
'countryCode.VA',
|
|
234
|
-
'countryCode.VC',
|
|
235
|
-
'countryCode.VE',
|
|
236
|
-
'countryCode.VG',
|
|
237
|
-
'countryCode.VI',
|
|
238
|
-
'countryCode.VN',
|
|
239
|
-
'countryCode.VU',
|
|
240
|
-
'countryCode.WF',
|
|
241
|
-
'countryCode.WS',
|
|
242
|
-
'countryCode.XK',
|
|
243
|
-
'countryCode.YE',
|
|
244
|
-
'countryCode.YT',
|
|
245
|
-
'countryCode.ZA',
|
|
246
|
-
'countryCode.ZM',
|
|
247
|
-
'countryCode.ZW',
|
|
248
|
-
];
|
|
249
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
250
|
-
const CHECK = COUNTRY_CODE_TRANSLATION_CODES;
|
package/common/translation/translation-code/translation-code/country/country-code/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './config.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './config.js';
|