x-ui-design 0.2.78 → 0.2.80

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/src/app/page.tsx CHANGED
@@ -1,16 +1,3418 @@
1
1
  'use client'
2
2
 
3
3
  import { Select } from "../../lib/components/Select";
4
+ import { Option } from "../../lib/components/Select/Option";
5
+ import i18n from 'i18next';
6
+
7
+ export const CountryCodes = [
8
+ {
9
+ code: 'AF',
10
+ alpha3Code: 'AFG',
11
+ name: 'Afghanistan',
12
+ get translationName() {
13
+ return i18n.t('countries.Afghanistan');
14
+ },
15
+ phone_code: '93',
16
+ lang: 'tur',
17
+ currency: 'AFN',
18
+ alias: 'afghanistan',
19
+ id: 8
20
+ },
21
+ {
22
+ code: 'AX',
23
+ alpha3Code: 'ALA',
24
+ name: 'Aland Islands',
25
+ get translationName() {
26
+ return i18n.t('countries.AlandIslands');
27
+ },
28
+ phone_code: '358 18',
29
+ lang: '',
30
+ currency: '',
31
+ alias: 'aland-islands',
32
+ id: 9
33
+ },
34
+ {
35
+ code: 'AL',
36
+ alpha3Code: 'ALB',
37
+ name: 'Albania',
38
+ get translationName() {
39
+ return i18n.t('countries.Albania');
40
+ },
41
+ phone_code: '355',
42
+ lang: '',
43
+ currency: 'ALL',
44
+ alias: 'albania',
45
+ id: 10
46
+ },
47
+ {
48
+ code: 'DZ',
49
+ alpha3Code: 'DZA',
50
+ name: 'Algeria',
51
+ get translationName() {
52
+ return i18n.t('countries.Algeria');
53
+ },
54
+ phone_code: '213',
55
+ lang: 'fre',
56
+ currency: 'DZD',
57
+ alias: 'algeria',
58
+ id: 11
59
+ },
60
+ {
61
+ code: 'AS',
62
+ alpha3Code: 'ASM',
63
+ name: 'American Samoa',
64
+ get translationName() {
65
+ return i18n.t('countries.AmericanSamoa');
66
+ },
67
+ phone_code: '1 684',
68
+ lang: '',
69
+ currency: 'USD',
70
+ alias: 'american-samoa',
71
+ id: 12
72
+ },
73
+ {
74
+ code: 'AD',
75
+ alpha3Code: 'AND',
76
+ name: 'Andorra',
77
+ get translationName() {
78
+ return i18n.t('countries.Andorra');
79
+ },
80
+ phone_code: '376',
81
+ lang: 'fre',
82
+ currency: 'EUR',
83
+ alias: 'andorra',
84
+ id: 13
85
+ },
86
+ {
87
+ code: 'AO',
88
+ alpha3Code: 'AGO',
89
+ name: 'Angola',
90
+ get translationName() {
91
+ return i18n.t('countries.Angola');
92
+ },
93
+ phone_code: '244',
94
+ lang: 'por',
95
+ currency: 'AOA',
96
+ alias: 'angola',
97
+ id: 14
98
+ },
99
+ {
100
+ code: 'AI',
101
+ alpha3Code: 'AIA',
102
+ name: 'Anguilla',
103
+ get translationName() {
104
+ return i18n.t('countries.Anguilla');
105
+ },
106
+ phone_code: '1 264',
107
+ lang: '',
108
+ currency: 'XCD',
109
+ alias: 'anguilla',
110
+ id: 15
111
+ },
112
+ {
113
+ code: 'AG',
114
+ alpha3Code: 'ATG',
115
+ name: 'Antigua and Barbuda',
116
+ get translationName() {
117
+ return i18n.t('countries.AntiguaandBarbuda');
118
+ },
119
+ phone_code: '1 268',
120
+ lang: '',
121
+ currency: 'XCD',
122
+ alias: 'antigua-and-barbuda',
123
+ id: 17
124
+ },
125
+ {
126
+ code: 'AR',
127
+ alpha3Code: 'ARG',
128
+ name: 'Argentina',
129
+ get translationName() {
130
+ return i18n.t('countries.Argentina');
131
+ },
132
+ phone_code: '54',
133
+ lang: 'spa',
134
+ currency: 'ARS',
135
+ alias: 'argentina',
136
+ id: 18
137
+ },
138
+ {
139
+ code: 'AM',
140
+ alpha3Code: 'ARM',
141
+ name: 'Armenia',
142
+ get translationName() {
143
+ return i18n.t('countries.Armenia');
144
+ },
145
+ phone_code: '374',
146
+ lang: 'arm',
147
+ currency: 'AMD',
148
+ alias: 'armenia',
149
+ id: 19
150
+ },
151
+ {
152
+ code: 'AW',
153
+ alpha3Code: 'ABW',
154
+ name: 'Aruba',
155
+ get translationName() {
156
+ return i18n.t('countries.Aruba');
157
+ },
158
+ phone_code: '297',
159
+ lang: '',
160
+ currency: 'AWG',
161
+ alias: 'aruba',
162
+ id: 20
163
+ },
164
+ {
165
+ code: 'AU',
166
+ alpha3Code: 'AUS',
167
+ name: 'Australia',
168
+ get translationName() {
169
+ return i18n.t('countries.Australia');
170
+ },
171
+ phone_code: '61',
172
+ lang: '',
173
+ currency: 'AUD',
174
+ alias: 'australia',
175
+ id: 21
176
+ },
177
+ {
178
+ code: 'AT',
179
+ alpha3Code: 'AUT',
180
+ name: 'Austria',
181
+ get translationName() {
182
+ return i18n.t('countries.Austria');
183
+ },
184
+ phone_code: '43',
185
+ lang: 'ger',
186
+ currency: 'EUR',
187
+ alias: 'austria',
188
+ id: 22
189
+ },
190
+ {
191
+ code: 'AZ',
192
+ alpha3Code: 'AZE',
193
+ name: 'Azerbaijan',
194
+ get translationName() {
195
+ return i18n.t('countries.Azerbaijan');
196
+ },
197
+ phone_code: '994',
198
+ lang: 'tur',
199
+ currency: 'AZN',
200
+ alias: 'azerbaijan',
201
+ id: 23
202
+ },
203
+ {
204
+ code: 'BS',
205
+ alpha3Code: 'BHS',
206
+ name: 'Bahamas',
207
+ get translationName() {
208
+ return i18n.t('countries.Bahamas');
209
+ },
210
+ phone_code: '1 242',
211
+ lang: '',
212
+ currency: 'BSD',
213
+ alias: 'bahamas',
214
+ id: 24
215
+ },
216
+ {
217
+ code: 'BH',
218
+ alpha3Code: 'BHR',
219
+ name: 'Bahrain',
220
+ get translationName() {
221
+ return i18n.t('countries.Bahrain');
222
+ },
223
+ phone_code: '973',
224
+ lang: '',
225
+ currency: 'BHD',
226
+ alias: 'bahrain',
227
+ id: 25
228
+ },
229
+ {
230
+ code: 'BD',
231
+ alpha3Code: 'BGD',
232
+ name: 'Bangladesh',
233
+ get translationName() {
234
+ return i18n.t('countries.Bangladesh');
235
+ },
236
+ phone_code: '880',
237
+ lang: '',
238
+ currency: 'BDT',
239
+ alias: 'bangladesh',
240
+ id: 26
241
+ },
242
+ {
243
+ code: 'BB',
244
+ alpha3Code: 'BRB',
245
+ name: 'Barbados',
246
+ get translationName() {
247
+ return i18n.t('countries.Barbados');
248
+ },
249
+ phone_code: '1 246',
250
+ lang: '',
251
+ currency: 'BBD',
252
+ alias: 'barbados',
253
+ id: 27
254
+ },
255
+ {
256
+ code: 'BY',
257
+ alpha3Code: 'BLR',
258
+ name: 'Belarus',
259
+ get translationName() {
260
+ return i18n.t('countries.Belarus');
261
+ },
262
+ phone_code: '375',
263
+ lang: 'rus',
264
+ currency: 'BYR',
265
+ alias: 'belarus',
266
+ id: 28
267
+ },
268
+ {
269
+ code: 'BE',
270
+ alpha3Code: 'BEL',
271
+ name: 'Belgium',
272
+ get translationName() {
273
+ return i18n.t('countries.Belgium');
274
+ },
275
+ phone_code: '32',
276
+ lang: 'fre',
277
+ currency: 'EUR',
278
+ alias: 'belgium',
279
+ id: 29
280
+ },
281
+ {
282
+ code: 'BZ',
283
+ alpha3Code: 'BLZ',
284
+ name: 'Belize',
285
+ get translationName() {
286
+ return i18n.t('countries.Belize');
287
+ },
288
+ phone_code: '501',
289
+ lang: '',
290
+ currency: 'BZD',
291
+ alias: 'belize',
292
+ id: 30
293
+ },
294
+ {
295
+ code: 'BJ',
296
+ alpha3Code: 'BEN',
297
+ name: 'Benin',
298
+ get translationName() {
299
+ return i18n.t('countries.Benin');
300
+ },
301
+ phone_code: '229',
302
+ lang: 'fre',
303
+ currency: 'XOF',
304
+ alias: 'benin',
305
+ id: 31
306
+ },
307
+ {
308
+ code: 'BM',
309
+ alpha3Code: 'BMU',
310
+ name: 'Bermuda',
311
+ get translationName() {
312
+ return i18n.t('countries.Bermuda');
313
+ },
314
+ phone_code: '1 441',
315
+ lang: '',
316
+ currency: 'BMD',
317
+ alias: 'bermuda',
318
+ id: 32
319
+ },
320
+ {
321
+ code: 'BT',
322
+ alpha3Code: 'BTN',
323
+ name: 'Bhutan',
324
+ get translationName() {
325
+ return i18n.t('countries.Bhutan');
326
+ },
327
+ phone_code: '975',
328
+ lang: '',
329
+ currency: 'BTN',
330
+ alias: 'bhutan',
331
+ id: 33
332
+ },
333
+ {
334
+ code: 'BO',
335
+ alpha3Code: 'BOL',
336
+ name: 'Bolivia',
337
+ get translationName() {
338
+ return i18n.t('countries.Bolivia');
339
+ },
340
+ phone_code: '591',
341
+ lang: 'spa',
342
+ currency: 'BOB',
343
+ alias: 'bolivia',
344
+ id: 34
345
+ },
346
+ {
347
+ code: 'BQ',
348
+ alpha3Code: 'BES',
349
+ name: 'Bonaire',
350
+ get translationName() {
351
+ return i18n.t('countries.Bonaire');
352
+ },
353
+ phone_code: '599 7',
354
+ lang: '',
355
+ currency: '',
356
+ alias: 'bonaire',
357
+ id: 35
358
+ },
359
+ {
360
+ code: 'BA',
361
+ alpha3Code: 'BIH',
362
+ name: 'Bosnia and Herzegovina',
363
+ get translationName() {
364
+ return i18n.t('countries.BosniaandHerzegovina');
365
+ },
366
+ phone_code: '387',
367
+ lang: '',
368
+ currency: 'BAM',
369
+ alias: 'bosnia-and-herzegovina',
370
+ id: 36
371
+ },
372
+ {
373
+ code: 'BW',
374
+ alpha3Code: 'BWA',
375
+ name: 'Botswana',
376
+ get translationName() {
377
+ return i18n.t('countries.Botswana');
378
+ },
379
+ phone_code: '267',
380
+ lang: '',
381
+ currency: 'BWP',
382
+ alias: 'botswana',
383
+ id: 37
384
+ },
385
+ {
386
+ code: 'BV',
387
+ alpha3Code: 'BVT',
388
+ name: 'Bouvet Island',
389
+ get translationName() {
390
+ return i18n.t('countries.BouvetIsland');
391
+ },
392
+ phone_code: '47',
393
+ lang: '',
394
+ currency: 'NOK',
395
+ alias: 'bouvet-island',
396
+ id: 38
397
+ },
398
+ {
399
+ code: 'BR',
400
+ alpha3Code: 'BRA',
401
+ name: 'Brazil',
402
+ get translationName() {
403
+ return i18n.t('countries.Brazil');
404
+ },
405
+ phone_code: '55',
406
+ lang: 'por',
407
+ currency: 'BRL',
408
+ alias: 'brazil',
409
+ id: 39
410
+ },
411
+ {
412
+ code: 'IO',
413
+ alpha3Code: 'IOT',
414
+ name: 'British Indian Ocean Territory',
415
+ get translationName() {
416
+ return i18n.t('countries.BritishIndianOceanTerritory');
417
+ },
418
+ phone_code: '246',
419
+ lang: '',
420
+ currency: 'USD',
421
+ alias: 'british-indian-ocean-territory',
422
+ id: 40
423
+ },
424
+ {
425
+ code: 'BN',
426
+ alpha3Code: 'BRN',
427
+ name: 'Brunei Darussalam',
428
+ get translationName() {
429
+ return i18n.t('countries.BruneiDarussalam');
430
+ },
431
+ phone_code: '673',
432
+ lang: '',
433
+ currency: 'BND',
434
+ alias: 'brunei',
435
+ id: 41
436
+ },
437
+ {
438
+ code: 'BG',
439
+ alpha3Code: 'BGR',
440
+ name: 'Bulgaria',
441
+ get translationName() {
442
+ return i18n.t('countries.Bulgaria');
443
+ },
444
+ phone_code: '359',
445
+ lang: '',
446
+ currency: 'BGN',
447
+ alias: 'bulgaria',
448
+ id: 42
449
+ },
450
+ {
451
+ code: 'BF',
452
+ alpha3Code: 'BFA',
453
+ name: 'Burkina Faso',
454
+ get translationName() {
455
+ return i18n.t('countries.BurkinaFaso');
456
+ },
457
+ phone_code: '226',
458
+ lang: 'fre',
459
+ currency: 'XOF',
460
+ alias: 'burkina-faso',
461
+ id: 43
462
+ },
463
+ {
464
+ code: 'BI',
465
+ alpha3Code: 'BDI',
466
+ name: 'Burundi',
467
+ get translationName() {
468
+ return i18n.t('countries.Burundi');
469
+ },
470
+ phone_code: '257',
471
+ lang: 'fre',
472
+ currency: 'BIF',
473
+ alias: 'burundi',
474
+ id: 44
475
+ },
476
+ {
477
+ code: 'KH',
478
+ alpha3Code: 'KHM',
479
+ name: 'Cambodia',
480
+ get translationName() {
481
+ return i18n.t('countries.Cambodia');
482
+ },
483
+ phone_code: '855',
484
+ lang: '',
485
+ currency: 'KHR',
486
+ alias: 'cambodia',
487
+ id: 45
488
+ },
489
+ {
490
+ code: 'CM',
491
+ alpha3Code: 'CMR',
492
+ name: 'Cameroon',
493
+ get translationName() {
494
+ return i18n.t('countries.Cameroon');
495
+ },
496
+ phone_code: '237',
497
+ lang: '',
498
+ currency: 'XAF',
499
+ alias: 'cameroon',
500
+ id: 46
501
+ },
502
+ {
503
+ code: 'CA',
504
+ alpha3Code: 'CAN',
505
+ name: 'Canada',
506
+ get translationName() {
507
+ return i18n.t('countries.Canada');
508
+ },
509
+ phone_code: '1',
510
+ lang: '',
511
+ currency: 'CAD',
512
+ alias: 'canada',
513
+ id: 47
514
+ },
515
+ {
516
+ code: 'CV',
517
+ alpha3Code: 'CPV',
518
+ name: 'Cabo Verde',
519
+ get translationName() {
520
+ return i18n.t('countries.CaboVerde');
521
+ },
522
+ phone_code: '238',
523
+ lang: 'por',
524
+ currency: 'CVE',
525
+ alias: 'cape-verde',
526
+ id: 48
527
+ },
528
+ {
529
+ code: 'KY',
530
+ alpha3Code: 'CYM',
531
+ name: 'Cayman Islands',
532
+ get translationName() {
533
+ return i18n.t('countries.CaymanIslands');
534
+ },
535
+ phone_code: '1 345',
536
+ lang: '',
537
+ currency: 'KYD',
538
+ alias: 'cayman-islands',
539
+ id: 49
540
+ },
541
+ {
542
+ code: 'CF',
543
+ alpha3Code: 'CAF',
544
+ name: 'Central African Republic',
545
+ get translationName() {
546
+ return i18n.t('countries.CentralAfricanRepublic');
547
+ },
548
+ phone_code: '236',
549
+ lang: '',
550
+ currency: 'XAF',
551
+ alias: 'central-african-republic',
552
+ id: 50
553
+ },
554
+ {
555
+ code: 'TD',
556
+ alpha3Code: 'TCD',
557
+ name: 'Chad',
558
+ get translationName() {
559
+ return i18n.t('countries.Chad');
560
+ },
561
+ phone_code: '235',
562
+ lang: '',
563
+ currency: 'XAF',
564
+ alias: 'chad',
565
+ id: 51
566
+ },
567
+ {
568
+ code: 'CL',
569
+ alpha3Code: 'CHL',
570
+ name: 'Chile',
571
+ get translationName() {
572
+ return i18n.t('countries.Chile');
573
+ },
574
+ phone_code: '56',
575
+ lang: 'spa',
576
+ currency: 'CLP',
577
+ alias: 'chile',
578
+ id: 52
579
+ },
580
+ {
581
+ code: 'CN',
582
+ alpha3Code: 'CHN',
583
+ name: 'China',
584
+ get translationName() {
585
+ return i18n.t('countries.China');
586
+ },
587
+ phone_code: '86',
588
+ lang: '',
589
+ currency: 'CNY',
590
+ alias: 'china',
591
+ id: 53
592
+ },
593
+ {
594
+ code: 'CX',
595
+ alpha3Code: 'CXR',
596
+ name: 'Christmas Island',
597
+ get translationName() {
598
+ return i18n.t('countries.ChristmasIsland');
599
+ },
600
+ phone_code: '61 89164',
601
+ lang: '',
602
+ currency: 'AUD',
603
+ alias: 'christmas-island',
604
+ id: 54
605
+ },
606
+ {
607
+ code: 'CC',
608
+ alpha3Code: 'CCK',
609
+ name: 'Cocos (Keeling) Islands',
610
+ get translationName() {
611
+ return i18n.t('countries.CocosKeelingIslands');
612
+ },
613
+ phone_code: '61 89162',
614
+ lang: '',
615
+ currency: 'AUD',
616
+ alias: 'cocos-island',
617
+ id: 55
618
+ },
619
+ {
620
+ code: 'CO',
621
+ alpha3Code: 'COL',
622
+ name: 'Colombia',
623
+ get translationName() {
624
+ return i18n.t('countries.Colombia');
625
+ },
626
+ phone_code: '57',
627
+ lang: 'spa',
628
+ currency: 'COP',
629
+ alias: 'colombia',
630
+ id: 56
631
+ },
632
+ {
633
+ code: 'KM',
634
+ alpha3Code: 'COM',
635
+ name: 'Comoros',
636
+ get translationName() {
637
+ return i18n.t('countries.Comoros');
638
+ },
639
+ phone_code: '269',
640
+ lang: '',
641
+ currency: 'KMF',
642
+ alias: 'comoros',
643
+ id: 57
644
+ },
645
+ {
646
+ code: 'CG',
647
+ alpha3Code: 'COG',
648
+ name: 'Congo',
649
+ get translationName() {
650
+ return i18n.t('countries.Congo');
651
+ },
652
+ phone_code: '242',
653
+ lang: '',
654
+ currency: 'XAF',
655
+ alias: 'republic-of-the-congo',
656
+ id: 58
657
+ },
658
+ {
659
+ code: 'CD',
660
+ alpha3Code: 'COD',
661
+ name: 'Congo, Democratic Republic of the (Zaire)',
662
+ get translationName() {
663
+ return i18n.t('countries.CongoDemocraticRepublicoftheZaire');
664
+ },
665
+ phone_code: '243',
666
+ lang: '',
667
+ currency: 'CDF',
668
+ alias: 'democratic-republic-of-congo',
669
+ id: 59
670
+ },
671
+ {
672
+ code: 'CK',
673
+ alpha3Code: 'COK',
674
+ name: 'Cook Islands',
675
+ get translationName() {
676
+ return i18n.t('countries.CookIslands');
677
+ },
678
+ phone_code: '682',
679
+ lang: '',
680
+ currency: 'NZD',
681
+ alias: 'cook-islands',
682
+ id: 60
683
+ },
684
+ {
685
+ code: 'CR',
686
+ alpha3Code: 'CRI',
687
+ name: 'Costa Rica',
688
+ get translationName() {
689
+ return i18n.t('countries.CostaRica');
690
+ },
691
+ phone_code: '506',
692
+ lang: 'spa',
693
+ currency: 'CRC',
694
+ alias: 'costa-rica',
695
+ id: 61
696
+ },
697
+ {
698
+ code: 'CI',
699
+ alpha3Code: 'CIV',
700
+ name: "Cote d'Ivoire",
701
+ get translationName() {
702
+ return i18n.t('countries.CotedIvoire');
703
+ },
704
+ phone_code: '225',
705
+ lang: '',
706
+ currency: 'XOF',
707
+ alias: 'cotedivoire',
708
+ id: 62
709
+ },
710
+ {
711
+ code: 'HR',
712
+ alpha3Code: 'HRV',
713
+ name: 'Croatia',
714
+ get translationName() {
715
+ return i18n.t('countries.Croatia');
716
+ },
717
+ phone_code: '385',
718
+ lang: '',
719
+ currency: 'HRK',
720
+ alias: 'croatia',
721
+ id: 63
722
+ },
723
+ {
724
+ code: 'CU',
725
+ alpha3Code: 'CUB',
726
+ name: 'Cuba',
727
+ get translationName() {
728
+ return i18n.t('countries.Cuba');
729
+ },
730
+ phone_code: '53',
731
+ lang: 'spa',
732
+ currency: 'CUP',
733
+ alias: 'cuba',
734
+ id: 64
735
+ },
736
+ {
737
+ code: 'CW',
738
+ alpha3Code: 'CUW',
739
+ name: 'Curacao',
740
+ get translationName() {
741
+ return i18n.t('countries.Curacao');
742
+ },
743
+ phone_code: '599 9',
744
+ lang: '',
745
+ currency: '',
746
+ alias: 'curacao',
747
+ id: 65
748
+ },
749
+ {
750
+ code: 'CY',
751
+ alpha3Code: 'CYP',
752
+ name: 'Cyprus',
753
+ get translationName() {
754
+ return i18n.t('countries.Cyprus');
755
+ },
756
+ phone_code: '357',
757
+ lang: 'tur',
758
+ currency: 'EUR',
759
+ alias: 'cyprus',
760
+ id: 66
761
+ },
762
+ {
763
+ code: 'CZ',
764
+ alpha3Code: 'CZE',
765
+ name: 'Czech Republic',
766
+ get translationName() {
767
+ return i18n.t('countries.CzechRepublic');
768
+ },
769
+ phone_code: '420',
770
+ lang: '',
771
+ currency: 'CZK',
772
+ alias: 'czech-republic',
773
+ id: 67
774
+ },
775
+ {
776
+ code: 'DK',
777
+ alpha3Code: 'DNK',
778
+ name: 'Denmark',
779
+ get translationName() {
780
+ return i18n.t('countries.Denmark');
781
+ },
782
+ phone_code: '45',
783
+ lang: '',
784
+ currency: 'DKK',
785
+ alias: 'denmark',
786
+ id: 68
787
+ },
788
+ {
789
+ code: 'DJ',
790
+ alpha3Code: 'DJI',
791
+ name: 'Djibouti',
792
+ get translationName() {
793
+ return i18n.t('countries.Djibouti');
794
+ },
795
+ phone_code: '253',
796
+ lang: '',
797
+ currency: 'DJF',
798
+ alias: 'djibouti',
799
+ id: 69
800
+ },
801
+ {
802
+ code: 'DM',
803
+ alpha3Code: 'DMA',
804
+ name: 'Dominica',
805
+ get translationName() {
806
+ return i18n.t('countries.Dominica');
807
+ },
808
+ phone_code: '1 767',
809
+ lang: '',
810
+ currency: 'XCD',
811
+ alias: 'dominica',
812
+ id: 70
813
+ },
814
+ {
815
+ code: 'DO',
816
+ alpha3Code: 'DOM',
817
+ name: 'Dominican Republic',
818
+ get translationName() {
819
+ return i18n.t('countries.DominicanRepublic');
820
+ },
821
+ phone_code: '1 809',
822
+ lang: 'spa',
823
+ currency: 'DOP',
824
+ alias: 'dominican-republic',
825
+ id: 71
826
+ },
827
+ {
828
+ code: 'EC',
829
+ alpha3Code: 'ECU',
830
+ name: 'Ecuador',
831
+ get translationName() {
832
+ return i18n.t('countries.Ecuador');
833
+ },
834
+ phone_code: '593',
835
+ lang: '',
836
+ currency: 'ECS',
837
+ alias: 'ecuador',
838
+ id: 72
839
+ },
840
+ {
841
+ code: 'EG',
842
+ alpha3Code: 'EGY',
843
+ name: 'Egypt',
844
+ get translationName() {
845
+ return i18n.t('countries.Egypt');
846
+ },
847
+ phone_code: '20',
848
+ lang: '',
849
+ currency: 'EGP',
850
+ alias: 'egypt',
851
+ id: 73
852
+ },
853
+ {
854
+ code: 'SV',
855
+ alpha3Code: 'SLV',
856
+ name: 'El Salvador',
857
+ get translationName() {
858
+ return i18n.t('countries.ElSalvador');
859
+ },
860
+ phone_code: '503',
861
+ lang: 'spa',
862
+ currency: 'SVC',
863
+ alias: 'el-salvador',
864
+ id: 74
865
+ },
866
+ {
867
+ code: 'GQ',
868
+ alpha3Code: 'GNQ',
869
+ name: 'Equatorial Guinea',
870
+ get translationName() {
871
+ return i18n.t('countries.EquatorialGuinea');
872
+ },
873
+ phone_code: '240',
874
+ lang: '',
875
+ currency: 'XAF',
876
+ alias: 'equatorial-guinea',
877
+ id: 75
878
+ },
879
+ {
880
+ code: 'ER',
881
+ alpha3Code: 'ERI',
882
+ name: 'Eritrea',
883
+ get translationName() {
884
+ return i18n.t('countries.Eritrea');
885
+ },
886
+ phone_code: '291',
887
+ lang: '',
888
+ currency: 'ERN',
889
+ alias: 'eritrea',
890
+ id: 76
891
+ },
892
+ {
893
+ code: 'EE',
894
+ alpha3Code: 'EST',
895
+ name: 'Estonia',
896
+ get translationName() {
897
+ return i18n.t('countries.Estonia');
898
+ },
899
+ phone_code: '372',
900
+ lang: 'rus',
901
+ currency: 'EUR',
902
+ alias: 'estonia',
903
+ id: 77
904
+ },
905
+ {
906
+ code: 'ET',
907
+ alpha3Code: 'ETH',
908
+ name: 'Ethiopia',
909
+ get translationName() {
910
+ return i18n.t('countries.Ethiopia');
911
+ },
912
+ phone_code: '251',
913
+ lang: '',
914
+ currency: 'ETB',
915
+ alias: 'ethiopia',
916
+ id: 78
917
+ },
918
+ {
919
+ code: 'FK',
920
+ alpha3Code: 'FLK',
921
+ name: 'Falkland Islands (Malvinas)',
922
+ get translationName() {
923
+ return i18n.t('countries.FalklandIslands');
924
+ },
925
+ phone_code: '500',
926
+ lang: '',
927
+ currency: 'FKP',
928
+ alias: 'falkland-islands',
929
+ id: 79
930
+ },
931
+ {
932
+ code: 'FO',
933
+ alpha3Code: 'FRO',
934
+ name: 'Faroe Islands',
935
+ get translationName() {
936
+ return i18n.t('countries.FaroeIslands');
937
+ },
938
+ phone_code: '298',
939
+ lang: '',
940
+ currency: 'DKK',
941
+ alias: 'faroe-islands',
942
+ id: 80
943
+ },
944
+ {
945
+ code: 'FJ',
946
+ alpha3Code: 'FJI',
947
+ name: 'Fiji',
948
+ get translationName() {
949
+ return i18n.t('countries.Fiji');
950
+ },
951
+ phone_code: '679',
952
+ lang: '',
953
+ currency: 'FJD',
954
+ alias: 'fiji',
955
+ id: 81
956
+ },
957
+ {
958
+ code: 'FI',
959
+ alpha3Code: 'FIN',
960
+ name: 'Finland',
961
+ get translationName() {
962
+ return i18n.t('countries.Finland');
963
+ },
964
+ phone_code: '358',
965
+ lang: '',
966
+ currency: 'EUR',
967
+ alias: 'finland',
968
+ id: 82
969
+ },
970
+ {
971
+ code: 'FR',
972
+ alpha3Code: 'FRA',
973
+ name: 'France',
974
+ get translationName() {
975
+ return i18n.t('countries.France');
976
+ },
977
+ phone_code: '33',
978
+ lang: 'fre',
979
+ currency: 'EUR',
980
+ alias: 'france',
981
+ id: 83
982
+ },
983
+ {
984
+ code: 'GF',
985
+ alpha3Code: 'GUF',
986
+ name: 'French Guiana',
987
+ get translationName() {
988
+ return i18n.t('countries.FrenchGuiana');
989
+ },
990
+ phone_code: '594',
991
+ lang: 'fre',
992
+ currency: 'EUR',
993
+ alias: 'french-guiana',
994
+ id: 84
995
+ },
996
+ {
997
+ code: 'PF',
998
+ alpha3Code: 'PYF',
999
+ name: 'French Polynesia',
1000
+ get translationName() {
1001
+ return i18n.t('countries.FrenchPolynesia');
1002
+ },
1003
+ phone_code: '689',
1004
+ lang: '',
1005
+ currency: 'XPF',
1006
+ alias: 'french-polynesia',
1007
+ id: 85
1008
+ },
1009
+ {
1010
+ code: 'TF',
1011
+ alpha3Code: 'ATF',
1012
+ name: 'French Southern Territories',
1013
+ get translationName() {
1014
+ return i18n.t('countries.FrenchSouthernTerritories');
1015
+ },
1016
+ phone_code: '262',
1017
+ lang: '',
1018
+ currency: 'EUR',
1019
+ alias: 'french-southern-territories',
1020
+ id: 86
1021
+ },
1022
+ {
1023
+ code: 'GA',
1024
+ alpha3Code: 'GAB',
1025
+ name: 'Gabon',
1026
+ get translationName() {
1027
+ return i18n.t('countries.Gabon');
1028
+ },
1029
+ phone_code: '241',
1030
+ lang: '',
1031
+ currency: 'XAF',
1032
+ alias: 'gabon',
1033
+ id: 87
1034
+ },
1035
+ {
1036
+ code: 'GM',
1037
+ alpha3Code: 'GMB',
1038
+ name: 'Gambia',
1039
+ get translationName() {
1040
+ return i18n.t('countries.Gambia');
1041
+ },
1042
+ phone_code: '220',
1043
+ lang: '',
1044
+ currency: 'GMD',
1045
+ alias: 'gambia',
1046
+ id: 88
1047
+ },
1048
+ {
1049
+ code: 'GE',
1050
+ alpha3Code: 'GEO',
1051
+ name: 'Georgia',
1052
+ get translationName() {
1053
+ return i18n.t('countries.Georgia');
1054
+ },
1055
+ phone_code: '995',
1056
+ lang: 'rus',
1057
+ currency: 'GEL',
1058
+ alias: 'georgia',
1059
+ id: 89
1060
+ },
1061
+ {
1062
+ code: 'DE',
1063
+ alpha3Code: 'DEU',
1064
+ name: 'Germany',
1065
+ get translationName() {
1066
+ return i18n.t('countries.Germany');
1067
+ },
1068
+ phone_code: '49',
1069
+ lang: 'ger',
1070
+ currency: 'EUR',
1071
+ alias: 'germany',
1072
+ id: 90
1073
+ },
1074
+ {
1075
+ code: 'GH',
1076
+ alpha3Code: 'GHA',
1077
+ name: 'Ghana',
1078
+ get translationName() {
1079
+ return i18n.t('countries.Ghana');
1080
+ },
1081
+ phone_code: '233',
1082
+ lang: '',
1083
+ currency: 'GHS',
1084
+ alias: 'ghana',
1085
+ id: 91
1086
+ },
1087
+ {
1088
+ code: 'GI',
1089
+ alpha3Code: 'GIB',
1090
+ name: 'Gibraltar',
1091
+ get translationName() {
1092
+ return i18n.t('countries.Gibraltar');
1093
+ },
1094
+ phone_code: '350',
1095
+ lang: '',
1096
+ currency: 'GIP',
1097
+ alias: 'gibraltar',
1098
+ id: 92
1099
+ },
1100
+ {
1101
+ code: 'GR',
1102
+ alpha3Code: 'GRC',
1103
+ name: 'Greece',
1104
+ get translationName() {
1105
+ return i18n.t('countries.Greece');
1106
+ },
1107
+ phone_code: '30',
1108
+ lang: 'gre',
1109
+ currency: 'EUR',
1110
+ alias: 'greece',
1111
+ id: 93
1112
+ },
1113
+ {
1114
+ code: 'GL',
1115
+ alpha3Code: 'GRL',
1116
+ name: 'Greenland',
1117
+ get translationName() {
1118
+ return i18n.t('countries.Greenland');
1119
+ },
1120
+ phone_code: '299',
1121
+ lang: '',
1122
+ currency: 'DKK',
1123
+ alias: 'greenland',
1124
+ id: 94
1125
+ },
1126
+ {
1127
+ code: 'GD',
1128
+ alpha3Code: 'GRD',
1129
+ name: 'Grenada',
1130
+ get translationName() {
1131
+ return i18n.t('countries.Grenada');
1132
+ },
1133
+ phone_code: '1 473',
1134
+ lang: '',
1135
+ currency: 'XCD',
1136
+ alias: 'grenada',
1137
+ id: 95
1138
+ },
1139
+ {
1140
+ code: 'GP',
1141
+ alpha3Code: 'GLP',
1142
+ name: 'Guadeloupe',
1143
+ get translationName() {
1144
+ return i18n.t('countries.Guadeloupe');
1145
+ },
1146
+ phone_code: '590',
1147
+ lang: 'fre',
1148
+ currency: 'EUR',
1149
+ alias: 'france-guadeloupe',
1150
+ id: 96
1151
+ },
1152
+ {
1153
+ code: 'GU',
1154
+ alpha3Code: 'GUM',
1155
+ name: 'Guam',
1156
+ get translationName() {
1157
+ return i18n.t('countries.Guam');
1158
+ },
1159
+ phone_code: '1 671',
1160
+ lang: '',
1161
+ currency: 'USD',
1162
+ alias: 'guam',
1163
+ id: 97
1164
+ },
1165
+ {
1166
+ code: 'GT',
1167
+ alpha3Code: 'GTM',
1168
+ name: 'Guatemala',
1169
+ get translationName() {
1170
+ return i18n.t('countries.Guatemala');
1171
+ },
1172
+ phone_code: '502',
1173
+ lang: 'spa',
1174
+ currency: 'QTQ',
1175
+ alias: 'guatemala',
1176
+ id: 98
1177
+ },
1178
+ {
1179
+ code: 'GG',
1180
+ alpha3Code: 'GGY',
1181
+ name: 'Guernsey',
1182
+ get translationName() {
1183
+ return i18n.t('countries.Guernsey');
1184
+ },
1185
+ phone_code: '44 1481',
1186
+ lang: '',
1187
+ currency: 'GGP',
1188
+ alias: 'guernsey',
1189
+ id: 99
1190
+ },
1191
+ {
1192
+ code: 'GN',
1193
+ alpha3Code: 'GIN',
1194
+ name: 'Guinea',
1195
+ get translationName() {
1196
+ return i18n.t('countries.Guinea');
1197
+ },
1198
+ phone_code: '224',
1199
+ lang: '',
1200
+ currency: 'GNF',
1201
+ alias: 'guinea',
1202
+ id: 100
1203
+ },
1204
+ {
1205
+ code: 'GW',
1206
+ alpha3Code: 'GNB',
1207
+ name: 'Guinea-Bissau',
1208
+ get translationName() {
1209
+ return i18n.t('countries.GuineaBissau');
1210
+ },
1211
+ phone_code: '245',
1212
+ lang: '',
1213
+ currency: 'GWP',
1214
+ alias: 'guinea-bissau',
1215
+ id: 101
1216
+ },
1217
+ {
1218
+ code: 'GY',
1219
+ alpha3Code: 'GUY',
1220
+ name: 'Guyana',
1221
+ get translationName() {
1222
+ return i18n.t('countries.Guyana');
1223
+ },
1224
+ phone_code: '592',
1225
+ lang: '',
1226
+ currency: 'GYD',
1227
+ alias: 'guyana',
1228
+ id: 102
1229
+ },
1230
+ {
1231
+ code: 'HT',
1232
+ alpha3Code: 'HTI',
1233
+ name: 'Haiti',
1234
+ get translationName() {
1235
+ return i18n.t('countries.Haiti');
1236
+ },
1237
+ phone_code: '509',
1238
+ lang: '',
1239
+ currency: 'HTG',
1240
+ alias: 'haiti',
1241
+ id: 103
1242
+ },
1243
+ {
1244
+ code: 'HM',
1245
+ alpha3Code: 'HMD',
1246
+ name: 'Heard Island and Mcdonald Islands',
1247
+ get translationName() {
1248
+ return i18n.t('countries.HeardIslandandMcdonaldIslands');
1249
+ },
1250
+ phone_code: '',
1251
+ lang: '',
1252
+ currency: 'AUD',
1253
+ alias: 'heard-island-and-acdonald-islands',
1254
+ id: 104
1255
+ },
1256
+ {
1257
+ code: 'VA',
1258
+ alpha3Code: 'VAT',
1259
+ name: 'Holy See',
1260
+ get translationName() {
1261
+ return i18n.t('countries.HolySee');
1262
+ },
1263
+ phone_code: '379',
1264
+ lang: '',
1265
+ currency: 'EUR',
1266
+ alias: 'vatican-city',
1267
+ id: 105
1268
+ },
1269
+ {
1270
+ code: 'HN',
1271
+ alpha3Code: 'HND',
1272
+ name: 'Honduras',
1273
+ get translationName() {
1274
+ return i18n.t('countries.Honduras');
1275
+ },
1276
+ phone_code: '504',
1277
+ lang: 'spa',
1278
+ currency: 'HNL',
1279
+ alias: 'honduras',
1280
+ id: 106
1281
+ },
1282
+ {
1283
+ code: 'HK',
1284
+ alpha3Code: 'HKG',
1285
+ name: 'Hong Kong',
1286
+ get translationName() {
1287
+ return i18n.t('countries.HongKong');
1288
+ },
1289
+ phone_code: '852',
1290
+ lang: '',
1291
+ currency: 'HKD',
1292
+ alias: 'hong-kong',
1293
+ id: 107
1294
+ },
1295
+ {
1296
+ code: 'HU',
1297
+ alpha3Code: 'HUN',
1298
+ name: 'Hungary',
1299
+ get translationName() {
1300
+ return i18n.t('countries.Hungary');
1301
+ },
1302
+ phone_code: '36',
1303
+ lang: '',
1304
+ currency: 'HUF',
1305
+ alias: 'hungary',
1306
+ id: 108
1307
+ },
1308
+ {
1309
+ code: 'IS',
1310
+ alpha3Code: 'ISL',
1311
+ name: 'Iceland',
1312
+ get translationName() {
1313
+ return i18n.t('countries.Iceland');
1314
+ },
1315
+ phone_code: '354',
1316
+ lang: '',
1317
+ currency: 'ISK',
1318
+ alias: 'iceland',
1319
+ id: 109
1320
+ },
1321
+ {
1322
+ code: 'IN',
1323
+ alpha3Code: 'IND',
1324
+ name: 'India',
1325
+ get translationName() {
1326
+ return i18n.t('countries.India');
1327
+ },
1328
+ phone_code: '91',
1329
+ lang: '',
1330
+ currency: 'INR',
1331
+ alias: 'india',
1332
+ id: 110
1333
+ },
1334
+ {
1335
+ code: 'ID',
1336
+ alpha3Code: 'IDN',
1337
+ name: 'Indonesia',
1338
+ get translationName() {
1339
+ return i18n.t('countries.Indonesia');
1340
+ },
1341
+ phone_code: '62',
1342
+ lang: '',
1343
+ currency: 'IDR',
1344
+ alias: 'indonesia',
1345
+ id: 111
1346
+ },
1347
+ {
1348
+ code: 'IR',
1349
+ alpha3Code: 'IRN',
1350
+ name: 'Iran',
1351
+ get translationName() {
1352
+ return i18n.t('countries.Iran');
1353
+ },
1354
+ phone_code: '98',
1355
+ lang: '',
1356
+ currency: 'IRR',
1357
+ alias: 'iran',
1358
+ id: 112
1359
+ },
1360
+ {
1361
+ code: 'IQ',
1362
+ alpha3Code: 'IRQ',
1363
+ name: 'Iraq',
1364
+ get translationName() {
1365
+ return i18n.t('countries.Iraq');
1366
+ },
1367
+ phone_code: '964',
1368
+ lang: '',
1369
+ currency: 'IQD',
1370
+ alias: 'iraq',
1371
+ id: 113
1372
+ },
1373
+ {
1374
+ code: 'IE',
1375
+ alpha3Code: 'IRL',
1376
+ name: 'Ireland',
1377
+ get translationName() {
1378
+ return i18n.t('countries.Ireland');
1379
+ },
1380
+ phone_code: '353',
1381
+ lang: '',
1382
+ currency: 'EUR',
1383
+ alias: 'ireland',
1384
+ id: 114
1385
+ },
1386
+ {
1387
+ code: 'IM',
1388
+ alpha3Code: 'IMN',
1389
+ name: 'Isle of Man',
1390
+ get translationName() {
1391
+ return i18n.t('countries.IsleofMan');
1392
+ },
1393
+ phone_code: '44 1624',
1394
+ lang: '',
1395
+ currency: 'GBP',
1396
+ alias: 'isle-of-man',
1397
+ id: 115
1398
+ },
1399
+ {
1400
+ code: 'IL',
1401
+ alpha3Code: 'ISR',
1402
+ name: 'Israel',
1403
+ get translationName() {
1404
+ return i18n.t('countries.Israel');
1405
+ },
1406
+ phone_code: '972',
1407
+ lang: '',
1408
+ currency: 'ILS',
1409
+ alias: 'israel',
1410
+ id: 116
1411
+ },
1412
+ {
1413
+ code: 'IT',
1414
+ alpha3Code: 'ITA',
1415
+ name: 'Italy',
1416
+ get translationName() {
1417
+ return i18n.t('countries.Italy');
1418
+ },
1419
+ phone_code: '39',
1420
+ lang: 'ita',
1421
+ currency: 'EUR',
1422
+ alias: 'italy',
1423
+ id: 117
1424
+ },
1425
+ {
1426
+ code: 'JM',
1427
+ alpha3Code: 'JAM',
1428
+ name: 'Jamaica',
1429
+ get translationName() {
1430
+ return i18n.t('countries.Jamaica');
1431
+ },
1432
+ phone_code: '1 876',
1433
+ lang: '',
1434
+ currency: 'JMD',
1435
+ alias: 'jamaica',
1436
+ id: 118
1437
+ },
1438
+ {
1439
+ code: 'JP',
1440
+ alpha3Code: 'JPN',
1441
+ name: 'Japan',
1442
+ get translationName() {
1443
+ return i18n.t('countries.Japan');
1444
+ },
1445
+ phone_code: '81',
1446
+ lang: '',
1447
+ currency: 'JPY',
1448
+ alias: 'japan',
1449
+ id: 119
1450
+ },
1451
+ {
1452
+ code: 'JE',
1453
+ alpha3Code: 'JEY',
1454
+ name: 'Jersey',
1455
+ get translationName() {
1456
+ return i18n.t('countries.Jersey');
1457
+ },
1458
+ phone_code: '44 1534',
1459
+ lang: '',
1460
+ currency: 'GBP',
1461
+ alias: 'jersey',
1462
+ id: 120
1463
+ },
1464
+ {
1465
+ code: 'JO',
1466
+ alpha3Code: 'JOR',
1467
+ name: 'Jordan',
1468
+ get translationName() {
1469
+ return i18n.t('countries.Jordan');
1470
+ },
1471
+ phone_code: '962',
1472
+ lang: '',
1473
+ currency: 'JOD',
1474
+ alias: 'jordan',
1475
+ id: 121
1476
+ },
1477
+ {
1478
+ code: 'KZ',
1479
+ alpha3Code: 'KAZ',
1480
+ name: 'Kazakhstan',
1481
+ get translationName() {
1482
+ return i18n.t('countries.Kazakhstan');
1483
+ },
1484
+ phone_code: '7',
1485
+ lang: 'rus',
1486
+ currency: 'KZT',
1487
+ alias: 'kazakhstan',
1488
+ id: 122
1489
+ },
1490
+ {
1491
+ code: 'KE',
1492
+ alpha3Code: 'KEN',
1493
+ name: 'Kenya',
1494
+ get translationName() {
1495
+ return i18n.t('countries.Kenya');
1496
+ },
1497
+ phone_code: '254',
1498
+ lang: '',
1499
+ currency: 'KES',
1500
+ alias: 'kenya',
1501
+ id: 123
1502
+ },
1503
+ {
1504
+ code: 'KI',
1505
+ alpha3Code: 'KIR',
1506
+ name: 'Kiribati',
1507
+ get translationName() {
1508
+ return i18n.t('countries.Kiribati');
1509
+ },
1510
+ phone_code: '686',
1511
+ lang: '',
1512
+ currency: 'AUD',
1513
+ alias: 'kiribati',
1514
+ id: 124
1515
+ },
1516
+ {
1517
+ code: 'KP',
1518
+ alpha3Code: 'PRK',
1519
+ name: 'Korea, North',
1520
+ get translationName() {
1521
+ return i18n.t('countries.KoreaNorth');
1522
+ },
1523
+ phone_code: '850',
1524
+ lang: '',
1525
+ currency: 'KPW',
1526
+ alias: 'north-korea',
1527
+ id: 125
1528
+ },
1529
+ {
1530
+ code: 'KR',
1531
+ alpha3Code: 'KOR',
1532
+ name: 'South Korea',
1533
+ get translationName() {
1534
+ return i18n.t('countries.SouthKorea');
1535
+ },
1536
+ phone_code: '82',
1537
+ lang: '',
1538
+ currency: 'KRW',
1539
+ alias: 'south-korea',
1540
+ id: 126
1541
+ },
1542
+ {
1543
+ code: 'KW',
1544
+ alpha3Code: 'KWT',
1545
+ name: 'Kuwait',
1546
+ get translationName() {
1547
+ return i18n.t('countries.Kuwait');
1548
+ },
1549
+ phone_code: '965',
1550
+ lang: '',
1551
+ currency: 'KWD',
1552
+ alias: 'kuwait',
1553
+ id: 127
1554
+ },
1555
+ {
1556
+ code: 'KG',
1557
+ alpha3Code: 'KGZ',
1558
+ name: 'Kyrgyzstan',
1559
+ get translationName() {
1560
+ return i18n.t('countries.Kyrgyzstan');
1561
+ },
1562
+ phone_code: '996',
1563
+ lang: 'rus',
1564
+ currency: 'KGS',
1565
+ alias: 'kyrgyzstan',
1566
+ id: 128
1567
+ },
1568
+ {
1569
+ code: 'LA',
1570
+ alpha3Code: 'LAO',
1571
+ name: 'Laos',
1572
+ get translationName() {
1573
+ return i18n.t('countries.Laos');
1574
+ },
1575
+ phone_code: '856',
1576
+ lang: '',
1577
+ currency: 'LAK',
1578
+ alias: 'laos',
1579
+ id: 129
1580
+ },
1581
+ {
1582
+ code: 'LV',
1583
+ alpha3Code: 'LVA',
1584
+ name: 'Latvia',
1585
+ get translationName() {
1586
+ return i18n.t('countries.Latvia');
1587
+ },
1588
+ phone_code: '371',
1589
+ lang: 'rus',
1590
+ currency: 'LVL',
1591
+ alias: 'latvia',
1592
+ id: 130
1593
+ },
1594
+ {
1595
+ code: 'LB',
1596
+ alpha3Code: 'LBN',
1597
+ name: 'Lebanon',
1598
+ get translationName() {
1599
+ return i18n.t('countries.Lebanon');
1600
+ },
1601
+ phone_code: '961',
1602
+ lang: '',
1603
+ currency: 'LBP',
1604
+ alias: 'lebanon',
1605
+ id: 131
1606
+ },
1607
+ {
1608
+ code: 'LS',
1609
+ alpha3Code: 'LSO',
1610
+ name: 'Lesotho',
1611
+ get translationName() {
1612
+ return i18n.t('countries.Lesotho');
1613
+ },
1614
+ phone_code: '266',
1615
+ lang: '',
1616
+ currency: 'LSL',
1617
+ alias: 'lesotho',
1618
+ id: 132
1619
+ },
1620
+ {
1621
+ code: 'LR',
1622
+ alpha3Code: 'LBR',
1623
+ name: 'Liberia',
1624
+ get translationName() {
1625
+ return i18n.t('countries.Liberia');
1626
+ },
1627
+ phone_code: '231',
1628
+ lang: '',
1629
+ currency: 'LRD',
1630
+ alias: 'liberia',
1631
+ id: 133
1632
+ },
1633
+ {
1634
+ code: 'LY',
1635
+ alpha3Code: 'LBY',
1636
+ name: 'Libya',
1637
+ get translationName() {
1638
+ return i18n.t('countries.Libya');
1639
+ },
1640
+ phone_code: '218',
1641
+ lang: 'ita',
1642
+ currency: 'LYD',
1643
+ alias: 'libya',
1644
+ id: 134
1645
+ },
1646
+ {
1647
+ code: 'LI',
1648
+ alpha3Code: 'LIE',
1649
+ name: 'Liechtenstein',
1650
+ get translationName() {
1651
+ return i18n.t('countries.Liechtenstein');
1652
+ },
1653
+ phone_code: '423',
1654
+ lang: '',
1655
+ currency: 'CHF',
1656
+ alias: 'liechtenstein',
1657
+ id: 135
1658
+ },
1659
+ {
1660
+ code: 'LT',
1661
+ alpha3Code: 'LTU',
1662
+ name: 'Lithuania',
1663
+ get translationName() {
1664
+ return i18n.t('countries.Lithuania');
1665
+ },
1666
+ phone_code: '370',
1667
+ lang: 'rus',
1668
+ currency: 'LTL',
1669
+ alias: 'lithuania',
1670
+ id: 136
1671
+ },
1672
+ {
1673
+ code: 'LU',
1674
+ alpha3Code: 'LUX',
1675
+ name: 'Luxembourg',
1676
+ get translationName() {
1677
+ return i18n.t('countries.Luxembourg');
1678
+ },
1679
+ phone_code: '352',
1680
+ lang: 'fre',
1681
+ currency: 'EUR',
1682
+ alias: 'luxembourg',
1683
+ id: 137
1684
+ },
1685
+ {
1686
+ code: 'MO',
1687
+ alpha3Code: 'MAC',
1688
+ name: 'Macao',
1689
+ get translationName() {
1690
+ return i18n.t('countries.Macao');
1691
+ },
1692
+ phone_code: '853',
1693
+ lang: '',
1694
+ currency: 'MOP',
1695
+ alias: 'macao',
1696
+ id: 138
1697
+ },
1698
+ {
1699
+ code: 'MK',
1700
+ alpha3Code: 'MKD',
1701
+ name: 'Macedonia',
1702
+ get translationName() {
1703
+ return i18n.t('countries.Macedonia');
1704
+ },
1705
+ phone_code: '389',
1706
+ lang: '',
1707
+ currency: 'MKD',
1708
+ alias: 'republic-of-macedonia',
1709
+ id: 139
1710
+ },
1711
+ {
1712
+ code: 'MG',
1713
+ alpha3Code: 'MDG',
1714
+ name: 'Madagascar',
1715
+ get translationName() {
1716
+ return i18n.t('countries.Madagascar');
1717
+ },
1718
+ phone_code: '261',
1719
+ lang: '',
1720
+ currency: 'MGF',
1721
+ alias: 'madagascar',
1722
+ id: 140
1723
+ },
1724
+ {
1725
+ code: 'MW',
1726
+ alpha3Code: 'MWI',
1727
+ name: 'Malawi',
1728
+ get translationName() {
1729
+ return i18n.t('countries.Malawi');
1730
+ },
1731
+ phone_code: '265',
1732
+ lang: '',
1733
+ currency: 'MWK',
1734
+ alias: 'malawi',
1735
+ id: 141
1736
+ },
1737
+ {
1738
+ code: 'MY',
1739
+ alpha3Code: 'MYS',
1740
+ name: 'Malaysia',
1741
+ get translationName() {
1742
+ return i18n.t('countries.Malaysia');
1743
+ },
1744
+ phone_code: '60',
1745
+ lang: '',
1746
+ currency: 'MYR',
1747
+ alias: 'malaysia',
1748
+ id: 142
1749
+ },
1750
+ {
1751
+ code: 'MV',
1752
+ alpha3Code: 'MDV',
1753
+ name: 'Maldives',
1754
+ get translationName() {
1755
+ return i18n.t('countries.Maldives');
1756
+ },
1757
+ phone_code: '960',
1758
+ lang: '',
1759
+ currency: 'MVR',
1760
+ alias: 'maldives',
1761
+ id: 143
1762
+ },
1763
+ {
1764
+ code: 'ML',
1765
+ alpha3Code: 'MLI',
1766
+ name: 'Mali',
1767
+ get translationName() {
1768
+ return i18n.t('countries.Mali');
1769
+ },
1770
+ phone_code: '223',
1771
+ lang: '',
1772
+ currency: 'XOF',
1773
+ alias: 'mali',
1774
+ id: 144
1775
+ },
1776
+ {
1777
+ code: 'MT',
1778
+ alpha3Code: 'MLT',
1779
+ name: 'Malta',
1780
+ get translationName() {
1781
+ return i18n.t('countries.Malta');
1782
+ },
1783
+ phone_code: '356',
1784
+ lang: 'eng',
1785
+ currency: 'EUR',
1786
+ alias: 'malta',
1787
+ id: 145
1788
+ },
1789
+ {
1790
+ code: 'MH',
1791
+ alpha3Code: 'MHL',
1792
+ name: 'Marshall Islands',
1793
+ get translationName() {
1794
+ return i18n.t('countries.MarshallIslands');
1795
+ },
1796
+ phone_code: '692',
1797
+ lang: '',
1798
+ currency: 'USD',
1799
+ alias: 'marshall-island',
1800
+ id: 146
1801
+ },
1802
+ {
1803
+ code: 'MQ',
1804
+ alpha3Code: 'MTQ',
1805
+ name: 'Martinique',
1806
+ get translationName() {
1807
+ return i18n.t('countries.Martinique');
1808
+ },
1809
+ phone_code: '596',
1810
+ lang: 'fre',
1811
+ currency: 'EUR',
1812
+ alias: 'martinique',
1813
+ id: 147
1814
+ },
1815
+ {
1816
+ code: 'MR',
1817
+ alpha3Code: 'MRT',
1818
+ name: 'Mauritania',
1819
+ get translationName() {
1820
+ return i18n.t('countries.Mauritania');
1821
+ },
1822
+ phone_code: '222',
1823
+ lang: '',
1824
+ currency: 'MRO',
1825
+ alias: 'mauritania',
1826
+ id: 148
1827
+ },
1828
+ {
1829
+ code: 'MU',
1830
+ alpha3Code: 'MUS',
1831
+ name: 'Mauritius',
1832
+ get translationName() {
1833
+ return i18n.t('countries.Mauritius');
1834
+ },
1835
+ phone_code: '230',
1836
+ lang: '',
1837
+ currency: 'MUR',
1838
+ alias: 'mauritius',
1839
+ id: 149
1840
+ },
1841
+ {
1842
+ code: 'YT',
1843
+ alpha3Code: 'MYT',
1844
+ name: 'Mayotte',
1845
+ get translationName() {
1846
+ return i18n.t('countries.Mayotte');
1847
+ },
1848
+ phone_code: '262',
1849
+ lang: '',
1850
+ currency: 'EUR',
1851
+ alias: 'mayotte',
1852
+ id: 150
1853
+ },
1854
+ {
1855
+ code: 'MX',
1856
+ alpha3Code: 'MEX',
1857
+ name: 'Mexico',
1858
+ get translationName() {
1859
+ return i18n.t('countries.Mexico');
1860
+ },
1861
+ phone_code: '52',
1862
+ lang: 'spa',
1863
+ currency: 'MXN',
1864
+ alias: 'mexico',
1865
+ id: 151
1866
+ },
1867
+ {
1868
+ code: 'FM',
1869
+ alpha3Code: 'FSM',
1870
+ name: 'Micronesia, Federated States of',
1871
+ get translationName() {
1872
+ return i18n.t('countries.MicronesiaFederatedStatesof');
1873
+ },
1874
+ phone_code: '691',
1875
+ lang: '',
1876
+ currency: 'USD',
1877
+ alias: 'micronesia',
1878
+ id: 152
1879
+ },
1880
+ {
1881
+ code: 'MD',
1882
+ alpha3Code: 'MDA',
1883
+ name: 'Moldova',
1884
+ get translationName() {
1885
+ return i18n.t('countries.Moldova');
1886
+ },
1887
+ phone_code: '373',
1888
+ lang: 'rus',
1889
+ currency: 'MDL',
1890
+ alias: 'moldova',
1891
+ id: 153
1892
+ },
1893
+ {
1894
+ code: 'MC',
1895
+ alpha3Code: 'MCO',
1896
+ name: 'Monaco',
1897
+ get translationName() {
1898
+ return i18n.t('countries.Monaco');
1899
+ },
1900
+ phone_code: '377',
1901
+ lang: '',
1902
+ currency: 'EUR',
1903
+ alias: 'monaco',
1904
+ id: 154
1905
+ },
1906
+ {
1907
+ code: 'MN',
1908
+ alpha3Code: 'MNG',
1909
+ name: 'Mongolia',
1910
+ get translationName() {
1911
+ return i18n.t('countries.Mongolia');
1912
+ },
1913
+ phone_code: '976',
1914
+ lang: 'rus',
1915
+ currency: 'MNT',
1916
+ alias: 'mongolia',
1917
+ id: 155
1918
+ },
1919
+ {
1920
+ code: 'ME',
1921
+ alpha3Code: 'MNE',
1922
+ name: 'Montenegro',
1923
+ get translationName() {
1924
+ return i18n.t('countries.Montenegro');
1925
+ },
1926
+ phone_code: '382',
1927
+ lang: '',
1928
+ currency: 'EUR',
1929
+ alias: 'montenegro',
1930
+ id: 156
1931
+ },
1932
+ {
1933
+ code: 'MS',
1934
+ alpha3Code: 'MSR',
1935
+ name: 'Montserrat',
1936
+ get translationName() {
1937
+ return i18n.t('countries.Montserrat');
1938
+ },
1939
+ phone_code: '1 664',
1940
+ lang: '',
1941
+ currency: 'XCD',
1942
+ alias: 'montserrat',
1943
+ id: 157
1944
+ },
1945
+ {
1946
+ code: 'MA',
1947
+ alpha3Code: 'MAR',
1948
+ name: 'Morocco',
1949
+ get translationName() {
1950
+ return i18n.t('countries.Morocco');
1951
+ },
1952
+ phone_code: '212',
1953
+ lang: '',
1954
+ currency: 'MAD',
1955
+ alias: 'morocco',
1956
+ id: 158
1957
+ },
1958
+ {
1959
+ code: 'MZ',
1960
+ alpha3Code: 'MOZ',
1961
+ name: 'Mozambique',
1962
+ get translationName() {
1963
+ return i18n.t('countries.Mozambique');
1964
+ },
1965
+ phone_code: '258',
1966
+ lang: '',
1967
+ currency: 'MZN',
1968
+ alias: 'mozambique',
1969
+ id: 159
1970
+ },
1971
+ {
1972
+ code: 'MM',
1973
+ alpha3Code: 'MMR',
1974
+ name: 'Myanmar',
1975
+ get translationName() {
1976
+ return i18n.t('countries.Myanmar');
1977
+ },
1978
+ phone_code: '95',
1979
+ lang: '',
1980
+ currency: 'MMK',
1981
+ alias: 'myanmar',
1982
+ id: 160
1983
+ },
1984
+ {
1985
+ code: 'NA',
1986
+ alpha3Code: 'NAM',
1987
+ name: 'Namibia',
1988
+ get translationName() {
1989
+ return i18n.t('countries.Namibia');
1990
+ },
1991
+ phone_code: '264',
1992
+ lang: '',
1993
+ currency: 'NAD',
1994
+ alias: 'namibia',
1995
+ id: 161
1996
+ },
1997
+ {
1998
+ code: 'NR',
1999
+ alpha3Code: 'NRU',
2000
+ name: 'Nauru',
2001
+ get translationName() {
2002
+ return i18n.t('countries.Nauru');
2003
+ },
2004
+ phone_code: '674',
2005
+ lang: '',
2006
+ currency: 'AUD',
2007
+ alias: 'nauru',
2008
+ id: 162
2009
+ },
2010
+ {
2011
+ code: 'NP',
2012
+ alpha3Code: 'NPL',
2013
+ name: 'Nepal',
2014
+ get translationName() {
2015
+ return i18n.t('countries.Nepal');
2016
+ },
2017
+ phone_code: '977',
2018
+ lang: '',
2019
+ currency: 'NPR',
2020
+ alias: 'nepal',
2021
+ id: 163
2022
+ },
2023
+ {
2024
+ code: 'NL',
2025
+ alpha3Code: 'NLD',
2026
+ name: 'Netherlands',
2027
+ get translationName() {
2028
+ return i18n.t('countries.Netherlands');
2029
+ },
2030
+ phone_code: '31',
2031
+ lang: '',
2032
+ currency: 'EUR',
2033
+ alias: 'netherlands',
2034
+ id: 164
2035
+ },
2036
+ {
2037
+ code: 'NC',
2038
+ alpha3Code: 'NCL',
2039
+ name: 'New Caledonia',
2040
+ get translationName() {
2041
+ return i18n.t('countries.NewCaledonia');
2042
+ },
2043
+ phone_code: '687',
2044
+ lang: '',
2045
+ currency: 'XPF',
2046
+ alias: 'new-caledonia',
2047
+ id: 165
2048
+ },
2049
+ {
2050
+ code: 'NZ',
2051
+ alpha3Code: 'NZL',
2052
+ name: 'New Zealand',
2053
+ get translationName() {
2054
+ return i18n.t('countries.NewZealand');
2055
+ },
2056
+ phone_code: '64',
2057
+ lang: '',
2058
+ currency: 'NZD',
2059
+ alias: 'new-zealand',
2060
+ id: 166
2061
+ },
2062
+ {
2063
+ code: 'NI',
2064
+ alpha3Code: 'NIC',
2065
+ name: 'Nicaragua',
2066
+ get translationName() {
2067
+ return i18n.t('countries.Nicaragua');
2068
+ },
2069
+ phone_code: '505',
2070
+ lang: 'spa',
2071
+ currency: 'NIO',
2072
+ alias: 'nicaragua',
2073
+ id: 167
2074
+ },
2075
+ {
2076
+ code: 'NE',
2077
+ alpha3Code: 'NER',
2078
+ name: 'Niger',
2079
+ get translationName() {
2080
+ return i18n.t('countries.Niger');
2081
+ },
2082
+ phone_code: '227',
2083
+ lang: '',
2084
+ currency: 'XOF',
2085
+ alias: 'niger',
2086
+ id: 168
2087
+ },
2088
+ {
2089
+ code: 'NG',
2090
+ alpha3Code: 'NGA',
2091
+ name: 'Nigeria',
2092
+ get translationName() {
2093
+ return i18n.t('countries.Nigeria');
2094
+ },
2095
+ phone_code: '234',
2096
+ lang: '',
2097
+ currency: 'NGN',
2098
+ alias: 'nigeria',
2099
+ id: 169
2100
+ },
2101
+ {
2102
+ code: 'NU',
2103
+ alpha3Code: 'NIU',
2104
+ name: 'Niue',
2105
+ get translationName() {
2106
+ return i18n.t('countries.Niue');
2107
+ },
2108
+ phone_code: '683',
2109
+ lang: '',
2110
+ currency: 'NZD',
2111
+ alias: 'niue',
2112
+ id: 170
2113
+ },
2114
+ {
2115
+ code: 'NF',
2116
+ alpha3Code: 'NFK',
2117
+ name: 'Norfolk Island',
2118
+ get translationName() {
2119
+ return i18n.t('countries.NorfolkIsland');
2120
+ },
2121
+ phone_code: '672 3',
2122
+ lang: '',
2123
+ currency: 'AUD',
2124
+ alias: 'norfolk-island',
2125
+ id: 171
2126
+ },
2127
+ {
2128
+ code: 'MP',
2129
+ alpha3Code: 'MNP',
2130
+ name: 'Northern Mariana Islands',
2131
+ get translationName() {
2132
+ return i18n.t('countries.NorthernMarianaIslands');
2133
+ },
2134
+ phone_code: '1 670',
2135
+ lang: '',
2136
+ currency: 'USD',
2137
+ alias: 'northern-marianas-islands',
2138
+ id: 172
2139
+ },
2140
+ {
2141
+ code: 'NO',
2142
+ alpha3Code: 'NOR',
2143
+ name: 'Norway',
2144
+ get translationName() {
2145
+ return i18n.t('countries.Norway');
2146
+ },
2147
+ phone_code: '47',
2148
+ lang: '',
2149
+ currency: 'NOK',
2150
+ alias: 'norway',
2151
+ id: 173
2152
+ },
2153
+ {
2154
+ code: 'OM',
2155
+ alpha3Code: 'OMN',
2156
+ name: 'Oman',
2157
+ get translationName() {
2158
+ return i18n.t('countries.Oman');
2159
+ },
2160
+ phone_code: '968',
2161
+ lang: '',
2162
+ currency: 'OMR',
2163
+ alias: 'oman',
2164
+ id: 174
2165
+ },
2166
+ {
2167
+ code: 'PK',
2168
+ alpha3Code: 'PAK',
2169
+ name: 'Pakistan',
2170
+ get translationName() {
2171
+ return i18n.t('countries.Pakistan');
2172
+ },
2173
+ phone_code: '92',
2174
+ lang: '',
2175
+ currency: 'PKR',
2176
+ alias: 'pakistan',
2177
+ id: 175
2178
+ },
2179
+ {
2180
+ code: 'PW',
2181
+ alpha3Code: 'PLW',
2182
+ name: 'Palau',
2183
+ get translationName() {
2184
+ return i18n.t('countries.Palau');
2185
+ },
2186
+ phone_code: '680',
2187
+ lang: '',
2188
+ currency: 'USD',
2189
+ alias: 'palau',
2190
+ id: 176
2191
+ },
2192
+ {
2193
+ code: 'PS',
2194
+ alpha3Code: 'PSE',
2195
+ name: 'Palestine, State of',
2196
+ get translationName() {
2197
+ return i18n.t('countries.PalestineStateof');
2198
+ },
2199
+ phone_code: '970',
2200
+ lang: '',
2201
+ currency: '',
2202
+ alias: 'palestine',
2203
+ id: 177
2204
+ },
2205
+ {
2206
+ code: 'PA',
2207
+ alpha3Code: 'PAN',
2208
+ name: 'Panama',
2209
+ get translationName() {
2210
+ return i18n.t('countries.Panama');
2211
+ },
2212
+ phone_code: '507',
2213
+ lang: 'spa',
2214
+ currency: 'PAB',
2215
+ alias: 'panama',
2216
+ id: 178
2217
+ },
2218
+ {
2219
+ code: 'PG',
2220
+ alpha3Code: 'PNG',
2221
+ name: 'Papua New Guinea',
2222
+ get translationName() {
2223
+ return i18n.t('countries.PapuaNewGuinea');
2224
+ },
2225
+ phone_code: '675',
2226
+ lang: '',
2227
+ currency: 'PGK',
2228
+ alias: 'papua-new-guinea',
2229
+ id: 179
2230
+ },
2231
+ {
2232
+ code: 'PY',
2233
+ alpha3Code: 'PRY',
2234
+ name: 'Paraguay',
2235
+ get translationName() {
2236
+ return i18n.t('countries.Paraguay');
2237
+ },
2238
+ phone_code: '595',
2239
+ lang: 'spa',
2240
+ currency: 'PYG',
2241
+ alias: 'paraguay',
2242
+ id: 180
2243
+ },
2244
+ {
2245
+ code: 'PE',
2246
+ alpha3Code: 'PER',
2247
+ name: 'Peru',
2248
+ get translationName() {
2249
+ return i18n.t('countries.Peru');
2250
+ },
2251
+ phone_code: '51',
2252
+ lang: 'spa',
2253
+ currency: 'PEN',
2254
+ alias: 'peru',
2255
+ id: 181
2256
+ },
2257
+ {
2258
+ code: 'PH',
2259
+ alpha3Code: 'PHL',
2260
+ name: 'Philippines',
2261
+ get translationName() {
2262
+ return i18n.t('countries.Philippines');
2263
+ },
2264
+ phone_code: '63',
2265
+ lang: '',
2266
+ currency: 'PHP',
2267
+ alias: 'philippines',
2268
+ id: 182
2269
+ },
2270
+ {
2271
+ code: 'PN',
2272
+ alpha3Code: 'PCN',
2273
+ name: 'Pitcairn',
2274
+ get translationName() {
2275
+ return i18n.t('countries.Pitcairn');
2276
+ },
2277
+ phone_code: '64',
2278
+ lang: '',
2279
+ currency: 'NZD',
2280
+ alias: 'pitcairn',
2281
+ id: 183
2282
+ },
2283
+ {
2284
+ code: 'PL',
2285
+ alpha3Code: 'POL',
2286
+ name: 'Poland',
2287
+ get translationName() {
2288
+ return i18n.t('countries.Poland');
2289
+ },
2290
+ phone_code: '48',
2291
+ lang: '',
2292
+ currency: 'PLN',
2293
+ alias: 'poland',
2294
+ id: 184
2295
+ },
2296
+ {
2297
+ code: 'PT',
2298
+ alpha3Code: 'PRT',
2299
+ name: 'Portugal',
2300
+ get translationName() {
2301
+ return i18n.t('countries.Portugal');
2302
+ },
2303
+ phone_code: '351',
2304
+ lang: 'por',
2305
+ currency: 'EUR',
2306
+ alias: 'portugal',
2307
+ id: 185
2308
+ },
2309
+ {
2310
+ code: 'PR',
2311
+ alpha3Code: 'PRI',
2312
+ name: 'Puerto Rico',
2313
+ get translationName() {
2314
+ return i18n.t('countries.PuertoRico');
2315
+ },
2316
+ phone_code: '1 787',
2317
+ lang: '',
2318
+ currency: 'USD',
2319
+ alias: 'puerto-rico',
2320
+ id: 186
2321
+ },
2322
+ {
2323
+ code: 'QA',
2324
+ alpha3Code: 'QAT',
2325
+ name: 'Qatar',
2326
+ get translationName() {
2327
+ return i18n.t('countries.Qatar');
2328
+ },
2329
+ phone_code: '974',
2330
+ lang: '',
2331
+ currency: 'QAR',
2332
+ alias: 'qatar',
2333
+ id: 187
2334
+ },
2335
+ {
2336
+ code: 'RE',
2337
+ alpha3Code: 'REU',
2338
+ name: 'Reunion',
2339
+ get translationName() {
2340
+ return i18n.t('countries.Reunion');
2341
+ },
2342
+ phone_code: '262',
2343
+ lang: 'fre',
2344
+ currency: 'EUR',
2345
+ alias: 'reunion',
2346
+ id: 188
2347
+ },
2348
+ {
2349
+ code: 'RO',
2350
+ alpha3Code: 'ROU',
2351
+ name: 'Romania',
2352
+ get translationName() {
2353
+ return i18n.t('countries.Romania');
2354
+ },
2355
+ phone_code: '40',
2356
+ lang: '',
2357
+ currency: 'RON',
2358
+ alias: 'romania',
2359
+ id: 189
2360
+ },
2361
+ {
2362
+ code: 'RU',
2363
+ alpha3Code: 'RUS',
2364
+ name: 'Russia',
2365
+ get translationName() {
2366
+ return i18n.t('countries.Russia');
2367
+ },
2368
+ phone_code: '7',
2369
+ lang: 'rus',
2370
+ currency: 'RUB',
2371
+ alias: 'russia',
2372
+ id: 190
2373
+ },
2374
+ {
2375
+ code: 'RW',
2376
+ alpha3Code: 'RWA',
2377
+ name: 'Rwanda',
2378
+ get translationName() {
2379
+ return i18n.t('countries.Rwanda');
2380
+ },
2381
+ phone_code: '250',
2382
+ lang: '',
2383
+ currency: 'RWF',
2384
+ alias: 'rwanda',
2385
+ id: 191
2386
+ },
2387
+ {
2388
+ code: 'BL',
2389
+ alpha3Code: 'BLM',
2390
+ name: 'Saint Barthelemy',
2391
+ get translationName() {
2392
+ return i18n.t('countries.SaintBarthelemy');
2393
+ },
2394
+ phone_code: '590',
2395
+ lang: '',
2396
+ currency: '',
2397
+ alias: 'st-barts',
2398
+ id: 192
2399
+ },
2400
+ {
2401
+ code: 'SH',
2402
+ alpha3Code: 'SHN',
2403
+ name: 'Saint Helena',
2404
+ get translationName() {
2405
+ return i18n.t('countries.SaintHelena');
2406
+ },
2407
+ phone_code: '290',
2408
+ lang: '',
2409
+ currency: 'SHP',
2410
+ alias: 'flag_of_saint_helena',
2411
+ id: 193
2412
+ },
2413
+ {
2414
+ code: 'KN',
2415
+ alpha3Code: 'KNA',
2416
+ name: 'Saint Kitts and Nevis',
2417
+ get translationName() {
2418
+ return i18n.t('countries.SaintKittsandNevis');
2419
+ },
2420
+ phone_code: '1 869',
2421
+ lang: '',
2422
+ currency: 'XCD',
2423
+ alias: 'saint-kitts-and-nevis',
2424
+ id: 194
2425
+ },
2426
+ {
2427
+ code: 'LC',
2428
+ alpha3Code: 'LCA',
2429
+ name: 'Saint Lucia',
2430
+ get translationName() {
2431
+ return i18n.t('countries.SaintLucia');
2432
+ },
2433
+ phone_code: '1 758',
2434
+ lang: '',
2435
+ currency: 'XCD',
2436
+ alias: 'saint-lucia',
2437
+ id: 195
2438
+ },
2439
+ {
2440
+ code: 'MF',
2441
+ alpha3Code: 'MAF',
2442
+ name: 'Saint Martin (France)',
2443
+ get translationName() {
2444
+ return i18n.t('countries.SaintMartinFrance');
2445
+ },
2446
+ phone_code: '590',
2447
+ lang: '',
2448
+ currency: '',
2449
+ alias: 'france-saint-martin',
2450
+ id: 196
2451
+ },
2452
+ {
2453
+ code: 'PM',
2454
+ alpha3Code: 'SPM',
2455
+ name: 'Saint Pierre and Miquelon',
2456
+ get translationName() {
2457
+ return i18n.t('countries.SaintPierreandMiquelon');
2458
+ },
2459
+ phone_code: '508',
2460
+ lang: '',
2461
+ currency: 'EUR',
2462
+ alias: 'france-miquelon',
2463
+ id: 197
2464
+ },
2465
+ {
2466
+ code: 'VC',
2467
+ alpha3Code: 'VCT',
2468
+ name: 'Saint Vincent and the Grenadines',
2469
+ get translationName() {
2470
+ return i18n.t('countries.SaintVincentandtheGrenadines');
2471
+ },
2472
+ phone_code: '1 784',
2473
+ lang: '',
2474
+ currency: 'XCD',
2475
+ alias: 'flag_of_saint_vincent',
2476
+ id: 198
2477
+ },
2478
+ {
2479
+ code: 'WS',
2480
+ alpha3Code: 'WSM',
2481
+ name: 'Samoa',
2482
+ get translationName() {
2483
+ return i18n.t('countries.Samoa');
2484
+ },
2485
+ phone_code: '685',
2486
+ lang: '',
2487
+ currency: 'WST',
2488
+ alias: 'samoa',
2489
+ id: 199
2490
+ },
2491
+ {
2492
+ code: 'SM',
2493
+ alpha3Code: 'SMR',
2494
+ name: 'San Marino',
2495
+ get translationName() {
2496
+ return i18n.t('countries.SanMarino');
2497
+ },
2498
+ phone_code: '378',
2499
+ lang: 'ita',
2500
+ currency: 'EUR',
2501
+ alias: 'san-marino',
2502
+ id: 200
2503
+ },
2504
+ {
2505
+ code: 'ST',
2506
+ alpha3Code: 'STP',
2507
+ name: 'Sao Tome and Principe',
2508
+ get translationName() {
2509
+ return i18n.t('countries.SaoTomeandPrincipe');
2510
+ },
2511
+ phone_code: '239',
2512
+ lang: '',
2513
+ currency: 'STD',
2514
+ alias: 'sao-tome-and-principe',
2515
+ id: 201
2516
+ },
2517
+ {
2518
+ code: 'SA',
2519
+ alpha3Code: 'SAU',
2520
+ name: 'Saudi Arabia',
2521
+ get translationName() {
2522
+ return i18n.t('countries.SaudiArabia');
2523
+ },
2524
+ phone_code: '966',
2525
+ lang: '',
2526
+ currency: 'SAR',
2527
+ alias: 'saudi-arabia',
2528
+ id: 202
2529
+ },
2530
+ {
2531
+ code: 'SN',
2532
+ alpha3Code: 'SEN',
2533
+ name: 'Senegal',
2534
+ get translationName() {
2535
+ return i18n.t('countries.Senegal');
2536
+ },
2537
+ phone_code: '221',
2538
+ lang: '',
2539
+ currency: 'XOF',
2540
+ alias: 'senegal',
2541
+ id: 203
2542
+ },
2543
+ {
2544
+ code: 'RS',
2545
+ alpha3Code: 'SRB',
2546
+ name: 'Serbia',
2547
+ get translationName() {
2548
+ return i18n.t('countries.Serbia');
2549
+ },
2550
+ phone_code: '381',
2551
+ lang: '',
2552
+ currency: 'RSD',
2553
+ alias: 'serbia',
2554
+ id: 204
2555
+ },
2556
+ {
2557
+ code: 'SC',
2558
+ alpha3Code: 'SYC',
2559
+ name: 'Seychelles',
2560
+ get translationName() {
2561
+ return i18n.t('countries.Seychelles');
2562
+ },
2563
+ phone_code: '248',
2564
+ lang: '',
2565
+ currency: 'SCR',
2566
+ alias: 'seychelles',
2567
+ id: 205
2568
+ },
2569
+ {
2570
+ code: 'SL',
2571
+ alpha3Code: 'SLE',
2572
+ name: 'Sierra Leone',
2573
+ get translationName() {
2574
+ return i18n.t('countries.SierraLeone');
2575
+ },
2576
+ phone_code: '232',
2577
+ lang: '',
2578
+ currency: 'SLL',
2579
+ alias: 'sierra-leone',
2580
+ id: 206
2581
+ },
2582
+ {
2583
+ code: 'SG',
2584
+ alpha3Code: 'SGP',
2585
+ name: 'Singapore',
2586
+ get translationName() {
2587
+ return i18n.t('countries.Singapore');
2588
+ },
2589
+ phone_code: '65',
2590
+ lang: '',
2591
+ currency: 'SGD',
2592
+ alias: 'singapore',
2593
+ id: 207
2594
+ },
2595
+ {
2596
+ code: 'SX',
2597
+ alpha3Code: 'SXM',
2598
+ name: 'Sint Maarten (Netherlands)',
2599
+ get translationName() {
2600
+ return i18n.t('countries.SintMaartenNetherlands');
2601
+ },
2602
+ phone_code: '1 721',
2603
+ lang: '',
2604
+ currency: '',
2605
+ alias: 'sint-maarten',
2606
+ id: 208
2607
+ },
2608
+ {
2609
+ code: 'SK',
2610
+ alpha3Code: 'SVK',
2611
+ name: 'Slovakia',
2612
+ get translationName() {
2613
+ return i18n.t('countries.Slovakia');
2614
+ },
2615
+ phone_code: '421',
2616
+ lang: '',
2617
+ currency: 'EUR',
2618
+ alias: 'slovakia',
2619
+ id: 209
2620
+ },
2621
+ {
2622
+ code: 'SI',
2623
+ alpha3Code: 'SVN',
2624
+ name: 'Slovenia',
2625
+ get translationName() {
2626
+ return i18n.t('countries.Slovenia');
2627
+ },
2628
+ phone_code: '386',
2629
+ lang: '',
2630
+ currency: 'EUR',
2631
+ alias: 'slovenia',
2632
+ id: 210
2633
+ },
2634
+ {
2635
+ code: 'SB',
2636
+ alpha3Code: 'SLB',
2637
+ name: 'Solomon Islands',
2638
+ get translationName() {
2639
+ return i18n.t('countries.SolomonIslands');
2640
+ },
2641
+ phone_code: '677',
2642
+ lang: '',
2643
+ currency: 'SBD',
2644
+ alias: 'solomon-islands',
2645
+ id: 211
2646
+ },
2647
+ {
2648
+ code: 'SO',
2649
+ alpha3Code: 'SOM',
2650
+ name: 'Somalia',
2651
+ get translationName() {
2652
+ return i18n.t('countries.Somalia');
2653
+ },
2654
+ phone_code: '252',
2655
+ lang: '',
2656
+ currency: 'SOS',
2657
+ alias: 'somalia',
2658
+ id: 212
2659
+ },
2660
+ {
2661
+ code: 'ZA',
2662
+ alpha3Code: 'ZAF',
2663
+ name: 'South Africa',
2664
+ get translationName() {
2665
+ return i18n.t('countries.SouthAfrica');
2666
+ },
2667
+ phone_code: '27',
2668
+ lang: '',
2669
+ currency: 'ZAR',
2670
+ alias: 'south-africa',
2671
+ id: 213
2672
+ },
2673
+ {
2674
+ code: 'GS',
2675
+ alpha3Code: 'SGS',
2676
+ name: 'South Georgia and the South Sandwich Islands',
2677
+ get translationName() {
2678
+ return i18n.t('countries.SouthGeorgiaandtheSouthSandwichIslands');
2679
+ },
2680
+ phone_code: '500',
2681
+ lang: '',
2682
+ currency: '',
2683
+ alias: 'south-georgia-and-the-south-sandwich-islands',
2684
+ id: 214
2685
+ },
2686
+ {
2687
+ code: 'ES',
2688
+ alpha3Code: 'ESP',
2689
+ name: 'Spain',
2690
+ get translationName() {
2691
+ return i18n.t('countries.Spain');
2692
+ },
2693
+ phone_code: '34',
2694
+ lang: 'spa',
2695
+ currency: 'EUR',
2696
+ alias: 'spain',
2697
+ id: 215
2698
+ },
2699
+ {
2700
+ code: 'LK',
2701
+ alpha3Code: 'LKA',
2702
+ name: 'Sri Lanka',
2703
+ get translationName() {
2704
+ return i18n.t('countries.SriLanka');
2705
+ },
2706
+ phone_code: '94',
2707
+ lang: '',
2708
+ currency: 'LKR',
2709
+ alias: 'sri-lanka',
2710
+ id: 216
2711
+ },
2712
+ {
2713
+ code: 'SD',
2714
+ alpha3Code: 'SDN',
2715
+ name: 'Sudan',
2716
+ get translationName() {
2717
+ return i18n.t('countries.Sudan');
2718
+ },
2719
+ phone_code: '249',
2720
+ lang: '',
2721
+ currency: 'SDG',
2722
+ alias: 'sudan',
2723
+ id: 217
2724
+ },
2725
+ {
2726
+ code: 'SR',
2727
+ alpha3Code: 'SUR',
2728
+ name: 'Suriname',
2729
+ get translationName() {
2730
+ return i18n.t('countries.Suriname');
2731
+ },
2732
+ phone_code: '597',
2733
+ lang: '',
2734
+ currency: 'SRD',
2735
+ alias: 'suriname',
2736
+ id: 218
2737
+ },
2738
+ {
2739
+ code: 'SJ',
2740
+ alpha3Code: 'SJM',
2741
+ name: 'Svalbard and Jan Mayen',
2742
+ get translationName() {
2743
+ return i18n.t('countries.SvalbardandJanMayen');
2744
+ },
2745
+ phone_code: '47',
2746
+ lang: '',
2747
+ currency: 'NOK',
2748
+ alias: 'svalbard_and_jan_mayen',
2749
+ id: 219
2750
+ },
2751
+ {
2752
+ code: 'SZ',
2753
+ name: 'Swaziland',
2754
+ alpha3Code: 'SWZ',
2755
+ get translationName() {
2756
+ return i18n.t('countries.Swaziland');
2757
+ },
2758
+ phone_code: '268',
2759
+ lang: '',
2760
+ currency: 'SZL',
2761
+ alias: 'swaziland',
2762
+ id: 220
2763
+ },
2764
+ {
2765
+ code: 'SE',
2766
+ alpha3Code: 'SWE',
2767
+ name: 'Sweden',
2768
+ get translationName() {
2769
+ return i18n.t('countries.Sweden');
2770
+ },
2771
+ phone_code: '46',
2772
+ lang: 'swe',
2773
+ currency: 'SEK',
2774
+ alias: 'sweden',
2775
+ id: 221
2776
+ },
2777
+ {
2778
+ code: 'CH',
2779
+ alpha3Code: 'CHE',
2780
+ name: 'Switzerland',
2781
+ get translationName() {
2782
+ return i18n.t('countries.Switzerland');
2783
+ },
2784
+ phone_code: '41',
2785
+ lang: 'fre',
2786
+ currency: 'CHF',
2787
+ alias: 'switzerland',
2788
+ id: 222
2789
+ },
2790
+ {
2791
+ code: 'SY',
2792
+ alpha3Code: 'SYR',
2793
+ name: 'Syria',
2794
+ get translationName() {
2795
+ return i18n.t('countries.Syria');
2796
+ },
2797
+ phone_code: '963',
2798
+ lang: '',
2799
+ currency: 'SYP',
2800
+ alias: 'syria',
2801
+ id: 223
2802
+ },
2803
+ {
2804
+ code: 'TW',
2805
+ alpha3Code: 'TWN',
2806
+ name: 'Taiwan',
2807
+ get translationName() {
2808
+ return i18n.t('countries.Taiwan');
2809
+ },
2810
+ phone_code: '886',
2811
+ lang: '',
2812
+ currency: 'TWD',
2813
+ alias: 'taiwan',
2814
+ id: 224
2815
+ },
2816
+ {
2817
+ code: 'TJ',
2818
+ alpha3Code: 'TJK',
2819
+ name: 'Tajikistan',
2820
+ get translationName() {
2821
+ return i18n.t('countries.Tajikistan');
2822
+ },
2823
+ phone_code: '992',
2824
+ lang: 'rus',
2825
+ currency: 'TJS',
2826
+ alias: 'tajikistan',
2827
+ id: 225
2828
+ },
2829
+ {
2830
+ code: 'TZ',
2831
+ alpha3Code: 'TZA',
2832
+ name: 'Tanzania',
2833
+ get translationName() {
2834
+ return i18n.t('countries.Tanzania');
2835
+ },
2836
+ phone_code: '255',
2837
+ lang: '',
2838
+ currency: 'TZS',
2839
+ alias: 'united-republic-of-tanzania',
2840
+ id: 226
2841
+ },
2842
+ {
2843
+ code: 'TH',
2844
+ alpha3Code: 'THA',
2845
+ name: 'Thailand',
2846
+ get translationName() {
2847
+ return i18n.t('countries.Thailand');
2848
+ },
2849
+ phone_code: '66',
2850
+ lang: '',
2851
+ currency: 'THB',
2852
+ alias: 'thailand',
2853
+ id: 227
2854
+ },
2855
+ {
2856
+ code: 'TL',
2857
+ alpha3Code: 'TLS',
2858
+ name: 'Timor-Leste',
2859
+ get translationName() {
2860
+ return i18n.t('countries.TimorLeste');
2861
+ },
2862
+ phone_code: '670',
2863
+ lang: '',
2864
+ currency: '',
2865
+ alias: 'timor-leste',
2866
+ id: 228
2867
+ },
2868
+ {
2869
+ code: 'TG',
2870
+ alpha3Code: 'TGO',
2871
+ name: 'Togo',
2872
+ get translationName() {
2873
+ return i18n.t('countries.Togo');
2874
+ },
2875
+ phone_code: '228',
2876
+ lang: '',
2877
+ currency: 'XOF',
2878
+ alias: 'togo',
2879
+ id: 229
2880
+ },
2881
+ {
2882
+ code: 'TK',
2883
+ alpha3Code: 'TKL',
2884
+ name: 'Tokelau',
2885
+ get translationName() {
2886
+ return i18n.t('countries.Tokelau');
2887
+ },
2888
+ phone_code: '690',
2889
+ lang: '',
2890
+ currency: 'NZD',
2891
+ alias: 'tokelau',
2892
+ id: 230
2893
+ },
2894
+ {
2895
+ code: 'TO',
2896
+ alpha3Code: 'TON',
2897
+ name: 'Tonga',
2898
+ get translationName() {
2899
+ return i18n.t('countries.Tonga');
2900
+ },
2901
+ phone_code: '676',
2902
+ lang: '',
2903
+ currency: 'TOP',
2904
+ alias: 'tonga',
2905
+ id: 231
2906
+ },
2907
+ {
2908
+ code: 'TT',
2909
+ alpha3Code: 'TTO',
2910
+ name: 'Trinidad and Tobago',
2911
+ get translationName() {
2912
+ return i18n.t('countries.TrinidadandTobago');
2913
+ },
2914
+ phone_code: '1 868',
2915
+ lang: '',
2916
+ currency: 'TTD',
2917
+ alias: 'trinidad-and-tobago',
2918
+ id: 232
2919
+ },
2920
+ {
2921
+ code: 'TN',
2922
+ alpha3Code: 'TUN',
2923
+ name: 'Tunisia',
2924
+ get translationName() {
2925
+ return i18n.t('countries.Tunisia');
2926
+ },
2927
+ phone_code: '216',
2928
+ lang: '',
2929
+ currency: 'TND',
2930
+ alias: 'tunisia',
2931
+ id: 233
2932
+ },
2933
+ {
2934
+ code: 'TR',
2935
+ alpha3Code: 'TUR',
2936
+ name: 'Turkey',
2937
+ get translationName() {
2938
+ return i18n.t('countries.Turkey');
2939
+ },
2940
+ phone_code: '90',
2941
+ lang: '',
2942
+ currency: 'TRY',
2943
+ alias: 'turkey',
2944
+ id: 234
2945
+ },
2946
+ {
2947
+ code: 'TM',
2948
+ alpha3Code: 'TKM',
2949
+ name: 'Turkmenistan',
2950
+ get translationName() {
2951
+ return i18n.t('countries.Turkmenistan');
2952
+ },
2953
+ phone_code: '993',
2954
+ lang: 'tur',
2955
+ currency: 'TMT',
2956
+ alias: 'turkmenistan',
2957
+ id: 235
2958
+ },
2959
+ {
2960
+ code: 'TC',
2961
+ alpha3Code: 'TCA',
2962
+ name: 'Turks and Caicos Islands',
2963
+ get translationName() {
2964
+ return i18n.t('countries.TurksandCaicosIslands');
2965
+ },
2966
+ phone_code: '1 649',
2967
+ lang: '',
2968
+ currency: 'USD',
2969
+ alias: 'turks-and-caicos',
2970
+ id: 236
2971
+ },
2972
+ {
2973
+ code: 'TV',
2974
+ alpha3Code: 'TUV',
2975
+ name: 'Tuvalu',
2976
+ get translationName() {
2977
+ return i18n.t('countries.Tuvalu');
2978
+ },
2979
+ phone_code: '688',
2980
+ lang: '',
2981
+ currency: 'AUD',
2982
+ alias: 'tuvalu',
2983
+ id: 237
2984
+ },
2985
+ {
2986
+ code: 'UG',
2987
+ alpha3Code: 'UGA',
2988
+ name: 'Uganda',
2989
+ get translationName() {
2990
+ return i18n.t('countries.Uganda');
2991
+ },
2992
+ phone_code: '256',
2993
+ lang: '',
2994
+ currency: 'UGX',
2995
+ alias: 'uganda',
2996
+ id: 238
2997
+ },
2998
+ {
2999
+ code: 'UA',
3000
+ alpha3Code: 'UKR',
3001
+ name: 'Ukraine',
3002
+ get translationName() {
3003
+ return i18n.t('countries.Ukraine');
3004
+ },
3005
+ phone_code: '380',
3006
+ lang: 'ukr',
3007
+ currency: 'UAH',
3008
+ alias: 'ukraine',
3009
+ id: 239
3010
+ },
3011
+ {
3012
+ code: 'AE',
3013
+ alpha3Code: 'ARE',
3014
+ name: 'United Arab Emirates',
3015
+ get translationName() {
3016
+ return i18n.t('countries.UnitedArabEmirates');
3017
+ },
3018
+ phone_code: '971',
3019
+ lang: '',
3020
+ currency: 'AED',
3021
+ alias: 'united-arab-emirates',
3022
+ id: 240
3023
+ },
3024
+ {
3025
+ code: 'GB',
3026
+ alpha3Code: 'GBR',
3027
+ name: 'United Kingdom',
3028
+ get translationName() {
3029
+ return i18n.t('countries.UnitedKingdom');
3030
+ },
3031
+ phone_code: '44',
3032
+ lang: '',
3033
+ currency: 'GBP',
3034
+ alias: 'united-kingdom',
3035
+ id: 241
3036
+ },
3037
+ {
3038
+ code: 'US',
3039
+ alpha3Code: 'USA',
3040
+ name: 'United States',
3041
+ get translationName() {
3042
+ return i18n.t('countries.UnitedStates');
3043
+ },
3044
+ phone_code: '1',
3045
+ lang: '',
3046
+ currency: 'USD',
3047
+ alias: 'usa',
3048
+ id: 242
3049
+ },
3050
+ {
3051
+ code: 'UM',
3052
+ alpha3Code: 'UMI',
3053
+ name: 'United States Minor Outlying Islands',
3054
+ get translationName() {
3055
+ return i18n.t('countries.UnitedStatesMinorOutlyingIslands');
3056
+ },
3057
+ phone_code: '',
3058
+ lang: '',
3059
+ currency: 'USD',
3060
+ alias: 'united-states-minor-outlying-islands',
3061
+ id: 243
3062
+ },
3063
+ {
3064
+ code: 'UY',
3065
+ alpha3Code: 'URY',
3066
+ name: 'Uruguay',
3067
+ get translationName() {
3068
+ return i18n.t('countries.Uruguay');
3069
+ },
3070
+ phone_code: '598',
3071
+ lang: 'spa',
3072
+ currency: 'UYU',
3073
+ alias: 'uruguay',
3074
+ id: 244
3075
+ },
3076
+ {
3077
+ code: 'UZ',
3078
+ alpha3Code: 'UZB',
3079
+ name: 'Uzbekistan',
3080
+ get translationName() {
3081
+ return i18n.t('countries.Uzbekistan');
3082
+ },
3083
+ phone_code: '998',
3084
+ lang: 'rus',
3085
+ currency: 'UZS',
3086
+ alias: 'uzbekistan',
3087
+ id: 245
3088
+ },
3089
+ {
3090
+ code: 'VU',
3091
+ alpha3Code: 'VUT',
3092
+ name: 'Vanuatu',
3093
+ get translationName() {
3094
+ return i18n.t('countries.Vanuatu');
3095
+ },
3096
+ phone_code: '678',
3097
+ lang: '',
3098
+ currency: 'VUV',
3099
+ alias: 'vanuatu',
3100
+ id: 246
3101
+ },
3102
+ {
3103
+ code: 'VE',
3104
+ alpha3Code: 'VEN',
3105
+ name: 'Venezuela',
3106
+ get translationName() {
3107
+ return i18n.t('countries.Venezuela');
3108
+ },
3109
+ phone_code: '58',
3110
+ lang: 'spa',
3111
+ currency: 'VES',
3112
+ alias: 'venezuela',
3113
+ id: 247
3114
+ },
3115
+ {
3116
+ code: 'VN',
3117
+ alpha3Code: 'VNM',
3118
+ name: 'Vietnam',
3119
+ get translationName() {
3120
+ return i18n.t('countries.Vietnam');
3121
+ },
3122
+ phone_code: '84',
3123
+ lang: '',
3124
+ currency: 'VND',
3125
+ alias: 'vietnam',
3126
+ id: 248
3127
+ },
3128
+ {
3129
+ code: 'VG',
3130
+ name: 'Virgin Islands, British',
3131
+ alpha3Code: 'VGB',
3132
+ get translationName() {
3133
+ return i18n.t('countries.VirginIslandsBritish');
3134
+ },
3135
+ phone_code: '1',
3136
+ lang: '',
3137
+ currency: 'USD',
3138
+ alias: 'british-virgin-islands',
3139
+ id: 249
3140
+ },
3141
+ {
3142
+ code: 'VI',
3143
+ alpha3Code: 'VIR',
3144
+ name: 'Virgin Islands, U.S.',
3145
+ get translationName() {
3146
+ return i18n.t('countries.VirginIslandsUS');
3147
+ },
3148
+ phone_code: '1',
3149
+ lang: '',
3150
+ currency: 'USD',
3151
+ alias: 'virgin-islands',
3152
+ id: 250
3153
+ },
3154
+ {
3155
+ code: 'WF',
3156
+ alpha3Code: 'WLF',
3157
+ name: 'Wallis and Futuna',
3158
+ get translationName() {
3159
+ return i18n.t('countries.WallisandFutuna');
3160
+ },
3161
+ phone_code: '681',
3162
+ lang: '',
3163
+ currency: 'XPF',
3164
+ alias: 'wallis-and-futuna',
3165
+ id: 251
3166
+ },
3167
+ {
3168
+ code: 'EH',
3169
+ alpha3Code: 'ESH',
3170
+ name: 'Western Sahara',
3171
+ get translationName() {
3172
+ return i18n.t('countries.WesternSahara');
3173
+ },
3174
+ phone_code: '212',
3175
+ lang: '',
3176
+ currency: 'MAD',
3177
+ alias: 'western-sahara',
3178
+ id: 252
3179
+ },
3180
+ {
3181
+ code: 'YE',
3182
+ alpha3Code: 'YEM',
3183
+ name: 'Yemen',
3184
+ get translationName() {
3185
+ return i18n.t('countries.Yemen');
3186
+ },
3187
+ phone_code: '967',
3188
+ lang: '',
3189
+ currency: 'YER',
3190
+ alias: 'yemen',
3191
+ id: 253
3192
+ },
3193
+ {
3194
+ code: 'ZM',
3195
+ alpha3Code: 'ZMB',
3196
+ name: 'Zambia',
3197
+ get translationName() {
3198
+ return i18n.t('countries.Zambia');
3199
+ },
3200
+ phone_code: '260',
3201
+ lang: '',
3202
+ currency: 'ZMW',
3203
+ alias: 'zambia',
3204
+ id: 254
3205
+ },
3206
+ {
3207
+ code: 'ZW',
3208
+ alpha3Code: 'ZWE',
3209
+ name: 'Zimbabwe',
3210
+ get translationName() {
3211
+ return i18n.t('countries.Zimbabwe');
3212
+ },
3213
+ phone_code: '263',
3214
+ lang: '',
3215
+ currency: 'ZWD',
3216
+ alias: 'zimbabwe',
3217
+ id: 255
3218
+ },
3219
+ {
3220
+ code: 'GB',
3221
+ alpha3Code: 'GBR',
3222
+ name: 'England',
3223
+ get translationName() {
3224
+ return i18n.t('countries.England');
3225
+ },
3226
+ phone_code: '44',
3227
+ lang: '',
3228
+ currency: 'GBP',
3229
+ alias: 'england',
3230
+ id: 257
3231
+ },
3232
+ {
3233
+ code: 'XI',
3234
+ alpha3Code: '',
3235
+ name: 'Northern Ireland',
3236
+ get translationName() {
3237
+ return i18n.t('countries.NorthernIreland');
3238
+ },
3239
+ phone_code: '',
3240
+ lang: '',
3241
+ currency: '',
3242
+ alias: 'northern-ireland',
3243
+ id: 258
3244
+ },
3245
+ {
3246
+ code: 'GB',
3247
+ alpha3Code: 'GBR',
3248
+ name: 'Scotland',
3249
+ get translationName() {
3250
+ return i18n.t('countries.Scotland');
3251
+ },
3252
+ phone_code: '44',
3253
+ lang: '',
3254
+ currency: 'GBP',
3255
+ alias: 'scotland',
3256
+ id: 259
3257
+ },
3258
+ {
3259
+ code: 'GB',
3260
+ alpha3Code: 'GBR',
3261
+ name: 'Wales',
3262
+ get translationName() {
3263
+ return i18n.t('countries.Wales');
3264
+ },
3265
+ phone_code: '44',
3266
+ lang: '',
3267
+ currency: 'GBP',
3268
+ alias: 'wales',
3269
+ id: 260
3270
+ },
3271
+ {
3272
+ code: 'GB',
3273
+ alpha3Code: 'GBR',
3274
+ name: 'Great Britain',
3275
+ get translationName() {
3276
+ return i18n.t('countries.GreatBritain');
3277
+ },
3278
+ phone_code: '44',
3279
+ lang: '',
3280
+ currency: 'GBP',
3281
+ alias: 'great-britain',
3282
+ id: 1636
3283
+ },
3284
+ {
3285
+ code: 'SS',
3286
+ alpha3Code: 'SSD',
3287
+ name: 'South Sudan',
3288
+ get translationName() {
3289
+ return i18n.t('countries.SouthSudan');
3290
+ },
3291
+ phone_code: '211',
3292
+ lang: '',
3293
+ currency: 'SSP',
3294
+ alias: 'south-sudan',
3295
+ id: 1637
3296
+ },
3297
+ {
3298
+ code: 'CS',
3299
+ alpha3Code: 'CSK',
3300
+ name: 'Czechoslovakia',
3301
+ get translationName() {
3302
+ return i18n.t('countries.Czechoslovakia');
3303
+ },
3304
+ phone_code: '42',
3305
+ lang: '',
3306
+ currency: 'CZK',
3307
+ alias: 'czechoslovakia',
3308
+ id: 1638
3309
+ },
3310
+ {
3311
+ code: 'SU',
3312
+ alpha3Code: 'SUN',
3313
+ name: 'USSR',
3314
+ get translationName() {
3315
+ return i18n.t('countries.USSR');
3316
+ },
3317
+ phone_code: '',
3318
+ lang: '',
3319
+ currency: '',
3320
+ alias: 'ussr',
3321
+ id: 1639
3322
+ },
3323
+ {
3324
+ code: 'YU',
3325
+ alpha3Code: 'YUG',
3326
+ name: 'Yugoslavia',
3327
+ get translationName() {
3328
+ return i18n.t('countries.Yugoslavia');
3329
+ },
3330
+ phone_code: '',
3331
+ lang: '',
3332
+ currency: '',
3333
+ alias: 'yugoslavia',
3334
+ id: 1640
3335
+ },
3336
+ {
3337
+ code: 'XK',
3338
+ alpha3Code: 'XKX',
3339
+ name: 'Kosovo',
3340
+ get translationName() {
3341
+ return i18n.t('countries.Kosovo');
3342
+ },
3343
+ phone_code: '383',
3344
+ lang: '',
3345
+ currency: '',
3346
+ alias: 'kosovo',
3347
+ id: 1647
3348
+ },
3349
+ {
3350
+ code: 'XC',
3351
+ alpha3Code: '',
3352
+ name: 'Turkish Republic of Northern Cyprus',
3353
+ get translationName() {
3354
+ return i18n.t('countries.TurkishRepublicofNorthernCyprus');
3355
+ },
3356
+ phone_code: '',
3357
+ lang: '',
3358
+ currency: '',
3359
+ alias: 'turkish-republic-of-northern-cyprus',
3360
+ id: 1652
3361
+ },
3362
+ {
3363
+ code: 'XC',
3364
+ alpha3Code: 'GEO',
3365
+ name: 'South Ossetia',
3366
+ get translationName() {
3367
+ return i18n.t('countries.SouthOssetia');
3368
+ },
3369
+ phone_code: '995',
3370
+ lang: '',
3371
+ currency: 'GEL',
3372
+ alias: 'south-ossetia',
3373
+ id: 2237
3374
+ }
3375
+ ];
4
3376
 
