keshvar 0.5.0

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

//! A module for country `The Republic of the Marshall Islands`

#[cfg(all(feature = "mh", feature = "constants"))]
/// A module to access all constant country data for `The Republic of the Marshall Islands`.
///
/// Note that to use this module, `constant` feature should be enabled.
pub mod consts {
    #[allow(unused_imports)]
    use crate::{
        Alpha2, Alpha3, Continent, CurrencyCode, DistanceUnit, Region, SubRegion, WeekDay,
        WorldRegion, GEC, IOC,
    };

    pub const ADDRESS_FORMAT: Option<&str> = None;
    pub const ALPHA2: Alpha2 = Alpha2::MH;
    pub const ALPHA3: Alpha3 = Alpha3::MHL;
    pub const CONTINENT: Continent = Continent::Australia;
    pub const COUNTRY_CODE: usize = 692;
    pub const CURRENCY_CODE: CurrencyCode = CurrencyCode::USD;
    pub const GEC: Option<GEC> = Some(GEC::RM);
    pub const INTERNATIONAL_PREFIX: &str = "00";
    pub const IOC: Option<IOC> = Some(IOC::MHL);
    pub const ISO_SHORT_NAME: &str = "Marshall Islands";
    pub const ISO_LONG_NAME: &str = "The Republic of the Marshall Islands";
    pub const OFFICIAL_LANGUAGE_LIST: &[&str] = &["en", "mh"];
    pub const SPOKEN_LANGUAGE_LIST: &[&str] = &["en", "mh"];
    pub const NATIONAL_DESTINATION_CODE_LENGTH_LIST: &[usize] = &[2];
    pub const NATIONAL_NUMBER_LENGTH_LIST: &[usize] = &[7];
    pub const NATIONAL_PREFIX: &str = "1";
    pub const NATIONALITY: Option<&str> = Some("Marshallese");
    pub const NUMBER: &str = "584";
    pub const POSTAL_CODE: bool = true;
    pub const POSTAL_CODE_FORMAT: Option<&str> = Some("(969[67]\\d)(?:[ \\-](\\d{4}))?");
    pub const REGION: Option<Region> = Some(Region::Oceania);
    pub const START_DAY_OF_WEEK: WeekDay = WeekDay::Monday;
    pub const SUBREGION: Option<SubRegion> = Some(SubRegion::Micronesia);
    pub const UN_LOCODE: &str = "MH";
    pub const UNOFFICIAL_NAME_LIST: &[&str] = &[
        "Marshall Islands",
        "Marshallinseln",
        "Îles Marshall",
        "Islas Marshall",
        "マーシャル諸島",
        "Marshalleilanden",
    ];
    pub const WORLD_REGION: WorldRegion = WorldRegion::APAC;
    pub const G7_MEMBER: bool = false;
    pub const G20_MEMBER: bool = false;
    pub const EU_MEMBER: bool = false;
    pub const EEA_MEMBER: bool = false;
    pub const DISTANCE_UNIT: DistanceUnit = DistanceUnit::Km;
    pub const POPULATION: Option<u64> = Some(41569);
    #[cfg(feature = "emojis")]
    pub const EMOJI: &str = "🇲🇭";
    #[cfg(feature = "translations")]
    pub const TRANSLATIONS: &[(&str, &str)] = &[
        ("ab", "Marshall Islands"),
        ("af", "Marshall-eilande"),
        ("ak", "Marshall Islands"),
        ("am", "Marshall Islands"),
        ("an", "Marshall Islands"),
        ("ar", "جزر المارشال"),
        (
            "as",
            "ম\u{9be}ৰ\u{9cd}শ\u{9cd}বেল দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ",
        ),
        ("ay", "Marshall Islands"),
        ("az", "Marşal Adaları"),
        ("ba", "Marshall Islands"),
        ("be", "Маршалавы Астравы"),
        ("bg", "Маршалски острови"),
        ("bi", "Marshall Islands"),
        (
            "bn",
            "ম\u{9be}র\u{9cd}শ\u{9be}ল দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ",
        ),
        (
            "bn_IN",
            "ম\u{9be}র\u{9cd}শ\u{9be}ল দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ",
        ),
        ("br", "Marshall Islands"),
        ("bs", "Maršalska Ostrva"),
        ("ca", "Illes Marshall"),
        ("ce", "Marshall Islands"),
        ("ch", "Marshall Islands"),
        ("cs", "Marshallovy ostrovy"),
        ("cv", "Marshall Islands"),
        ("cy", "Ynysoedd Marshall"),
        ("da", "Marshalløerne"),
        ("de", "Marshallinseln"),
        ("dv", "Marshall Islands"),
        ("dz", "མར་ཤ\u{f71}ལ་ ཨའ\u{f72}་ལ\u{f7a}ནཌ\u{f72}ས\u{f72}།"),
        ("ee", "Marshall Islands"),
        ("el", "Νήσοι Μάρσαλ"),
        ("en", "Marshall Islands"),
        ("eo", "Marŝaloj"),
        ("es", "Islas Marshall"),
        ("et", "Marshalli Saared"),
        ("eu", "Marshall uharteak"),
        ("fa", "جزایر مارشال"),
        ("ff", "Marshall Islands"),
        ("fi", "Marshallinsaaret"),
        ("fo", "Marshalloyggjarnar"),
        ("fr", "Îles Marshall"),
        ("fy", "Marshall Islands"),
        ("ga", "Oileáin Marshall"),
        ("gl", "Illas Marshall"),
        ("gn", "Marshall Islands"),
        ("gu", "માર\u{acd}શલ ટાપ\u{ac1}ઓ"),
        ("gv", "Marshall Islands"),
        ("ha", "Marshall Islands"),
        ("he", "איי מרשל"),
        ("hi", "मार\u{94d}शल आइल\u{948}\u{902}ड\u{94d}स"),
        ("hr", "Maršalovi otoci"),
        ("ht", "Marshall Islands"),
        ("hu", "Marshall-szigetek"),
        ("hy", "Մարշալյան կղզիներ"),
        ("ia", "Insulas Marshall"),
        ("id", "Kepulauan Marshall"),
        ("io", "Marshall Islands"),
        ("is", "Marshalleyjar"),
        ("it", "Isole Marshall"),
        ("iu", "Marshall Islands"),
        ("ja", "マーシャル諸島"),
        ("ka", "მარშალის კუნძულები"),
        ("ki", "Marshall Islands"),
        ("kk", "Маршалл аралдары"),
        ("kl", "Marshall Islands"),
        ("km", "កោះ\u{200b}ម\u{17c9}ាស\u{17d2}យល"),
        ("kn", "ಮಾರ\u{ccd}ಷಲ\u{ccd} ದ\u{ccd}ವೀಪಗಳು"),
        ("ko", "마셜 제도"),
        ("ku", "Giravên Marsal"),
        ("kv", "Marshall Islands"),
        ("kw", "Marshall Islands"),
        ("ky", "Маршалл аралдары"),
        ("lo", "Marshall Islands"),
        ("lt", "Maršalo salos"),
        ("lv", "Māršala salas"),
        ("mi", "Marshall Islands"),
        ("mk", "Маршалови острови"),
        (
            "ml",
            "മ\u{d3e}ര\u{d4d}\u{200d}ഷല\u{d4d}\u{200d} ദ\u{d4d}വീപ\u{d41}കള\u{d4d}\u{200d}",
        ),
        ("mn", "Маршаллын арлууд"),
        ("mr", "मार\u{94d}शल आयल\u{945}\u{902}डस\u{94d}"),
        ("ms", "Kepulauan Marshall"),
        ("mt", "Gżejjer ta' Marshall"),
        ("my", "Marshall Islands"),
        ("na", "Marshall Islands"),
        ("nb", "Marshalløyene"),
        ("ne", "मार\u{94d}शल टाप\u{941}"),
        ("nl", "Marshalleilanden"),
        ("nn", "Marshalløyane"),
        ("nv", "Marshall Islands"),
        ("oc", "Illas Marshall"),
        ("or", "ମ\u{b3e}ର\u{b4d}ଶଲ ଦ\u{b4d}ବୀପ"),
        ("pa", "ਮਾਰਸ\u{a3c}ਲ ਟਾਪ\u{a42}"),
        ("pi", "Marshall Islands"),
        ("pl", "Wyspy Marshalla"),
        ("ps", "Marshall Islands"),
        ("pt", "Ilhas Marshall"),
        ("pt_BR", "Ilhas Marshall"),
        ("ro", "Insulele Marshall"),
        ("ru", "Маршалловы острова"),
        ("rw", "Ibirwa bya Marishali"),
        ("sc", "Ìsulas Marshall"),
        ("sd", "Marshall Islands"),
        ("si", "ම\u{dcf}ශල\u{dca} ද\u{dd6}පත\u{dca}"),
        ("sk", "Marshallove ostrovy"),
        ("sl", "Marshallovi otoki"),
        ("so", "Marshall Islands"),
        ("sq", "Ishujt Marshall"),
        ("sr", "Маршалска острва"),
        ("sv", "Marshallöarna"),
        ("sw", "Marshall Islands"),
        ("ta", "ம\u{bbe}ர\u{bcd}சல\u{bcd} த\u{bc0}வுகள\u{bcd}"),
        ("te", "మ\u{c3e}ర\u{c4d}షల\u{c4d} ఐల\u{c3e}ండ\u{c4d}స\u{c4d}"),
        ("tg", "Ҷазираҳои Маршал"),
        ("th", "หม\u{e39}\u{e48}เกาะมาร\u{e4c}แชลล\u{e4c}"),
        ("ti", "Marshall Islands"),
        ("tk", "Marşal adaslary"),
        ("tl", "Marshall Islands"),
        ("tr", "Marşal Adaları"),
        ("tt", "Маршал Утравлары"),
        ("ug", "مارشال تاقىم ئارىلى"),
        ("uk", "Маршаллові острови"),
        ("ur", "Marshall Islands"),
        ("uz", "Marshall Islands"),
        ("ve", "Marshall Islands"),
        ("vi", "Quần Đảo Ma-san"),
        ("wa", "Iyes Marshall"),
        ("wo", "Marshall Islands"),
        ("xh", "Marshall Islands"),
        ("yo", "Marshall Islands"),
        ("zh_CN", "马绍尔群岛"),
        ("zh_HK", "馬紹爾羣島"),
        ("zh_TW", "馬紹爾群島"),
        ("zu", "Marshall Islands"),
    ];
    #[cfg(all(feature = "mh", feature = "geo", feature = "constants"))]
    /// GEO data as constants
    pub mod geo {
        pub const LATITUDE: f64 = 7.131474;
        pub const LONGITUDE: f64 = 171.184478;
        pub const MAX_LATITUDE: f64 = 15.0190749;
        pub const MAX_LONGITUDE: f64 = 172.5732421;
        pub const MIN_LATITUDE: f64 = 4.1601583;
        pub const MIN_LONGITUDE: f64 = 159.8840332;
        pub const NORTHEAST_LATITUDE: f64 = 15.0190749;
        pub const NORTHEAST_LONGITUDE: f64 = 172.5732421;
        pub const SOUTHWEST_LATITUDE: f64 = 4.1601583;
        pub const SOUTHWEST_LONGITUDE: f64 = 159.8840332;
    }
}
#[cfg(all(feature = "mh", feature = "geo"))]
/// GEO module for this country.
pub mod geo {
    use crate::{CountryGeo, CountryGeoBound, CountryGeoBounds};