5
3377
  export default function Home() {
3378
+
6
3379
  return (
7
3380
  <>
8
- <Select
9
- showSearch
10
- options={[
11
- { value: 'Spain', label: 'Spain' },
12
- { value: 'Armenia', label: 'Armenia' }
13
- ]} />
3381
+ <Select
3382
+ showSearch
3383
+ filterOption={(input, option) => {
3384
+ const value =
3385
+ option?.children?.props?.children[1]?.props?.children ?? '';
3386
+
3387
+ return (
3388
+ value.toLowerCase().includes(input.toLowerCase()) ||
3389
+ ((option?.value ?? '') as string)
3390
+ .toLowerCase()
3391
+ .includes(input.toLowerCase())
3392
+ );
3393
+ }}
3394
+ getPopupContainer={(triggerNode: HTMLElement) =>
3395
+ triggerNode.parentElement as HTMLElement
3396
+ }
3397
+ >
3398
+ {CountryCodes.map(country => (
3399
+ <Option
3400
+ key={country.alias}
3401
+ value={country.alias}
3402
+ className="options_country"
3403
+ data-testid={'countyCode-option'}
3404
+ >
3405
+ <div
3406
+ className="countyCode"
3407
+ title={country.name}
3408
+ >
3409
+ <div dir="ltr" className="phoneCode">
3410
+ {country.name}
3411
+ </div>
3412
+ </div>
3413
+ </Option>
3414
+ ))}
3415
+ </Select>
14
3416
  </>
15
3417
  )
16
3418
  }