    /// GEO information for this country.
    pub fn new() -> CountryGeo {
        CountryGeo {
            latitude: 7.131474,
            longitude: 171.184478,
            max_latitude: 15.0190749,
            max_longitude: 172.5732421,
            min_latitude: 4.1601583,
            min_longitude: 159.8840332,
            bounds: CountryGeoBounds {
                northeast: CountryGeoBound {
                    latitude: 15.0190749,
                    longitude: 172.5732421,
                },
                southwest: CountryGeoBound {
                    latitude: 4.1601583,
                    longitude: 159.8840332,
                },
            },
        }
    }
}

#[cfg(all(feature = "mh", feature = "subdivisions"))]
/// Subdivision module for this country.
pub mod subdivisions {
    #[allow(unused_imports)]
    use crate::{Alpha2, Subdivision, SubdivisionType};
    use std::collections::HashMap;
    // In this state, We do not know if subdivisions have geo or not!
    #[cfg(feature = "geo")]
    #[allow(unused_imports)]
    use crate::SubdivisionGeo;

    /// Subdivisions for this country.
    pub fn new() -> HashMap<&'static str, Subdivision> {
        HashMap::from(
            [

                (
                    "ALK",
                    Subdivision{
                        name: "Ailuk",
                        country_alpha2: Alpha2::MH,
                        code: "ALK",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(10.304809), longitude: Some(169.9416549), max_latitude: Some(10.4770933), min_latitude: Some(10.2110366), max_longitude: Some(169.9918842), min_longitude: Some(169.8527981)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Ailuk"), ("ccp", "𑄃\u{1112d}𑄣\u{1112a}𑄇\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Ailuk Atoll (munisipyo)"), ("de", "Ailuk"), ("en", "Ailuk Atoll"), ("es", "Ailuk"), ("fa", "آب\u{200c}سنگ حلقوی آئیلوک"), ("fi", "Ailuk"), ("fr", "Ailuk"), ("gl", "Atol Ailuk"), ("hu", "Ailuk Atoll"), ("id", "Atol Ailuk"), ("it", "Ailuk"), ("ja", "アイルック環礁"), ("ko", "아일루크 환초"), ("lt", "Ailukas"), ("mk", "Ајлук"), ("nl", "Ailuk Atoll"), ("pl", "Ailuk"), ("pt", "Ailuk"), ("ru", "Аилук"), ("sv", "Ailuk"), ("ur", "آئلوک جزیرہ مرجانی"), ("vi", "Đảo san hô vòng Ailuk"), ("zh", "艾盧克環礁")]),
                        unofficial_name_list: ["Ailuk"].to_vec(),
                    }
                ),
                (
                    "ALL",
                    Subdivision{
                        name: "Ailinglapalap",
                        country_alpha2: Alpha2::MH,
                        code: "ALL",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.283333300000001), longitude: Some(168.7833333), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ccp", "𑄃\u{1112d}𑄣\u{11128}\u{11101}𑄣𑄛\u{11134}𑄣𑄛\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Ailinglaplap Atoll"), ("da", "Ailinglaplap"), ("de", "Ailinglapalap"), ("el", "Αϊλινγκλάπλαπ"), ("en", "Ailinglaplap Atoll"), ("es", "Ailinglaplap"), ("fa", "آتل آیلینگلاپلاپ"), ("fi", "Ailinglaplap"), ("fr", "Ailinglaplap"), ("gl", "Atol Ailinglaplap"), ("he", "איילינגלאפלאפ"), ("hr", "Ailinglaplap"), ("id", "Atol Ailinglaplap"), ("it", "Ailinglaplap"), ("ja", "アイリングラップ環礁"), ("ko", "아일링글라플라프 환초"), ("lt", "Ailinglaplapas"), ("mk", "Ајлинглаплап"), ("nb", "Ailinglaplap"), ("nl", "Ailinglaplap Atoll"), ("no", "Ailinglaplap"), ("pl", "Ailinglaplap"), ("pt", "Ailinglaplap"), ("ru", "Аилинглапалап"), ("sv", "Ailinglapalap"), ("ur", "آئلینگ لاپ لاپ جزیرہ مرجانی"), ("vi", "Đảo san hô vòng Ailinglaplap"), ("zh", "埃林拉普拉普環礁")]),
                        unofficial_name_list: ["Ailinglaplap"].to_vec(),
                    }
                ),
                (
                    "ARN",
                    Subdivision{
                        name: "Arno",
                        country_alpha2: Alpha2::MH,
                        code: "ARN",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.063888899999999), longitude: Some(171.5583332), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ccp", "𑄃𑄢\u{11134}𑄚\u{1112e}"), ("ceb", "Arno Atoll (munisipyo)"), ("de", "Arno-Atoll"), ("en", "Arno"), ("es", "Arno (isla)"), ("et", "Arno"), ("fa", "آب\u{200c}سنگ حلقوی آرنو"), ("fi", "Arno (atolli)"), ("fr", "Arno"), ("gl", "Atol Arno"), ("he", "ארנו"), ("id", "Atol Arno"), ("it", "Arno"), ("ja", "アルノ環礁"), ("ko", "아르노 환초"), ("lt", "Arnas"), ("mk", "Арно (атол)"), ("nl", "Arno"), ("pl", "Arno"), ("ru", "Арно (атолл)"), ("sv", "Arnoatollen"), ("ur", "آرنو جزیرہ مرجانی"), ("vi", "Đảo san hô vòng Arno"), ("zh", "阿爾諾環礁")]),
                        unofficial_name_list: ["Arno"].to_vec(),
                    }
                ),
                (
                    "AUR",
                    Subdivision{
                        name: "Aur",
                        country_alpha2: Alpha2::MH,
                        code: "AUR",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(8.2750905), longitude: Some(171.0975397), max_latitude: Some(8.3719296), min_latitude: Some(8.1297458), max_longitude: Some(171.1815612), min_longitude: Some(171.0095787)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Aur"), ("ccp", "𑄃𑄅\u{1112a}𑄢\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Aur Atoll"), ("de", "Aur"), ("en", "Aur Atoll"), ("es", "Aur"), ("fa", "آب\u{200c}سنگ حلقوی آئور"), ("fi", "Aur"), ("fr", "Aur"), ("gl", "Atol Aur"), ("hu", "Aur Atoll"), ("id", "Atol Aur"), ("it", "Aur"), ("ja", "オール環礁"), ("ko", "아우르 환초"), ("lt", "Auras"), ("mk", "Аур"), ("nl", "Aur Atoll"), ("pl", "Aur"), ("pt", "Aur"), ("ru", "Аур"), ("sv", "Aur"), ("ur", "آور جزیرہ مرجانی"), ("zh", "奧爾環礁")]),
                        unofficial_name_list: ["Aur"].to_vec(),
                    }
                ),
                (
                    "EBO",
                    Subdivision{
                        name: "Ebon",
                        country_alpha2: Alpha2::MH,
                        code: "EBO",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(4.6166113), longitude: Some(168.7249469), max_latitude: Some(4.679086), min_latitude: Some(4.5729556), max_longitude: Some(168.771286), min_longitude: Some(168.645512)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("be", "Атол Эбон"), ("ccp", "𑄃𑄬𑄝\u{11127}𑄚\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Ebon"), ("da", "Ebon"), ("de", "Ebon-Atoll"), ("en", "Ebon Atoll"), ("es", "Ebon"), ("et", "Ebon"), ("fa", "آب\u{200c}سنگ حلقوی ابون"), ("fi", "Ebon"), ("fr", "Ebon"), ("gl", "Atol Ebon"), ("hr", "Ebon"), ("hu", "Ebon Atoll"), ("id", "Atol Ebon"), ("it", "Ebon"), ("ja", "エボン環礁"), ("ko", "에본 환초"), ("lt", "Ebonas"), ("mk", "Ебон"), ("nl", "Ebon Atoll"), ("pl", "Ebon"), ("ru", "Эбон"), ("sv", "Ebon"), ("ur", "ایبون جزیرہ مرجانی"), ("zh", "埃崩環礁")]),
                        unofficial_name_list: ["Epoon"].to_vec(),
                    }
                ),
                (
                    "ENI",
                    Subdivision{
                        name: "Eniwetok",
                        country_alpha2: Alpha2::MH,
                        code: "ENI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(11.3415658), longitude: Some(162.3266731), max_latitude: Some(11.3603022), min_latitude: Some(11.3357145), max_longitude: Some(162.3477857), min_longitude: Some(162.3176258)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "آتول إنيويتوك"), ("ca", "Enewetak"), ("ccp", "𑄃𑄬𑄚\u{11128}𑄃\u{1112e}𑄠𑄬𑄑𑄇\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Enewetak Atoll"), ("cs", "Eniwetok"), ("de", "Eniwetok"), ("en", "Enewetak Atoll"), ("es", "Enewetak"), ("et", "Enewetak"), ("eu", "Enewetak"), ("fa", "انوتاک"), ("fi", "Enewetak"), ("fr", "Eniwetok"), ("gl", "Atol Enewetak"), ("he", "אנווטאק"), ("hr", "Enewetak"), ("id", "Atol Enewetak"), ("it", "Enewetak"), ("ja", "エニウェトク環礁"), ("ko", "에네웨타크 환초"), ("lt", "Enivetokas"), ("mk", "Еневетак"), ("nb", "Enewetakatollen"), ("nl", "Enewetak"), ("no", "Enewetakatollen"), ("pl", "Atol Eniwetok"), ("pt", "Enewetak"), ("ru", "Эниветок"), ("sk", "Eniwetok"), ("sl", "Eniwetok"), ("sv", "Enewetak"), ("tr", "Enewetak Mercan Adaları"), ("uk", "Еніветок"), ("ur", "اینیویٹک جزیرہ مرجانی"), ("vi", "Đảo san hô vòng Enewetak"), ("zh", "埃內韋塔克環礁")]),
                        unofficial_name_list: ["Eniwetok"].to_vec(),
                    }
                ),
                (
                    "JAB",
                    Subdivision{
                        name: "Jabat",
                        country_alpha2: Alpha2::MH,
                        code: "JAB",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.7517), longitude: Some(168.9767), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ccp", "𑄎𑄝\u{11127}𑄖\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Jabat Island (munisipyo)"), ("cs", "Jabat"), ("de", "Jabwot"), ("en", "Jabat Island"), ("es", "Jabat"), ("fa", "جزیره جابات"), ("fi", "Jabat"), ("fr", "Jabat"), ("gl", "Illa Jabat"), ("hr", "Jabwat"), ("id", "Pulau Jabat"), ("it", "Jabat"), ("ja", "ジャボット島"), ("ko", "자바트 섬"), ("lt", "Džabatas"), ("mk", "Џабат"), ("nl", "Jabat Island"), ("pl", "Jabwot"), ("ru", "Джабат"), ("sv", "Jabwot"), ("ur", "جزیرہ جابات"), ("zh", "賈普坦島")]),
                        unofficial_name_list: ["Jabat"].to_vec(),
                    }
                ),
                (
                    "JAL",
                    Subdivision{
                        name: "Jaluit",
                        country_alpha2: Alpha2::MH,
                        code: "JAL",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(5.9092582), longitude: Some(169.6372575), max_latitude: Some(5.9135236), min_latitude: Some(5.904506), max_longitude: Some(169.6408152), min_longitude: Some(169.6336838)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جالويت"), ("be", "Атол Джалуіт"), ("ccp", "𑄎𑄣\u{11128}𑄠𑄬𑄖\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Jaluit Atoll (munisipyo)"), ("cs", "Jaluit"), ("de", "Jaluit"), ("en", "Jaluit Atoll"), ("es", "Jaluit"), ("fa", "آب\u{200c}سنگ حلقوی جالوئیت"), ("fi", "Jaluit"), ("fr", "Jaluit"), ("gl", "Atol Jaluit"), ("he", "ג׳לואיט"), ("hr", "Jaluit"), ("hu", "Jaluit Atoll"), ("hy", "Ջալուիտ"), ("id", "Atol Jaluit"), ("it", "Jaluit"), ("ja", "ジャルート環礁"), ("ko", "잘루이트 환초"), ("lt", "Džaluitas"), ("mk", "Џалуит"), ("nl", "Jaluit"), ("pl", "Jaluit"), ("ru", "Джалуит"), ("sv", "Jaluit"), ("ur", "جالویت جزیرہ مرجانی"), ("vi", "Đảo san hô vòng Jaluit"), ("zh", "賈盧伊特環礁")]),
                        unofficial_name_list: ["Jālwōj"].to_vec(),
                    }
                ),
                (
                    "KIL",
                    Subdivision{
                        name: "Kili",
                        country_alpha2: Alpha2::MH,
                        code: "KIL",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(5.6405493), longitude: Some(169.1181599), max_latitude: Some(5.6515189), min_latitude: Some(5.637340099999999), max_longitude: Some(169.13229), min_longitude: Some(169.1113473)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("be", "Востраў Кілі"), ("ccp", "𑄇\u{11128}𑄣\u{11128} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Kili Island (munisipyo)"), ("de", "Kili-Insel"), ("en", "Kili Island"), ("es", "Kili"), ("fa", "جزیره کیلی"), ("fi", "Kili"), ("fr", "Kili"), ("gl", "Atol Kili"), ("hr", "Kili"), ("hu", "Kili"), ("id", "Pulau Kili"), ("it", "Kili"), ("ja", "キリ島"), ("ko", "킬리 섬"), ("lt", "Kilis"), ("mk", "Кили"), ("nl", "Kili Island"), ("pl", "Kili"), ("ru", "Кили"), ("sv", "Kiliön"), ("ur", "جزیرہ کیکی"), ("zh", "吉利島")]),
                        unofficial_name_list: ["Kōle"].to_vec(),
                    }
                ),
                (
                    "KWA",
                    Subdivision{
                        name: "Kwajalein",
                        country_alpha2: Alpha2::MH,
                        code: "KWA",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(9.1898235), longitude: Some(167.4242972), max_latitude: Some(9.4097746), min_latitude: Some(8.712679099999999), max_longitude: Some(167.7770233), min_longitude: Some(166.8109131)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة كواجالين"), ("be", "Атол Кваджалейн"), ("bg", "Куаджалин"), ("ca", "Kwajalein"), ("ccp", "𑄇\u{11133}𑄦\u{11127}𑄎𑄣𑄬\u{1112d}𑄚\u{11134}"), ("ceb", "Kwajalein"), ("cs", "Kwajalein"), ("da", "Kwajalein"), ("de", "Kwajalein"), ("en", "Kwajalein"), ("es", "Kwajalein"), ("eu", "Kwajalein atoloia"), ("fa", "کواجالین"), ("fi", "Kwajalein"), ("fr", "Kwajalein"), ("gl", "Atol Kwajalein"), ("he", "קווג׳לין"), ("hr", "Kwajalein"), ("id", "Atol Kwajalein"), ("it", "Kwajalein"), ("ja", "クェゼリン環礁"), ("ka", "კვაჯალეინი"), ("ko", "콰잘레인 환초"), ("lt", "Kvadžaleinas"), ("mk", "Кваџалејн"), ("ms", "Kwajalein"), ("nb", "Kwajalein"), ("nl", "Kwajalein"), ("no", "Kwajalein"), ("pl", "Kwajalein"), ("pt", "Kwajalein"), ("ro", "Atolul Kwajalein"), ("ru", "Кваджалейн"), ("sk", "Kwajalein"), ("sv", "Kwajalein"), ("uk", "Кваджалейн"), ("ur", "کواجالئین جزیرہ مرجانی"), ("vi", "Kwajalein"), ("zh", "瓜加林環礁")]),
                        unofficial_name_list: ["Kuwajleen"].to_vec(),
                    }
                ),
                (
                    "L",
                    Subdivision{
                        name: "Ralik Chain",
                        country_alpha2: Alpha2::MH,
                        code: "L",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::ChainOfIslands,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "راليك تشين"), ("bn", "র\u{9be}লিকচেইন"), ("ccp", "𑄢𑄣\u{11128}𑄇\u{11134} 𑄌𑄬\u{1112d}𑄚\u{11134}"), ("ceb", "Ralik Chain"), ("da", "Ralik Chain"), ("de", "Ralik-Kette"), ("el", "Ράλικ Τσέιν"), ("en", "Ralik Chain"), ("es", "Ralik Cadena"), ("et", "Raliki saared"), ("fa", "زنجیره رالیک"), ("fi", "Ralik"), ("fr", "Îles Ralik"), ("gu", "રાલિક ચ\u{ac7}ઇન"), ("he", "שרשרת רליק"), ("hi", "रालिक च\u{947}न"), ("hr", "Ralik"), ("id", "Ralik Chain"), ("it", "Ralik"), ("ja", "ラリック列島"), ("ka", "რალიკის ჯაჭვი"), ("kn", "ರಾಲ\u{cbf}ಕ\u{ccd} ಚೈನ\u{ccd}"), ("ko", "랄리크 열도"), ("lt", "Raliko salos"), ("lv", "Raliku salas"), ("mk", "Ралички Острови"), ("mr", "रालिक च\u{947}न"), ("ms", "Ralik Chain"), ("nb", "Ralik-kjeden"), ("nl", "Ralik Chain"), ("no", "Ralik-kjeden"), ("pl", "Ralik Chain"), ("pt", "Cadeia Ralik"), ("ru", "Цепь Ралик"), ("si", "රල\u{dd2}ක\u{dca} චේන\u{dca}"), ("sv", "Raliköarna"), ("ta", "ர\u{bbe}லிக\u{bcd} செயின\u{bcd}"), ("te", "ర\u{c3e}ల\u{c3f}క\u{c4d} చ\u{c48}న\u{c4d}"), ("th", "ลาล\u{e34}ก เชน"), ("tr", "Ralik Chain"), ("uk", "Ланцюг Ралік"), ("ur", "رالیک چین"), ("vi", "Chuỗi đảo Ralik"), ("zh", "拉利克礁鏈")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "LAE",
                    Subdivision{
                        name: "Lae",
                        country_alpha2: Alpha2::MH,
                        code: "LAE",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(8.9411081), longitude: Some(166.2363248), max_latitude: Some(8.967658199999999), min_latitude: Some(8.9150051), max_longitude: Some(166.2777327), min_longitude: Some(166.2089826)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Atol Lae"), ("ccp", "𑄣 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Lae"), ("de", "Lae-Atoll"), ("en", "Lae Atoll"), ("es", "Lae (atolón)"), ("fa", "آب\u{200c}سنگ حلقوی لائه"), ("fi", "Lae"), ("fr", "Lae"), ("gl", "Atol Lae"), ("hr", "Lae"), ("id", "Atol Lae"), ("it", "Lae"), ("ja", "ラエー環礁"), ("ko", "라에 환초"), ("lt", "Laė"), ("mk", "Лае"), ("nl", "Lae Atoll"), ("pl", "Lea"), ("pt", "Atol Lae"), ("ru", "Лаэ"), ("sv", "Lae"), ("ur", "لاے جزیرہ مرجانی"), ("zh", "拉埃環礁")]),
                        unofficial_name_list: ["Lae"].to_vec(),
                    }
                ),
                (
                    "LIB",
                    Subdivision{
                        name: "Lib",
                        country_alpha2: Alpha2::MH,
                        code: "LIB",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(8.3131833), longitude: Some(167.3758673), max_latitude: Some(8.3155625), min_latitude: Some(8.311995399999999), max_longitude: Some(167.3767197), min_longitude: Some(167.3744881)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ccp", "𑄢\u{11128}𑄛\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Lib Island (munisipyo)"), ("de", "Lib"), ("en", "Lib Island"), ("es", "Lib"), ("fa", "جزیره لیب"), ("fi", "Lib"), ("fr", "Lib"), ("gl", "Lib"), ("hr", "Lib"), ("id", "Pulau Lib"), ("it", "Lib"), ("ja", "リブ島"), ("ko", "리브 섬"), ("lt", "Libas"), ("mk", "Либ"), ("nl", "Lib Island"), ("pl", "Lib"), ("ru", "Либ"), ("sv", "Lib"), ("ur", "جزیرہ لب"), ("zh", "里布島")]),
                        unofficial_name_list: ["Ellep"].to_vec(),
                    }
                ),
                (
                    "LIK",
                    Subdivision{
                        name: "Likiep",
                        country_alpha2: Alpha2::MH,
                        code: "LIK",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(9.816944399999999), longitude: Some(169.3052778), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "ليكييب"), ("ca", "Likiep"), ("ccp", "𑄣\u{11128}𑄇\u{11128}𑄠𑄬𑄛\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Likiep Atoll (munisipyo)"), ("de", "Likiep"), ("en", "Likiep Atoll"), ("es", "Likiep"), ("fa", "آبسنگ حلقوی لیکیپ"), ("fi", "Likiep"), ("fr", "Likiep"), ("gl", "Atol Likiep"), ("id", "Atol Likiep"), ("it", "Likiep"), ("ja", "リキエップ環礁"), ("ko", "리키에프 환초"), ("lt", "Likiepas"), ("mk", "Ликиеп"), ("nl", "Likiep Atoll"), ("pl", "Likiep"), ("pt", "Likiep"), ("ru", "Ликиеп"), ("sv", "Likiep"), ("ur", "لیکئپ جزیرہ مرجانی"), ("zh", "利基埃普環礁")]),
                        unofficial_name_list: ["Likiep"].to_vec(),
                    }
                ),
                (
                    "MAJ",
                    Subdivision{
                        name: "Majuro",
                        country_alpha2: Alpha2::MH,
                        code: "MAJ",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.1164214), longitude: Some(171.1857736), max_latitude: Some(7.2235615), min_latitude: Some(7.0525503), max_longitude: Some(171.3849867), min_longitude: Some(171.0259247)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Majuro"), ("am", "ማጁሮ"), ("ar", "ماجورو"), ("az", "Macuro"), ("be", "Горад Маджура"), ("bg", "Маджуро"), ("bn", "ম\u{9be}জ\u{9c1}রো"), ("bs", "Majuro"), ("ca", "Majuro"), ("ccp", "𑄟𑄎\u{1112a}𑄢\u{1112e}"), ("ceb", "Majuro Atoll (munisipyo)"), ("cs", "Majuro"), ("cy", "Majuro"), ("da", "Majuro"), ("de", "Majuro-Atoll"), ("el", "Ματζούρο"), ("en", "Majuro"), ("es", "Majuro"), ("et", "Majuro atoll"), ("eu", "Majuro"), ("fa", "ماجورو"), ("fi", "Majuro"), ("fr", "Majuro"), ("gl", "Majuro"), ("gu", "માજ\u{ac1}રો"), ("he", "מג׳ורו"), ("hi", "माज\u{941}रो"), ("hr", "Majuro"), ("hu", "Majuro"), ("hy", "Մաջուրո"), ("id", "Majuro"), ("is", "Majúró"), ("it", "Majuro"), ("ja", "マジュロ"), ("ka", "მაჯურო"), ("kk", "Маджуро"), ("kn", "ಮಜುರೊ"), ("ko", "마주로"), ("lt", "Madžūras"), ("lv", "Madžuro"), ("mk", "Маџуро"), ("ml", "മ\u{d3e}ജ\u{d41}റോ"), ("mr", "माज\u{941}रो"), ("ms", "Majuro"), ("nb", "Majuro"), ("nl", "Majuro"), ("no", "Majuro"), ("pa", "ਮਾਜ\u{a41}ਰ\u{a4b}"), ("pl", "Majuro"), ("ps", "ماجورو"), ("pt", "Majuro"), ("ro", "Majuro"), ("ru", "Маджуро"), ("si", "මජ\u{dd4}රෝ"), ("sk", "Dalap-Uliga-Darrit"), ("sl", "Majuro"), ("sq", "Majuro"), ("sr", "Маџуро"), ("sr_Latn", "Madžuro"), ("sv", "Majuro"), ("sw", "Majuro"), ("ta", "ம\u{bbe}சூரோ"), ("te", "మ\u{c3e}జుర\u{c4b}"), ("th", "มาจ\u{e39}โร"), ("tr", "Majuro"), ("uk", "Маджуро"), ("ur", "ماجورو"), ("uz", "Majuro"), ("vi", "Majuro"), ("yue", "馬祖盧"), ("yue_Hans", "马祖卢"), ("zh", "馬久羅")]),
                        unofficial_name_list: ["Mājro"].to_vec(),
                    }
                ),
                (
                    "MAL",
                    Subdivision{
                        name: "Maloelap",
                        country_alpha2: Alpha2::MH,
                        code: "MAL",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(8.7735171), longitude: Some(171.0312989), max_latitude: Some(8.9118677), min_latitude: Some(8.4817105), max_longitude: Some(171.2449265), min_longitude: Some(170.827446)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Maloelap"), ("ccp", "𑄟𑄣\u{1112e}𑄠𑄬𑄣𑄛\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Maloelap Atoll"), ("de", "Maloelap"), ("en", "Maloelap Atoll"), ("es", "Maloelap"), ("fa", "آب\u{200c}سنگ حلقوی ماولاپ"), ("fi", "Maloelap"), ("fr", "Maloelap"), ("gl", "Atol Maloelap"), ("hu", "Maloelap Atoll"), ("id", "Atol Maloelap"), ("it", "Maloelap"), ("ja", "マロエラップ環礁"), ("ko", "말로엘라프 환초"), ("lt", "Maloelapas"), ("mk", "Малоелап"), ("nl", "Maloelap Atoll"), ("pl", "Maloelap"), ("pt", "Atol Maloelap"), ("ru", "Малоэлап"), ("sv", "Maloelap"), ("tr", "maloelap atoll"), ("uk", "Малоелап"), ("ur", "مالوئلاپ جزیرہ مرجانی"), ("vi", "Maloelap"), ("zh", "馬洛埃拉普環礁")]),
                        unofficial_name_list: ["Maloelap"].to_vec(),
                    }
                ),
                (
                    "MEJ",
                    Subdivision{
                        name: "Mejit",
                        country_alpha2: Alpha2::MH,
                        code: "MEJ",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(10.2936198), longitude: Some(170.8709872), max_latitude: Some(10.306897), min_latitude: Some(10.2668883), max_longitude: Some(170.8803177), min_longitude: Some(170.8581735)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Mejit"), ("ccp", "𑄟𑄬𑄎\u{11128}𑄖\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Mejit Island"), ("de", "Mejit"), ("en", "Mejit Island"), ("es", "Mejit"), ("fa", "آب\u{200c}سنگ حلقوی میجیت"), ("fi", "Mejit"), ("fr", "Mejit"), ("gl", "Illa Mejit"), ("id", "Pulau Mejit"), ("it", "Mejit"), ("ja", "メジット島"), ("ko", "메지트 섬"), ("lt", "Medžitas"), ("mk", "Меџит"), ("nl", "Mejit Island"), ("pl", "Mejit"), ("ru", "Меджит"), ("sv", "Mejit"), ("ur", "جزیرہ میجیت"), ("zh", "梅吉特島")]),
                        unofficial_name_list: ["Mājeej"].to_vec(),
                    }
                ),
                (
                    "MIL",
                    Subdivision{
                        name: "Mili",
                        country_alpha2: Alpha2::MH,
                        code: "MIL",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(6.1339492), longitude: Some(171.909826), max_latitude: Some(6.263768799999999), min_latitude: Some(5.9619976), max_longitude: Some(172.1221161), min_longitude: Some(171.7130469)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ccp", "𑄟\u{11128}𑄢\u{11128} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Mili Atoll (pulong kagaangan)"), ("da", "Mili Atoll"), ("de", "Mili"), ("en", "Mili Atoll"), ("es", "Mili"), ("eu", "Mili atoloia"), ("fa", "آب\u{200c}سنگ حلقوی میلی"), ("fi", "Mili"), ("fr", "Mili"), ("gl", "Atol Mili"), ("he", "מילי"), ("id", "Atol Mili"), ("it", "Mili"), ("ja", "ミリ環礁"), ("ko", "밀리 환초"), ("lt", "Milis"), ("mk", "Мили"), ("nl", "Mili Atoll"), ("pl", "Mili"), ("ru", "Мили"), ("sv", "Mili"), ("ur", "میلی جزیرہ مرجانی"), ("zh", "米利環礁")]),
                        unofficial_name_list: ["Mili"].to_vec(),
                    }
                ),
                (
                    "NMK",
                    Subdivision{
                        name: "Namorik",
                        country_alpha2: Alpha2::MH,
                        code: "NMK",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(5.6172553), longitude: Some(168.1293615), max_latitude: Some(5.6431987), min_latitude: Some(5.5870997), max_longitude: Some(168.1334145), min_longitude: Some(168.0974954)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "حلقة نامدريك"), ("ccp", "𑄚𑄟\u{11134}𑄓\u{11133}𑄢\u{11128}𑄇\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Namdrik"), ("de", "Namorik"), ("en", "Namdrik Atoll"), ("es", "Namorik"), ("fa", "آب\u{200c}سنگ حلقوی نامداریک"), ("fi", "Namorik"), ("fr", "Namdrik"), ("gl", "Atol Namorik"), ("hr", "Namorik"), ("id", "Atol Namorik"), ("it", "Namorik"), ("ja", "ナモリック環礁"), ("ko", "나모리크 환초"), ("lt", "Namdrikas"), ("mk", "Намдрик"), ("nl", "Namdrik Atoll"), ("pl", "Namorik"), ("pt", "Namorik"), ("ru", "Наморик"), ("sv", "Namorik"), ("ur", "نامدریک جزیرہ مرجانی"), ("zh", "納莫里克環礁")]),
                        unofficial_name_list: ["Namorik"].to_vec(),
                    }
                ),
                (
                    "NMU",
                    Subdivision{
                        name: "Namu",
                        country_alpha2: Alpha2::MH,
                        code: "NMU",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.900718800000001), longitude: Some(168.2248291), max_latitude: Some(8.2196454), min_latitude: Some(7.744331799999999), max_longitude: Some(168.3132935), min_longitude: Some(167.9631042)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ccp", "𑄚𑄟\u{1112a} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Namu Atoll (munisipyo)"), ("cs", "Namu"), ("de", "Namu"), ("en", "Namu Atoll"), ("es", "Namu (atolón)"), ("eu", "Namu atoloia"), ("fa", "آب\u{200c}سنگ حلقوی نامو"), ("fi", "Namu"), ("fr", "Namu"), ("gl", "Atol Namu"), ("hr", "Namu"), ("id", "Atol Namu"), ("it", "Namu"), ("ja", "ナムー環礁"), ("ko", "나무 환초"), ("lt", "Namu"), ("mk", "Наму"), ("nl", "Namu Atoll"), ("pl", "Namu"), ("pt", "Atol Namu"), ("ru", "Наму"), ("sv", "Namu"), ("ur", "نامو جزیرہ مرجانی"), ("zh", "納木環礁")]),
                        unofficial_name_list: ["Namo"].to_vec(),
                    }
                ),
                (
                    "RON",
                    Subdivision{
                        name: "Rongelap",
                        country_alpha2: Alpha2::MH,
                        code: "RON",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(11.3603915), longitude: Some(166.7798172), max_latitude: Some(11.5044166), min_latitude: Some(11.1462347), max_longitude: Some(167.0652294), min_longitude: Some(166.6118289)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("be", "Атол Рангелап"), ("ccp", "𑄢\u{11127}𑄚\u{11134}𑄉𑄬𑄣𑄛\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Rongelap Atoll (munisipyo)"), ("de", "Rongelap-Atoll"), ("en", "Rongelap Atoll"), ("es", "Rongelap"), ("fa", "جزیره مرجانی رانگلپ"), ("fi", "Rongelap"), ("fr", "Rongelap"), ("gl", "Atol Rongelap"), ("he", "אטול רונגלפ"), ("hr", "Rongelap"), ("id", "Atol Rongelap"), ("it", "Rongelap"), ("ja", "ロンゲラップ環礁"), ("ko", "롱겔라프 환초"), ("lt", "Rongelapas"), ("lv", "Rongelapa"), ("mk", "Ронгелап"), ("nb", "Rongelap"), ("nl", "Rongelap"), ("no", "Rongelap"), ("pl", "Rongelap"), ("pt", "Atol Rongelap"), ("ru", "Ронгелап"), ("sv", "Rongelap"), ("uk", "Атол Ронгелап"), ("ur", "رونگیلاپ جزیرہ مرجانی"), ("vi", "Rongelap"), ("zh", "朗格拉普環礁")]),
                        unofficial_name_list: ["Rongelap"].to_vec(),
                    }
                ),
                (
                    "T",
                    Subdivision{
                        name: "Ratak Chain",
                        country_alpha2: Alpha2::MH,
                        code: "T",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::ChainOfIslands,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "سلسلة راتاك"), ("bn", "র\u{9be}ত\u{9be}ক চেইন"), ("ccp", "𑄢𑄑𑄇\u{11134} 𑄌𑄬\u{1112d}𑄚\u{11134}"), ("ceb", "Ratak Chain"), ("da", "Ratak Chain"), ("de", "Ratak-Kette"), ("el", "Ρατάκ Τσέιν"), ("en", "Ratak Chain"), ("es", "Ratak Chain"), ("et", "Rataki saared"), ("eu", "Ratak Katea"), ("fa", "زنجیره راتاک"), ("fi", "Ratak"), ("fr", "Îles Ratak"), ("gu", "રાતક ચ\u{ac7}ઇન"), ("he", "שרשרת רטק"), ("hi", "रतक च\u{947}न"), ("hr", "Ratak"), ("id", "Ratak Chain"), ("it", "Isole Ratak"), ("ja", "ラタック列島"), ("ka", "რატაკის ჯაჭვი"), ("kn", "ರಟಾಕ\u{ccd} ಚೈನ\u{ccd}"), ("ko", "라타크 열도"), ("lt", "Ratako salos"), ("lv", "Rataku salas"), ("mk", "Ратачки Острови"), ("mr", "रत\u{94d}क च\u{947}न"), ("ms", "Ratak Chain"), ("nb", "Ratak Chain"), ("nl", "Ratak Chain"), ("no", "Ratak Chain"), ("pl", "Ratak Chain"), ("pt", "Cadeia Ratak"), ("ru", "Цепь Ратак"), ("si", "රටක\u{dca} චේන\u{dca}"), ("sv", "Rataköarna"), ("ta", "ர\u{bbe}டக\u{bcd} செயின\u{bcd}"), ("te", "ర\u{c3e}టక\u{c4d} చ\u{c48}న\u{c4d}"), ("th", "แนวเกาะราต\u{e31}ก"), ("tr", "Ratak Chain"), ("uk", "Ланцюг Ратак"), ("ur", "راتاک چین"), ("vi", "Chuỗi đảo Ratak"), ("zh", "拉塔克礁鏈")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "UJA",
                    Subdivision{
                        name: "Ujae",
                        country_alpha2: Alpha2::MH,
                        code: "UJA",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(9.0582174), longitude: Some(165.6440842), max_latitude: Some(9.2262549), min_latitude: Some(8.922806), max_longitude: Some(165.7703877), min_longitude: Some(165.5181098)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Ujae"), ("ccp", "𑄅\u{1112a}𑄎𑄬 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Ujae Atoll (munisipyo)"), ("de", "Ujae"), ("en", "Ujae Atoll"), ("es", "Ujae"), ("fa", "آب\u{200c}سنگ حلقوی اوجائه"), ("fi", "Ujae"), ("fr", "Ujae"), ("gl", "Atol Ujae"), ("hr", "Ujae"), ("id", "Atol Ujae"), ("it", "Ujae"), ("ja", "ウジャエ環礁"), ("ko", "우자에 환초"), ("lt", "Udžaė"), ("mk", "Уџае"), ("nl", "Ujae Atoll"), ("pl", "Ujae"), ("ru", "Уджаэ"), ("sv", "Ujae"), ("ur", "اوجئے جزیرہ مرجانی"), ("zh", "烏賈環礁")]),
                        unofficial_name_list: ["Ujae"].to_vec(),
                    }
                ),
                (
                    "UJL",
                    Subdivision{
                        name: "Ujelang",
                        country_alpha2: Alpha2::MH,
                        code: "UJL",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(9.77), longitude: Some(160.9752777), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("en", "Ujelang")]),
                        unofficial_name_list: ["Ujelang"].to_vec(),
                    }
                ),
                (
                    "UTI",
                    Subdivision{
                        name: "Utirik",
                        country_alpha2: Alpha2::MH,
                        code: "UTI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(11.2226114), longitude: Some(169.8544701), max_latitude: Some(11.2233218), min_latitude: Some(11.2214237), max_longitude: Some(169.8563474), min_longitude: Some(169.8474976)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("be", "Атол Утырык"), ("ca", "Utirik"), ("ccp", "𑄅\u{1112a}𑄑\u{11128}𑄢\u{11128}𑄇\u{11134} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Utrik"), ("cy", "Atol Wtiric"), ("de", "Utirik"), ("en", "Utirik Atoll"), ("es", "Utirik"), ("eu", "Utirik"), ("fa", "آب\u{200c}سنگ حلقوی اوتیریک"), ("fi", "Utirik"), ("fr", "Utirik"), ("gl", "Atol Utirik"), ("id", "Atol Utirik"), ("it", "Utirik"), ("ja", "ウチリック環礁"), ("ko", "우티리크 환초"), ("lt", "Utirikas"), ("mk", "Утирик"), ("nl", "Utirik Atoll"), ("pl", "Utirik"), ("pt", "Atol Utirik"), ("ru", "Утирик"), ("sv", "Utirik"), ("ur", "اوتیریک جزیرہ مرجانی"), ("zh", "烏蒂里克環礁")]),
                        unofficial_name_list: ["Utirik", "Utrōk", "Utrōnk"].to_vec(),
                    }
                ),
                (
                    "WTH",
                    Subdivision{
                        name: "Wotho",
                        country_alpha2: Alpha2::MH,
                        code: "WTH",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(10.1024946), longitude: Some(165.9811564), max_latitude: Some(10.1839202), min_latitude: Some(10.0144328), max_longitude: Some(166.0299827), min_longitude: Some(165.9193897)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Wotho"), ("ccp", "𑄤𑄗\u{1112e} 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Wotho"), ("de", "Wotho"), ("en", "Wotho Atoll"), ("es", "Wotho"), ("fi", "Wotho"), ("fr", "Wotho"), ("gl", "Atol Wotho"), ("hr", "Wotho"), ("id", "Atol Wotho"), ("it", "Wotho"), ("ja", "オトー環礁"), ("ko", "워토 환초"), ("lt", "Votas"), ("mk", "Вото"), ("nl", "Wotho Atoll"), ("pl", "Wotho"), ("ru", "Вото"), ("sv", "Wotho"), ("ur", "ووتھو جزیرہ مرجانی"), ("zh", "沃特環礁")]),
                        unofficial_name_list: ["Wōtto"].to_vec(),
                    }
                ),
                (
                    "WTJ",
                    Subdivision{
                        name: "Wotje",
                        country_alpha2: Alpha2::MH,
                        code: "WTJ",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(9.452366999999999), longitude: Some(170.237213), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::Municipality,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ca", "Wotje"), ("ccp", "𑄤𑄖\u{11134}𑄎𑄬 𑄃𑄑\u{1112e}𑄣\u{11134}"), ("ceb", "Wotje Atoll"), ("de", "Wotje"), ("en", "Wotje Atoll"), ("es", "Wotje"), ("fi", "Wotje"), ("fr", "Wotje"), ("gl", "Atol Wotje"), ("id", "Atol Wotje"), ("it", "Wotje"), ("ja", "ウォッジェ環礁"), ("ko", "웟제 환초"), ("lt", "Votjė"), ("mk", "Вотје"), ("nl", "Wotje Atoll"), ("pl", "Wotje"), ("pt", "Atol Wotje"), ("ru", "Вотье"), ("sv", "Wotje"), ("uk", "Вотьє"), ("ur", "واتجے جزیرہ مرجانی"), ("zh", "沃特傑環礁")]),
                        unofficial_name_list: ["Wotje"].to_vec(),
                    }
                ),
            ]

        )
    }
}
#[allow(unused_imports)]
use crate::{
    Alpha2, Alpha3, Continent, Country, CurrencyCode, DistanceUnit, Region, SubRegion, VatRates,
    WeekDay, WorldRegion, GEC, IOC,
};
#[allow(unused_imports)]
use std::collections::HashMap;
#[cfg(feature = "mh")]
/// [`Country`](crate::Country) struct for this country.
pub fn new() -> Country {
    Country {
        alpha2: Alpha2::MH,
        alpha3: Alpha3::MHL,
        address_format: None,
        continent: Continent::Australia,
        country_code: 692,
        currency_code: CurrencyCode::USD,
        maybe_gec: Some(GEC::RM),
        #[cfg(feature = "geo")]
        geo: geo::new(),
        international_prefix: "00",
        maybe_ioc: Some(IOC::MHL),
        iso_long_name: "The Republic of the Marshall Islands",
        iso_short_name: "Marshall Islands",
        official_language_list: ["en", "mh"].to_vec(),
        spoken_language_list: ["en", "mh"].to_vec(),
        national_destination_code_length_list: [2].to_vec(),
        national_number_length_list: [7].to_vec(),
        national_prefix: "1",
        maybe_nationality: Some("Marshallese"),
        number: "584",
        postal_code: true,
        postal_code_format: Some("(969[67]\\d)(?:[ \\-](\\d{4}))?"),
        maybe_region: Some(Region::Oceania),
        start_of_week: WeekDay::Monday,
        maybe_subregion: Some(SubRegion::Micronesia),
        un_locode: "MH",
        unofficial_name_list: [
            "Marshall Islands",
            "Marshallinseln",
            "Îles Marshall",
            "Islas Marshall",
            "マーシャル諸島",
            "Marshalleilanden",
        ]
        .to_vec(),
        world_region: WorldRegion::APAC,
        #[cfg(feature = "emojis")]
        emoji: "🇲🇭",
        #[cfg(feature = "translations")]
        translations: HashMap::from([
            ("ab", "Marshall Islands"),
            ("af", "Marshall-eilande"),
            ("ak", "Marshall Islands"),
            ("am", "Marshall Islands"),
            ("an", "Marshall Islands"),
            ("ar", "جزر المارشال"),
            (
                "as",
                "ম\u{9be}ৰ\u{9cd}শ\u{9cd}বেল দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ",
            ),
            ("ay", "Marshall Islands"),
            ("az", "Marşal Adaları"),
            ("ba", "Marshall Islands"),
            ("be", "Маршалавы Астравы"),
            ("bg", "Маршалски острови"),
            ("bi", "Marshall Islands"),
            (
                "bn",
                "ম\u{9be}র\u{9cd}শ\u{9be}ল দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ",
            ),
            (
                "bn_IN",
                "ম\u{9be}র\u{9cd}শ\u{9be}ল দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ",
            ),
            ("br", "Marshall Islands"),
            ("bs", "Maršalska Ostrva"),
            ("ca", "Illes Marshall"),
            ("ce", "Marshall Islands"),
            ("ch", "Marshall Islands"),
            ("cs", "Marshallovy ostrovy"),
            ("cv", "Marshall Islands"),
            ("cy", "Ynysoedd Marshall"),
            ("da", "Marshalløerne"),
            ("de", "Marshallinseln"),
            ("dv", "Marshall Islands"),
            ("dz", "མར་ཤ\u{f71}ལ་ ཨའ\u{f72}་ལ\u{f7a}ནཌ\u{f72}ས\u{f72}།"),
            ("ee", "Marshall Islands"),
            ("el", "Νήσοι Μάρσαλ"),
            ("en", "Marshall Islands"),
            ("eo", "Marŝaloj"),
            ("es", "Islas Marshall"),
            ("et", "Marshalli Saared"),
            ("eu", "Marshall uharteak"),
            ("fa", "جزایر مارشال"),
            ("ff", "Marshall Islands"),
            ("fi", "Marshallinsaaret"),
            ("fo", "Marshalloyggjarnar"),
            ("fr", "Îles Marshall"),
            ("fy", "Marshall Islands"),
            ("ga", "Oileáin Marshall"),
            ("gl", "Illas Marshall"),
            ("gn", "Marshall Islands"),
            ("gu", "માર\u{acd}શલ ટાપ\u{ac1}ઓ"),
            ("gv", "Marshall Islands"),
            ("ha", "Marshall Islands"),
            ("he", "איי מרשל"),
            ("hi", "मार\u{94d}शल आइल\u{948}\u{902}ड\u{94d}स"),
            ("hr", "Maršalovi otoci"),
            ("ht", "Marshall Islands"),
            ("hu", "Marshall-szigetek"),
            ("hy", "Մարշալյան կղզիներ"),
            ("ia", "Insulas Marshall"),
            ("id", "Kepulauan Marshall"),
            ("io", "Marshall Islands"),
            ("is", "Marshalleyjar"),
            ("it", "Isole Marshall"),
            ("iu", "Marshall Islands"),
            ("ja", "マーシャル諸島"),
            ("ka", "მარშალის კუნძულები"),
            ("ki", "Marshall Islands"),
            ("kk", "Маршалл аралдары"),
            ("kl", "Marshall Islands"),
            ("km", "កោះ\u{200b}ម\u{17c9}ាស\u{17d2}យល"),
            ("kn", "ಮಾರ\u{ccd}ಷಲ\u{ccd} ದ\u{ccd}ವೀಪಗಳು"),
            ("ko", "마셜 제도"),
            ("ku", "Giravên Marsal"),
            ("kv", "Marshall Islands"),
            ("kw", "Marshall Islands"),
            ("ky", "Маршалл аралдары"),
            ("lo", "Marshall Islands"),
            ("lt", "Maršalo salos"),
            ("lv", "Māršala salas"),
            ("mi", "Marshall Islands"),
            ("mk", "Маршалови острови"),
            (
                "ml",
                "മ\u{d3e}ര\u{d4d}\u{200d}ഷല\u{d4d}\u{200d} ദ\u{d4d}വീപ\u{d41}കള\u{d4d}\u{200d}",
            ),
            ("mn", "Маршаллын арлууд"),
            ("mr", "मार\u{94d}शल आयल\u{945}\u{902}डस\u{94d}"),
            ("ms", "Kepulauan Marshall"),
            ("mt", "Gżejjer ta' Marshall"),
            ("my", "Marshall Islands"),
            ("na", "Marshall Islands"),
            ("nb", "Marshalløyene"),
            ("ne", "मार\u{94d}शल टाप\u{941}"),
            ("nl", "Marshalleilanden"),
            ("nn", "Marshalløyane"),
            ("nv", "Marshall Islands"),
            ("oc", "Illas Marshall"),
            ("or", "ମ\u{b3e}ର\u{b4d}ଶଲ ଦ\u{b4d}ବୀପ"),
            ("pa", "ਮਾਰਸ\u{a3c}ਲ ਟਾਪ\u{a42}"),
            ("pi", "Marshall Islands"),
            ("pl", "Wyspy Marshalla"),
            ("ps", "Marshall Islands"),
            ("pt", "Ilhas Marshall"),
            ("pt_BR", "Ilhas Marshall"),
            ("ro", "Insulele Marshall"),
            ("ru", "Маршалловы острова"),
            ("rw", "Ibirwa bya Marishali"),
            ("sc", "Ìsulas Marshall"),
            ("sd", "Marshall Islands"),
            ("si", "ම\u{dcf}ශල\u{dca} ද\u{dd6}පත\u{dca}"),
            ("sk", "Marshallove ostrovy"),
            ("sl", "Marshallovi otoki"),
            ("so", "Marshall Islands"),
            ("sq", "Ishujt Marshall"),
            ("sr", "Маршалска острва"),
            ("sv", "Marshallöarna"),
            ("sw", "Marshall Islands"),
            ("ta", "ம\u{bbe}ர\u{bcd}சல\u{bcd} த\u{bc0}வுகள\u{bcd}"),
            ("te", "మ\u{c3e}ర\u{c4d}షల\u{c4d} ఐల\u{c3e}ండ\u{c4d}స\u{c4d}"),
            ("tg", "Ҷазираҳои Маршал"),
            ("th", "หม\u{e39}\u{e48}เกาะมาร\u{e4c}แชลล\u{e4c}"),
            ("ti", "Marshall Islands"),
            ("tk", "Marşal adaslary"),
            ("tl", "Marshall Islands"),
            ("tr", "Marşal Adaları"),
            ("tt", "Маршал Утравлары"),
            ("ug", "مارشال تاقىم ئارىلى"),
            ("uk", "Маршаллові острови"),
            ("ur", "Marshall Islands"),
            ("uz", "Marshall Islands"),
            ("ve", "Marshall Islands"),
            ("vi", "Quần Đảo Ma-san"),
            ("wa", "Iyes Marshall"),
            ("wo", "Marshall Islands"),
            ("xh", "Marshall Islands"),
            ("yo", "Marshall Islands"),
            ("zh_CN", "马绍尔群岛"),
            ("zh_HK", "馬紹爾羣島"),
            ("zh_TW", "馬紹爾群島"),
            ("zu", "Marshall Islands"),
        ]),
        #[cfg(feature = "subdivisions")]
        subdivisions: subdivisions::new(),
        g7_member: false,
        g20_member: false,
        eu_member: false,
        eea_member: false,
        maybe_vat_rates: None,
        distance_unit: DistanceUnit::Km,
        maybe_population: Some(41569),
    }
}