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
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
// DO NOT TOUCH THIS FILE. (Auto-generated by `keshvar-code-generator/src/countries.rs`)

//! A module for country `The Commonwealth of The Bahamas`

#[cfg(all(feature = "bs", feature = "constants"))]
/// A module to access all constant country data for `The Commonwealth of The Bahamas`.
///
/// 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::BS;
    pub const ALPHA3: Alpha3 = Alpha3::BHS;
    pub const CONTINENT: Continent = Continent::NorthAmerica;
    pub const COUNTRY_CODE: usize = 1;
    pub const CURRENCY_CODE: CurrencyCode = CurrencyCode::BSD;
    pub const GEC: Option<GEC> = Some(GEC::BF);
    pub const INTERNATIONAL_PREFIX: &str = "011";
    pub const IOC: Option<IOC> = Some(IOC::BAH);
    pub const ISO_SHORT_NAME: &str = "Bahamas";
    pub const ISO_LONG_NAME: &str = "The Commonwealth of The Bahamas";
    pub const OFFICIAL_LANGUAGE_LIST: &[&str] = &["en"];
    pub const SPOKEN_LANGUAGE_LIST: &[&str] = &["en"];
    pub const NATIONAL_DESTINATION_CODE_LENGTH_LIST: &[usize] = &[3];
    pub const NATIONAL_NUMBER_LENGTH_LIST: &[usize] = &[10];
    pub const NATIONAL_PREFIX: &str = "1";
    pub const NATIONALITY: Option<&str> = Some("Bahamian");
    pub const NUMBER: &str = "044";
    pub const POSTAL_CODE: bool = false;
    pub const POSTAL_CODE_FORMAT: Option<&str> = None;
    pub const REGION: Option<Region> = Some(Region::Americas);
    pub const START_DAY_OF_WEEK: WeekDay = WeekDay::Monday;
    pub const SUBREGION: Option<SubRegion> = Some(SubRegion::Caribbean);
    pub const UN_LOCODE: &str = "BS";
    pub const UNOFFICIAL_NAME_LIST: &[&str] = &["The Bahamas", "バハマ"];
    pub const WORLD_REGION: WorldRegion = WorldRegion::AMER;
    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::Mi;
    pub const POPULATION: Option<u64> = Some(409984);
    #[cfg(feature = "emojis")]
    pub const EMOJI: &str = "🇧🇸";
    #[cfg(feature = "translations")]
    pub const TRANSLATIONS: &[(&str, &str)] = &[
        ("ab", "Bahamas"),
        ("af", "Bahamas"),
        ("ak", "Bahamas"),
        ("am", "Bahamas"),
        ("an", "Bahamas"),
        ("ar", "جزر البهاما"),
        ("as", "ব\u{9be}হ\u{9be}ম\u{9be}ছ"),
        ("ay", "Bahamas"),
        ("az", "Bahama"),
        ("ba", "Bahamas"),
        ("be", "Багамскія астравы"),
        ("bg", "Бахами"),
        ("bi", "Bahamas"),
        ("bn", "ব\u{9be}হ\u{9be}ম\u{9be}স"),
        ("bn_IN", "ব\u{9be}হ\u{9be}ম\u{9be}স"),
        ("br", "Bahamas"),
        ("bs", "Bahami"),
        ("ca", "Bahames"),
        ("ce", "Bahamas"),
        ("ch", "Bahamas"),
        ("cs", "Bahamy"),
        ("cv", "Bahamas"),
        ("cy", "Y Bahamas"),
        ("da", "Bahamas"),
        ("de", "Bahamas"),
        ("dv", "Bahamas"),
        ("dz", "བ་ཧ་མ\u{f71}ས\u{f72}།"),
        ("ee", "Bahamas"),
        ("el", "Μπαχάμες"),
        ("en", "Bahamas"),
        ("eo", "Bahamoj"),
        ("es", "Bahamas"),
        ("et", "Bahama"),
        ("eu", "Bahamak"),
        ("fa", "باهاما"),
        ("ff", "Bahamas"),
        ("fi", "Bahama"),
        ("fo", "Bahamas"),
        ("fr", "Bahamas"),
        ("fy", "Bahamas"),
        ("ga", "Na Bahámaí"),
        ("gl", "Bahamas"),
        ("gn", "Bahamas"),
        ("gu", "બહામાસ"),
        ("gv", "Bahamas"),
        ("ha", "Bahamas"),
        ("he", "בהמאס"),
        ("hi", "बहामास"),
        ("hr", "Bahami"),
        ("ht", "Bahamas"),
        ("hu", "Bahama-szigetek"),
        ("hy", "Բահամներ"),
        ("ia", "Bahamas"),
        ("id", "Bahama"),
        ("io", "Bahamas"),
        ("is", "Bahamaeyjar"),
        ("it", "Bahamas"),
        ("iu", "Bahamas"),
        ("ja", "バハマ"),
        ("ka", "ბაჰამის კუნძულები"),
        ("ki", "Bahamas"),
        ("kk", "Багам аралдары"),
        ("kl", "Bahamas"),
        ("km", "បាហាម\u{17c9}ាស"),
        ("kn", "ಬಹಾಮಾಸ\u{ccd}"),
        ("ko", "바하마"),
        ("ku", "Giravên Bahama"),
        ("kv", "Bahamas"),
        ("kw", "Bahamas"),
        ("ky", "Багама аралдары"),
        ("lo", "Bahamas"),
        ("lt", "Bahamos"),
        ("lv", "Bahamas"),
        ("mi", "Bahamas"),
        ("mk", "Бахами"),
        ("ml", "ബഹ\u{d3e}മ\u{d3e}സ\u{d4d}"),
        ("mn", "Bahamas"),
        ("mr", "बहामाज\u{94d}"),
        ("ms", "Bahamas"),
        ("mt", "Bahamas"),
        ("my", "Bahamas"),
        ("na", "Bahamas"),
        ("nb", "Bahamas"),
        ("ne", "बहामास"),
        ("nl", "Bahama's"),
        ("nn", "Bahamas"),
        ("nv", "Bahamas"),
        ("oc", "Bahamas"),
        ("or", "ବ\u{b3e}ହ\u{b3e}ମ\u{b3e}"),
        ("pa", "ਬਾਹਾਮਾਸ"),
        ("pi", "Bahamas"),
        ("pl", "Bahamy"),
        ("ps", "Bahamas"),
        ("pt", "Bahamas"),
        ("pt_BR", "Bahamas"),
        ("ro", "Bahamas"),
        ("ru", "Багамы"),
        ("rw", "Bahamasi"),
        ("sc", "Bahamas"),
        ("sd", "Bahamas"),
        ("si", "බහම\u{dcf}ස\u{dca}"),
        ("sk", "Bahamy"),
        ("sl", "Bahami"),
        ("so", "Bahamas"),
        ("sq", "Bahamas"),
        ("sr", "Бахами"),
        ("sv", "Bahamas"),
        ("sw", "Bahama"),
        ("ta", "பஹ\u{bbe}ம\u{bbe}ஸ\u{bcd}"),
        ("te", "బహ\u{c3e}మ\u{c3e}జ\u{c4d}"),
        ("tg", "Ҷазираҳои Баҳама"),
        ("th", "บาฮามาส"),
        ("ti", "ባሃማስ"),
        ("tk", "Bagama adalary"),
        ("tl", "Bahamas"),
        ("tr", "Bahamalar"),
        ("tt", "Баһамас"),
        ("ug", "باھاما ئاراللىرى"),
        ("uk", "Багамські острови"),
        ("ur", "Bahamas"),
        ("uz", "Bahamas"),
        ("ve", "Bahamas"),
        ("vi", "Ba-ha-ma"),
        ("wa", "Bahamas"),
        ("wo", "Bahamas"),
        ("xh", "Bahamas"),
        ("yo", "Bahamas"),
        ("zh_CN", "巴哈马"),
        ("zh_HK", "巴哈馬"),
        ("zh_TW", "巴哈馬"),
        ("zu", "Bahamas"),
    ];
    #[cfg(all(feature = "bs", feature = "geo", feature = "constants"))]
    /// GEO data as constants
    pub mod geo {
        pub const LATITUDE: f64 = 25.03428;
        pub const LONGITUDE: f64 = -77.39627999999999;
        pub const MAX_LATITUDE: f64 = 27.263412;
        pub const MAX_LONGITUDE: f64 = -72.70975390000001;
        pub const MIN_LATITUDE: f64 = 20.9082735;
        pub const MIN_LONGITUDE: f64 = -80.4775603;
        pub const NORTHEAST_LATITUDE: f64 = 27.263412;
        pub const NORTHEAST_LONGITUDE: f64 = -72.70975390000001;
        pub const SOUTHWEST_LATITUDE: f64 = 20.9082735;
        pub const SOUTHWEST_LONGITUDE: f64 = -80.4775603;
    }
}
#[cfg(all(feature = "bs", 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: 25.03428,
            longitude: -77.39627999999999,
            max_latitude: 27.263412,
            max_longitude: -72.70975390000001,
            min_latitude: 20.9082735,
            min_longitude: -80.4775603,
            bounds: CountryGeoBounds {
                northeast: CountryGeoBound {
                    latitude: 27.263412,
                    longitude: -72.70975390000001,
                },
                southwest: CountryGeoBound {
                    latitude: 20.9082735,
                    longitude: -80.4775603,
                },
            },
        }
    }
}

#[cfg(all(feature = "bs", 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(
            [

                (
                    "AK",
                    Subdivision{
                        name: "Acklins",
                        country_alpha2: Alpha2::BS,
                        code: "AK",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "أكلينز"), ("az", "Aklins"), ("bn", "এক\u{9cd}লিংস"), ("ca", "Acklins"), ("ccp", "𑄃𑄇\u{11134}𑄣\u{11128}𑄚\u{11134}𑄥\u{11134}"), ("ceb", "Acklins Island District"), ("cs", "Acklins"), ("da", "Acklins"), ("de", "Acklins"), ("el", "Άκλινς"), ("en", "Acklins"), ("es", "Acklins"), ("fa", "آکلینز"), ("fi", "Acklins"), ("fr", "Acklins"), ("gl", "Acklins"), ("gu", "એક\u{acd}લિન"), ("hi", "एक\u{94d}लि\u{902}स"), ("id", "Acklins"), ("it", "Acklins"), ("ja", "アクリンズ"), ("ka", "აკლინსი"), ("kn", "ಅಕ\u{ccd}ಲ\u{cbf}ನ\u{ccd}ಸ\u{ccd}"), ("ko", "아클린스 섬"), ("lt", "Aklinsas"), ("lv", "Aklinsa"), ("mr", "ऍक\u{94d}लिन"), ("ms", "Acklins"), ("nb", "Acklins"), ("nl", "Acklins"), ("no", "Acklins"), ("pl", "Acklins"), ("pt", "Acklins"), ("ru", "Аклинс"), ("si", "ඇක\u{dca}ල\u{dd2}න\u{dca}ස\u{dca}"), ("sk", "Acklin Island"), ("sv", "Acklins"), ("ta", "அக\u{bcd}கலின\u{bcd}ஸ\u{bcd}"), ("te", "అక\u{c4d}ల\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "แอคล\u{e34}น"), ("tr", "Acklins"), ("uk", "Аклінс"), ("ur", "آکلینز"), ("vi", "Acklins"), ("zh", "阿克林岛")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "BI",
                    Subdivision{
                        name: "Bimini",
                        country_alpha2: Alpha2::BS,
                        code: "BI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(25.7335838), longitude: Some(-79.2730734), max_latitude: Some(25.7793547), min_latitude: Some(23.5008488), max_longitude: Some(-79.2407364), min_longitude: Some(-79.6230087)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "بيميني"), ("bn", "বিমিনি"), ("ca", "Birmini"), ("ccp", "𑄝\u{11128}𑄟\u{11128}𑄚\u{11128}"), ("ceb", "Bimini Islands"), ("cs", "Bimini"), ("da", "Bimini & Cat Cay"), ("de", "Bimini"), ("el", "Μπιμίνι"), ("en", "Bimini"), ("es", "Bimini"), ("eu", "Bimini"), ("fa", "بیمینی، باهاما"), ("fi", "Bimini"), ("fr", "Îles Bimini"), ("gl", "Bimini, Bahamas"), ("gu", "બિમિની"), ("he", "בימיני"), ("hi", "बिमिनी"), ("id", "Bimini"), ("it", "Bimini"), ("ja", "ビミニ"), ("kn", "ಬ\u{cbf}ಮ\u{cbf}ನ\u{cbf}"), ("ko", "비미니"), ("lt", "Biminis"), ("lv", "Bimini"), ("mr", "बिमिनी"), ("ms", "Bimini"), ("nb", "Bimini"), ("nl", "Bimini"), ("no", "Bimini"), ("pl", "Bimini (dystrykt)"), ("pt", "Bimini"), ("ro", "Bimini"), ("ru", "Бимини"), ("si", "බ\u{dd2}ම\u{dd2}න\u{dd2}"), ("sv", "Bimini"), ("ta", "பிமினி"), ("te", "బ\u{c3f}మ\u{c3f}న\u{c3f}"), ("th", "บ\u{e34}ม\u{e34}น\u{e34}"), ("tr", "Brimini"), ("uk", "Біміні"), ("ur", "بیمینی"), ("vi", "Bimini"), ("zh", "比米尼群島")]),
                        unofficial_name_list: ["Bimini Islands"].to_vec(),
                    }
                ),
                (
                    "BP",
                    Subdivision{
                        name: "Black Point",
                        country_alpha2: Alpha2::BS,
                        code: "BP",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "بلاك بوينت"), ("bn", "ব\u{9cd}ল\u{9cd}য\u{9be}ক পয\u{9bc}েন\u{9cd}ট"), ("ca", "Black Point"), ("ccp", "𑄇\u{11133}𑄣𑄇\u{11134} 𑄛\u{11127}𑄠𑄬𑄚\u{11133}𑄑\u{11134}"), ("ceb", "Black Point District"), ("da", "Black Point"), ("de", "Black Point"), ("el", "Μπλακ Πόιντ"), ("en", "Black Point"), ("es", "Black Point"), ("fa", "بلک پوینت، باهاما"), ("fi", "Black Point"), ("fr", "Black Point"), ("gu", "બ\u{acd}લ\u{ac7}ક પોઇન\u{acd}ટ"), ("hi", "ब\u{94d}ल\u{948}क पॉइ\u{902}ट"), ("id", "Black Point"), ("it", "Black Point"), ("ja", "ブラック・ポイント"), ("ka", "ბლეკ-პოინტი"), ("kn", "ಕಪ\u{ccd}ಪು ಪಾಯ\u{cbf}ಂಟ\u{ccd}"), ("ko", "블랙포인트"), ("lt", "Blek Pointas"), ("lv", "Blekpointa"), ("mr", "ब\u{94d}ल\u{945}क पॉइ\u{902}ट"), ("ms", "Black Point"), ("nb", "Black Point"), ("nl", "Black Point"), ("no", "Black Point"), ("pl", "Black Point"), ("pt", "Black Point"), ("ru", "Блэк-Пойнт"), ("si", "බ\u{dca}ලැක\u{dca} පොය\u{dd2}න\u{dca}ට\u{dca}"), ("sv", "Distrikt Black Point"), ("ta", "ப\u{bcd}ள\u{bbe}க\u{bcd} ப\u{bbe}யிண\u{bcd}ட\u{bcd}"), ("te", "బ\u{c4d}ల\u{c3e}క\u{c4d} ప\u{c3e}య\u{c3f}ంట\u{c4d}"), ("th", "แบล\u{e47}ค พอยท\u{e4c}"), ("tr", "Black Point"), ("uk", "Блек-Пойнт"), ("ur", "بلیک پوائنٹ"), ("vi", "Black Point")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "BY",
                    Subdivision{
                        name: "Berry Islands",
                        country_alpha2: Alpha2::BS,
                        code: "BY",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزر بيري"), ("az", "Berri adaları"), ("bn", "বেরি দ\u{9cd}বীপপ\u{9c1}ঞ\u{9cd}জ"), ("ca", "Illes Berry"), ("ccp", "𑄝𑄬𑄢\u{11128} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}𑄥\u{11134}"), ("ceb", "Berry Islands District"), ("da", "Berry Islands"), ("de", "Berry Islands"), ("el", "Νησιά Μπέρι"), ("en", "Berry Islands"), ("es", "Islas Berry"), ("fa", "جزایر بری"), ("fi", "Berrysaaret"), ("fr", "Îles Berry"), ("gl", "Illas Berry - Berry Islands"), ("gu", "બ\u{ac7}રી આઇલ\u{ac7}ન\u{acd}ડ\u{acd}સ"), ("hi", "ब\u{947}री द\u{94d}वीपसम\u{942}ह"), ("id", "Kepulauan Berry"), ("it", "Berry Islands"), ("ja", "ベリー諸島"), ("ka", "ბერის კუნძულები"), ("kn", "ಬ\u{cc6}ರ\u{cbf} ದ\u{ccd}ವೀಪಗಳು"), ("ko", "베리 제도"), ("lt", "Berio salos"), ("lv", "Berija salas"), ("mr", "ब\u{947}री आईसल\u{901}ड\u{94d}स"), ("ms", "Kepulauan Berry"), ("nb", "Berry Islands"), ("nl", "Berry Islands"), ("no", "Berry Islands"), ("pl", "Wyspy Berry"), ("pt", "Berry Islands"), ("ru", "Берри (острова)"), ("si", "බේර\u{dd3} ද\u{dd4}පත\u{dca}"), ("sv", "Berry Islands District"), ("ta", "பெர\u{bcd}ரி இஸ\u{bcd}ல\u{bbe}ண\u{bcd}ட\u{bcd}ஸ\u{bcd}"), ("te", "బ\u{c46}ర\u{c4d}ర\u{c40} ద\u{c40}వులు"), ("th", "เกาะเบอร\u{e4c}ร\u{e35}\u{e48}"), ("tr", "Berry Adaları"), ("uk", "Острови Бері"), ("ur", "جزائر بیری"), ("vi", "Quần Đảo Berry"), ("zh", "貝里群島")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "CE",
                    Subdivision{
                        name: "Central Eleuthera",
                        country_alpha2: Alpha2::BS,
                        code: "CE",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "سينترال إليوثيرا"), ("bn", "সেন\u{9cd}ট\u{9cd}র\u{9be}ল এলিউথের\u{9be}"), ("ca", "Central Eleuthera"), ("ccp", "𑄥𑄬𑄚\u{11134}𑄑\u{11133}𑄢𑄣\u{11134} 𑄃\u{11128}𑄣𑄬𑄅\u{1112a}𑄗𑄬𑄢"), ("ceb", "Central Eleuthera District"), ("da", "Central Eleuthera"), ("de", "Central Eleuthera"), ("el", "Σέντραλ Ελευθέρα"), ("en", "Central Eleuthera"), ("es", "Central Eleuthera"), ("fa", "الوترا مرکزی"), ("fi", "Keski-Eleuthera"), ("fr", "Central Eleuthera"), ("gu", "સ\u{ac7}ન\u{acd}ટ\u{acd}રલ એલ\u{ac7}ઉથ\u{ac7}રા"), ("hi", "क\u{947}\u{902}द\u{94d}रीय एल\u{941}त\u{947}रा"), ("id", "Central Eleuthera"), ("it", "Central Eleuthera"), ("ja", "セントラル・エルーセラ"), ("ka", "ცენტრალური ელიუთერა"), ("kn", "ಮಧ\u{ccd}ಯ ಎಲುಥ\u{cc6}ರಾ"), ("ko", "센트럴일루서라"), ("lt", "Centrinė Eleutera"), ("lv", "Centrālilūtera"), ("mr", "स\u{947}\u{902}ट\u{94d}रल एल\u{947}ट\u{941}ह\u{947}रा"), ("ms", "Central Eleuthera"), ("nb", "Central Eleuthera"), ("nl", "Central Eleuthera"), ("no", "Central Eleuthera"), ("pl", "Eleuthera Centralna"), ("pt", "Central Eleuthera"), ("ru", "Центральный Эльютера"), ("si", "මධ\u{dca}\u{200d}යම එලෙය\u{dd4}තෙර\u{dcf}"), ("sv", "Central Eleuthera District"), ("ta", "சென\u{bcd}ட\u{bcd}ரல\u{bcd} எலேல\u{bbe}தேர\u{bbe}"), ("te", "స\u{c46}ంట\u{c4d}ర\u{c4d}రల\u{c4d} ఎలూథ\u{c46}ర\u{c3e}"), ("th", "เอล\u{e39}เธรากลาง"), ("tr", "Orta Eleuthera"), ("uk", "Центральна Ельютера"), ("ur", "سینٹرل یلیوتحیرا"), ("vi", "Miền Trung Eleuthera")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "CI",
                    Subdivision{
                        name: "Cat Island",
                        country_alpha2: Alpha2::BS,
                        code: "CI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(24.213309), longitude: Some(-75.36453689999999), max_latitude: Some(24.6962691), min_latitude: Some(24.1143709), max_longitude: Some(-75.29468609999999), min_longitude: Some(-75.972464)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة كات"), ("az", "Ket-Aylend (Baham adaları)"), ("be", "Востраў Кэт"), ("bn", "ক\u{9cd}য\u{9be}ট আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Illa Cat"), ("ccp", "𑄇\u{11133}𑄠𑄖\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Cat Island"), ("cs", "Cat Island"), ("da", "Cat Island"), ("de", "Cat Island"), ("el", "Κατ Άιλαντ"), ("en", "Cat Island"), ("es", "Isla Cat"), ("fa", "جزیره کت، باهاما"), ("fi", "Cat Island"), ("fr", "île Cat"), ("gl", "Cat Island"), ("gu", "ક\u{ac7}ટ આઇલ\u{ac7}ન\u{acd}ડ"), ("hi", "क\u{948}ट द\u{94d}वीप"), ("id", "Pulau Cat"), ("it", "Cat"), ("ja", "キャット島"), ("kn", "ಕ\u{ccd}ಯಾಟ\u{ccd} ದ\u{ccd}ವೀಪ"), ("ko", "캣 섬"), ("lt", "Katės sala"), ("lv", "Kata sala"), ("mk", "Мачкин Остров"), ("mr", "क\u{945}ट आईसल\u{901}ड"), ("ms", "Cat Island"), ("nb", "Cat Island (Bahamas)"), ("nl", "Cat Island"), ("no", "Cat Island (Bahamas)"), ("pl", "Cat Island"), ("pt", "Ilha Cat"), ("ro", "Insula Cat"), ("ru", "Кэт (остров)"), ("si", "කැට\u{dca} ද\u{dd6}පත"), ("sr", "Острво мачака (Бахами)"), ("sr_Latn", "Ostrvo mačaka (Bahami)"), ("sv", "Cat Island"), ("ta", "கேட\u{bcd} ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "క\u{c4d}య\u{c3e}ట\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "จ\u{e31}งหว\u{e31}ดกาวบ\u{e31}\u{e48}ง"), ("tr", "Cat Adası"), ("uk", "Кет-Айленд"), ("ur", "جزیرہ کیٹ، بہاماس"), ("vi", "Đảo Cat"), ("zh", "卡特島")]),
                        unofficial_name_list: ["Cat Island"].to_vec(),
                    }
                ),
                (
                    "CK",
                    Subdivision{
                        name: "Crooked Island",
                        country_alpha2: Alpha2::BS,
                        code: "CK",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة كروكد"), ("az", "Kruked-Aylend (Baham adaları)"), ("bn", "ক\u{9cd}র\u{9c1}কেড আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Illa de Crooked"), ("ccp", "𑄇\u{11133}𑄢\u{1112a}𑄇\u{11134}𑄓\u{11134} 𑄃\u{11128}𑄌𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Crooked Island"), ("da", "Crooked Island"), ("de", "Crooked Island"), ("el", "Κρουκντ Άιλαντ"), ("en", "Crooked Island"), ("es", "Isla de Crooked"), ("fa", "جزیره کروکد (باهاما)"), ("fi", "Crooked Island"), ("fr", "Crooked Island"), ("gl", "Crooked Island"), ("gu", "ક\u{acd}ર\u{ac2}ક\u{acd}ડ આઇલ\u{ac7}ન\u{acd}ડ"), ("hi", "क\u{94d}र\u{942}क\u{947}ड आइल\u{948}\u{902}ड"), ("id", "Pulau Crooked, Bahama"), ("it", "Crooked Island"), ("ja", "クルックド島"), ("ka", "კრუკედ-აილენდი"), ("kn", "ಕ\u{ccd}ರ\u{cc2}ಕ\u{cc6}ಡ\u{ccd} ದ\u{ccd}ವೀಪ"), ("ko", "크루커드 섬"), ("lt", "Kreivoji sala"), ("lv", "Krukedailenda"), ("mr", "क\u{94d}र\u{942}कड\u{902} आईसल\u{901}ड"), ("ms", "Crooked Island"), ("nb", "Crooked øy"), ("nl", "Crooked Island"), ("no", "Crooked øy"), ("pl", "Crooked Island"), ("pt", "Crooked Island"), ("ru", "Крукед-Айленд (Багамы)"), ("si", "ක\u{dca}ර\u{dd4}ක\u{dca}ඩ\u{dca} ද\u{dd4}පත\u{dca}"), ("sv", "Crooked Island"), ("ta", "கூறுகெட\u{bcd}ட ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "క\u{c4d}రుక\u{c46}డ\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "คร\u{e38}กเคด ไอซ\u{e4c}แลนด\u{e4c}"), ("tr", "Crooked Adası"), ("uk", "Крукед-Айленд"), ("ur", "جزیرہ کروکڈ، بہاماس"), ("vi", "Đảo Crooked"), ("zh", "克魯克德島 (巴哈馬)")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "CO",
                    Subdivision{
                        name: "Central Abaco",
                        country_alpha2: Alpha2::BS,
                        code: "CO",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "سنترال أباكو"), ("bn", "সেন\u{9cd}ট\u{9cd}র\u{9be}র\u{9be}\u{9be}ল আব\u{9be}ক\u{9c1}"), ("ca", "Central Abaco"), ("ccp", "𑄥𑄬𑄚\u{11134}𑄑\u{11133}𑄢𑄣\u{11134} 𑄃𑄝𑄇\u{1112e}"), ("ceb", "Central Abaco District"), ("da", "Central Abaco"), ("de", "Central Abaco"), ("el", "Κεντρικό Άμπακο"), ("en", "Central Abaco"), ("es", "Central Abaco"), ("fa", "آباکو مرکزی"), ("fi", "Keski-Abaco"), ("fr", "Central Abaco"), ("gu", "સ\u{ac7}ન\u{acd}ટ\u{acd}રલ અબ\u{ac7}કો"), ("he", "מרכז אבאקו"), ("hi", "मध\u{94d}य अबाको"), ("id", "Central Abaco"), ("it", "Central Abaco"), ("ja", "セントラル・アバコ"), ("ka", "ცენტრალური აბაკო"), ("kn", "ಸ\u{cc6}ಂಟ\u{ccd}ರಲ\u{ccd} ಅಬಾಕೊ"), ("ko", "센트럴아바코"), ("lt", "Centrinis Abakas"), ("lv", "Centrālā Abako"), ("mr", "स\u{947}\u{902}ट\u{94d}रल अकोको"), ("ms", "Central Abaco"), ("nb", "Central Abaco"), ("nl", "Central Abaco"), ("no", "Central Abaco"), ("pl", "Central Abaco"), ("pt", "Central Abaco"), ("ru", "Центральный Абако"), ("si", "මද\u{dca}\u{200d}යම අබකෝ"), ("sv", "Central Abaco"), ("ta", "சென\u{bcd}ட\u{bcd}ரல\u{bcd} அபேகோ"), ("te", "స\u{c46}ంట\u{c4d}రల\u{c4d} అబ\u{c3e}క\u{c4b}"), ("th", "เซ\u{e47}นทร\u{e31}ล อบาโค"), ("tr", "Orta Abako"), ("uk", "Центральний Абако"), ("ur", "سینٹرل اباکو"), ("vi", "Miền Trung Abaco"), ("zh", "中阿巴科")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "CS",
                    Subdivision{
                        name: "Central Andros",
                        country_alpha2: Alpha2::BS,
                        code: "CS",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "سنترال أندروس"), ("bn", "সেন\u{9cd}ট\u{9cd}র\u{9be}র\u{9be}ল এন\u{9cd}ড\u{9cd}রোস"), ("ccp", "𑄥𑄬𑄚\u{11134}𑄑\u{11133}𑄢𑄣\u{11134} 𑄃𑄥𑄓\u{11133}𑄢\u{11127}𑄌\u{11134}"), ("ceb", "Central Andros District"), ("da", "Central Andros"), ("de", "Central Andros"), ("el", "Κεντρικό Άντρος (Σέντραλ Άντρος)"), ("en", "Central Andros"), ("es", "Central Andros"), ("fa", "آندروس مرکزی"), ("fi", "Keski-Andros"), ("fr", "Central Andros"), ("gu", "સ\u{ac7}ન\u{acd}ટ\u{acd}રલ એન\u{acd}ડ\u{acd}રોસ"), ("hi", "मध\u{94d}य ए\u{902}ड\u{94d}रोस"), ("id", "Central Andros"), ("it", "Central Andros"), ("ja", "セントラル・アンドロス"), ("ka", "ცენტრალური ანდროსი"), ("kn", "ಕೇಂದ\u{ccd}ರ ಆಂಡ\u{ccd}ರೋಸ\u{ccd}"), ("ko", "센트럴안드로스"), ("lt", "Centrinis Androsas"), ("lv", "Centrālā Androsa"), ("mr", "स\u{947}\u{902}ट\u{94d}रल अ\u{901}ड\u{94d}रॉस"), ("ms", "Central Andros"), ("nb", "Central Andros"), ("nl", "Central Andros"), ("no", "Central Andros"), ("pl", "Central Andros"), ("pt", "Central Andros"), ("ru", "Центральный Андрос"), ("si", "මද\u{dca}\u{200d}යම අන\u{dca}ඩ\u{dca}රොස\u{dca}"), ("sv", "Central Andros District"), ("ta", "சென\u{bcd}ட\u{bcd}ரல\u{bcd} அன\u{bcd}ரோஸ\u{bcd}"), ("te", "మధ\u{c4d}య ఆండ\u{c4d}ర\u{c4b}స\u{c4d}"), ("th", "เซ\u{e47}นทร\u{e31}ลแอนดรอส"), ("tr", "Central Andros"), ("uk", "Центральний Андрос"), ("ur", "سینٹرل اندروس"), ("vi", "Miền Trung Andros")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "EG",
                    Subdivision{
                        name: "East Grand Bahama",
                        country_alpha2: Alpha2::BS,
                        code: "EG",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "شرق غراند بهاما"), ("az", "Şərqi Böyük Bahama"), ("bn", "ইস\u{9cd}ট গ\u{9cd}র\u{9cd}য\u{9be}ন\u{9cd}ড ব\u{9be}হ\u{9be}ম\u{9be}"), ("ccp", "𑄛\u{1112a}𑄇\u{11134} 𑄉\u{11133}𑄢𑄚\u{11133}𑄓\u{11134} 𑄝𑄦𑄟"), ("ceb", "East Grand Bahama District"), ("da", "East Grand Bahama"), ("de", "East Grand Bahama"), ("el", "Ήστ Γκραντ Μπαχάμα"), ("en", "East Grand Bahama"), ("es", "East Grand Bahama"), ("fa", "گرند باهاما شرقی"), ("fi", "Itä- Grand Bahama"), ("fr", "East Grand Bahama"), ("gu", "ઇસ\u{acd}ટ ગ\u{acd}રાન\u{acd}ડ બહામા"), ("hi", "प\u{942}र\u{94d}व ग\u{94d}र\u{948}\u{902}ड बहमा"), ("id", "Grand Bahama Timur"), ("it", "East Grand Bahama"), ("ja", "イースト・グランド・バハマ"), ("ka", "აღმოსავლეთი დიდი ბაჰამა"), ("kn", "ಈಸ\u{ccd}ಟ\u{ccd} ಗ\u{ccd}ರ\u{ccd}ಯಾಂಡ\u{ccd} ಬಹಾಮಾ"), ("ko", "이스트그랜드바하마"), ("lt", "Rytų Didžioji Bahama"), ("lv", "Austrumu Lielā Bahama"), ("mr", "प\u{942}र\u{94d}व ग\u{94d}र\u{901}ड बहामा"), ("ms", "East Grand Bahama"), ("nb", "Øst Grand Bahama"), ("nl", "East Grand Bahama"), ("no", "Øst Grand Bahama"), ("pl", "East Grand Bahama"), ("pt", "East Grand Bahama"), ("ru", "Восточный Большой Багама"), ("si", "නැගෙනහ\u{dd2}ර ග\u{dca}\u{200d}රෑන\u{dca}ඩ\u{dca} බහම\u{dcf}"), ("sv", "East Grand Bahama District"), ("ta", "கிழக\u{bcd}கு கிர\u{bbe}ண\u{bcd}ட\u{bcd} பஹ\u{bbe}ம\u{bbe}"), ("te", "తూర\u{c4d}పు గ\u{c4d}ర\u{c3e}ండ\u{c4d} బహ\u{c3e}మ\u{c3e}"), ("th", "อ\u{e35}ส แกรน บาฮาม\u{e48}า"), ("tr", "East Grand Bahama"), ("uk", "Східний Великий Багама"), ("ur", "ایسٹ گرینڈ ہہاما"), ("vi", "Đông Grand Bahama"), ("zh", "東大巴哈馬區")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "EX",
                    Subdivision{
                        name: "Exuma",
                        country_alpha2: Alpha2::BS,
                        code: "EX",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(23.5333333), longitude: Some(-75.83333329999999), max_latitude: None, min_latitude: None, max_longitude: None, min_longitude: None}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "إكسوما"), ("az", "Eksuma"), ("bg", "Ексума"), ("bn", "এক\u{9cd}স\u{9c1}ম\u{9be}"), ("ca", "Exuma"), ("ccp", "𑄃𑄬𑄇\u{11134}𑄎\u{11128}𑄅\u{1112a}𑄟"), ("ceb", "Exuma District"), ("da", "Exuma"), ("de", "Exuma"), ("el", "Εξούμα"), ("en", "Exuma"), ("es", "Exuma"), ("fa", "جورج تاون، باهاما"), ("fi", "Exuma"), ("fr", "Îles Exumas"), ("gl", "Exuma, Bahamas"), ("gu", "એક\u{acd}સ\u{ac1}મા"), ("hi", "एक\u{94d}स\u{941}मा"), ("id", "Exuma"), ("it", "Exuma"), ("ja", "エグズーマ"), ("kn", "ಎಕ\u{ccd}ಸ\u{ccd}ಮಾಮಾ"), ("ko", "엑수마"), ("lt", "Eksuma"), ("lv", "Eksuma"), ("mr", "एक\u{94d}स\u{941}मा"), ("ms", "Exuma"), ("nb", "Exuma"), ("nl", "Exuma"), ("no", "Exuma"), ("pl", "Exuma"), ("pt", "Exuma"), ("ro", "George Town, Bahamas"), ("ru", "Эксума"), ("si", "එක\u{dca}ස\u{dd4}ම\u{dcf}"), ("sv", "Exuma District"), ("ta", "எஸும\u{bbe}"), ("te", "ఎక\u{c4d}సూమ\u{c3e}"), ("th", "เอ\u{e47}กซ\u{e39}มา"), ("tr", "Exuma"), ("uk", "Ексума"), ("ur", "جارج ٹاؤن، بہاماس"), ("vi", "Exuma"), ("zh", "埃克蘇馬")]),
                        unofficial_name_list: ["Exuma"].to_vec(),
                    }
                ),
                (
                    "FP",
                    Subdivision{
                        name: "Freeport",
                        country_alpha2: Alpha2::BS,
                        code: "FP",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(26.528472), longitude: Some(-78.69658299999999), max_latitude: Some(26.5800838), min_latitude: Some(26.490017), max_longitude: Some(-78.55659969999999), min_longitude: Some(-78.7320184)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "فريبورت"), ("bg", "Фрийпорт"), ("bn", "ফ\u{9cd}রিপোর\u{9cd}ট"), ("ca", "Freeport"), ("ccp", "𑄜\u{11133}𑄢\u{11128}𑄛\u{1112e}𑄢\u{11134}𑄑\u{11134}"), ("ceb", "Freeport (kapital sa distrito)"), ("cs", "Freeport"), ("da", "Freeport"), ("de", "Freeport"), ("el", "Φρίπορτ"), ("en", "Freeport"), ("es", "Freeport"), ("et", "Freeport"), ("fa", "فری پورت"), ("fi", "Freeport"), ("fr", "Freeport"), ("gu", "ફ\u{acd}રીપોર\u{acd}ટ"), ("he", "פריפורט"), ("hi", "फ\u{94d}री पोर\u{94d}ट"), ("id", "Freeport"), ("it", "Freeport"), ("ja", "フリーポート"), ("ka", "ფრიპორტი (ბაჰამის კუნძულები)"), ("kn", "ಫ\u{ccd}ರೀಪೋರ\u{ccd}ಟ\u{ccd}"), ("ko", "프리포트"), ("lt", "Friportas"), ("lv", "Frīporta"), ("mr", "फ\u{94d}रीपोर\u{94d}ट"), ("ms", "Freeport"), ("nb", "Freeport"), ("nl", "Freeport"), ("no", "Freeport"), ("pl", "Freeport"), ("pt", "Freeport"), ("ro", "Freeport"), ("ru", "Фрипорт"), ("si", "ෆ\u{dca}ර\u{dd3}පෝර\u{dca}ට\u{dca}"), ("sv", "Freeport"), ("ta", "பிரிப\u{bcd}போர\u{bcd}ட\u{bcd}"), ("te", "ఫ\u{c4d}ర\u{c40}ప\u{c4b}ర\u{c4d}ట\u{c4d}"), ("th", "ฟร\u{e35}พอร\u{e4c}ท"), ("tr", "Freeport"), ("uk", "Фріпорт"), ("ur", "فری پورٹ، بہاماس"), ("vi", "Freeport"), ("zh", "自由港 (巴哈馬)")]),
                        unofficial_name_list: ["Freeport"].to_vec(),
                    }
                ),
                (
                    "GC",
                    Subdivision{
                        name: "Grand Cay",
                        country_alpha2: Alpha2::BS,
                        code: "GC",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جراند كاي"), ("az", "Qrand-Ki adası"), ("bn", "গ\u{9cd}র\u{9be}ন\u{9cd}ড কে"), ("ca", "Grand Cay"), ("ccp", "𑄉\u{11133}𑄢𑄚\u{11133}𑄓\u{11134} 𑄇\u{11133}𑄠𑄬"), ("ceb", "Grand Cay District"), ("da", "Grand Cay"), ("de", "Grand Cay"), ("el", "Γκραντ Κέι"), ("en", "Grand Cay"), ("es", "Grand Cay"), ("fa", "گرند کی"), ("fi", "Grand Cay"), ("fr", "Grand Cay"), ("gu", "ગ\u{acd}રાન\u{acd}ડ ક\u{ac7}"), ("hi", "ग\u{94d}र\u{948}\u{902}ड क\u{947}"), ("id", "Grand Cay"), ("it", "Grand Cay"), ("ja", "グランド・キー"), ("ka", "გრანდ-კი"), ("kn", "ಗ\u{ccd}ರ\u{ccd}ಯಾಂಡ\u{ccd} ಕೇ"), ("ko", "그랜드케이"), ("lt", "Grand Kėjus"), ("lv", "Grandkeja"), ("mr", "ग\u{94d}र\u{901}ड क\u{947}"), ("ms", "Grand Cay"), ("nb", "Grand Cay"), ("nl", "Grand Cay"), ("no", "Grand Cay"), ("pl", "Grand Cay"), ("pt", "Grand Cay"), ("ru", "Гранд-Ки"), ("si", "ග\u{dca}\u{200d}රෑන\u{dca}ඩ\u{dca} කේ"), ("sv", "Grand Cay District"), ("ta", "கிர\u{bbe}ண\u{bcd}ட\u{bcd} கே"), ("te", "గ\u{c4d}ర\u{c3e}ండ\u{c4d} క\u{c47}"), ("th", "เขตแกรนด\u{e4c}เคย\u{e4c}"), ("tr", "Grand Cay"), ("uk", "Гранд-Кі"), ("ur", "گرینڈ کای"), ("vi", "Grand Cay")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "HI",
                    Subdivision{
                        name: "Harbour Island",
                        country_alpha2: Alpha2::BS,
                        code: "HI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(25.5282318), longitude: Some(-76.63585619999999), max_latitude: Some(25.5310964), min_latitude: Some(25.5254889), max_longitude: Some(-76.6342567), min_longitude: Some(-76.63702880000001)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة هاربور"), ("bn", "হ\u{9be}রব\u{9be}র আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Illa Harbour"), ("ccp", "𑄦𑄢\u{11134}𑄝𑄢\u{11133}𑄓\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Harbour Island District"), ("da", "Harbour Island"), ("de", "Harbour Island"), ("el", "Νησί Χάρμπορ"), ("en", "Harbour Island"), ("es", "Isla Harbour"), ("eu", "Harbour uhartea"), ("fa", "جزیره هاربور، باهاما"), ("fi", "Harbour Island"), ("fr", "Harbour Island"), ("gl", "Illa Harbour"), ("gu", "હાર\u{acd}બર આઇલ\u{ac7}ન\u{acd}ડ"), ("hi", "हार\u{94d}बर द\u{94d}वीप"), ("id", "Pulau Harbour, Bahama"), ("it", "Harbour Island"), ("ja", "ハーバー島"), ("ka", "ჰარბორ-აილენდი"), ("kn", "ಹಾರ\u{ccd}ಬರ\u{ccd} ದ\u{ccd}ವೀಪ"), ("ko", "하버 섬"), ("lt", "Harboro sala"), ("lv", "Hāborailenda"), ("mr", "हार\u{94d}बर आईसल\u{901}ड"), ("ms", "Harbour Island"), ("nb", "Harbour Island"), ("nl", "Harbour Island"), ("no", "Harbour Island"), ("pl", "Harbour Island"), ("pt", "Harbour Island"), ("ru", "Харбор-Айленд"), ("si", "හ\u{dcf}ර\u{dca}බර\u{dca} ද\u{dd4}පත"), ("sv", "Distrikt Harbour Island"), ("ta", "ஹ\u{bbe}ர\u{bcd}போயூர\u{bcd} ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "హ\u{c3e}ర\u{c4d}బర\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "ฮาร\u{e4c}เบอร\u{e4c} ไอส\u{e4c}แลนด\u{e4c}"), ("tr", "Harbour Adası"), ("uk", "Харбор-Айленд"), ("ur", "حاربوور آئی لینڈ"), ("vi", "Đảo Harbour"), ("zh", "哈勃岛")]),
                        unofficial_name_list: ["Harbour Island"].to_vec(),
                    }
                ),
                (
                    "HT",
                    Subdivision{
                        name: "Hope Town",
                        country_alpha2: Alpha2::BS,
                        code: "HT",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "هوب تاون"), ("bn", "হোপ ট\u{9be}উন"), ("ca", "Hope Town"), ("ccp", "𑄦\u{1112e}𑄛\u{11134} 𑄑𑄅\u{1112a}𑄚\u{11134}"), ("ceb", "Hope Town District"), ("da", "Hope Town"), ("de", "Hopetown"), ("el", "Χόουπ Τάουν"), ("en", "Hope Town"), ("es", "Hope Town"), ("fa", "شهرک هوپ"), ("fi", "Hope Town"), ("fr", "Hope Town"), ("gu", "હોપ ટાઉન"), ("hi", "होप टाउन"), ("id", "Hope Town"), ("it", "Hope Town"), ("ja", "ホープ・タウン"), ("kn", "ಹೋಪ\u{ccd} ಟ\u{ccc}ನ\u{ccd}"), ("ko", "호프타운"), ("lt", "Houp Taunas"), ("lv", "Hoptauna"), ("mr", "होप टाउन"), ("ms", "Hope Town"), ("nb", "Hope Town"), ("nl", "Hope Town"), ("no", "Hope Town"), ("pl", "Hope Town"), ("pt", "Hope Town"), ("ru", "Хоуп-Таун"), ("si", "හෝප\u{dca} ටව\u{dd4}න\u{dca}"), ("sv", "Hope Town"), ("ta", "ஹோப\u{bcd} நகரம\u{bcd}"), ("te", "హ\u{c4b}ప\u{c4d} ట\u{c4c}న\u{c4d}"), ("th", "โฮพ ทาร\u{e4c}ว"), ("tr", "Hope Town"), ("uk", "Хоуп-Таун"), ("ur", "ہوپ ٹاؤن"), ("vi", "Hope Town"), ("zh", "希望鎮")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "IN",
                    Subdivision{
                        name: "Inagua",
                        country_alpha2: Alpha2::BS,
                        code: "IN",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(21.0656066), longitude: Some(-73.323708), max_latitude: Some(21.7022436), min_latitude: Some(20.9121311), max_longitude: Some(-72.913495), min_longitude: Some(-73.855476)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "إيناغوا"), ("az", "İnaqua"), ("be", "Інагуа"), ("bn", "ইন\u{9be}গোয\u{9bc}\u{9be}"), ("ca", "Inagua"), ("ccp", "𑄃\u{11128}𑄚𑄉\u{1112a}𑄠"), ("ceb", "Inagua"), ("cs", "Inagua"), ("da", "Inagua"), ("de", "Inagua"), ("el", "Γκρέιτ Ινάγκουα"), ("en", "Inagua"), ("es", "Inagua"), ("fa", "ایناگوا"), ("fi", "Inagua"), ("fr", "Inagua"), ("gl", "Inagua"), ("gu", "ઈનાગ\u{ac1}આ"), ("he", "אינגואה"), ("hi", "इनाग\u{941}आ"), ("id", "Inagua"), ("it", "Great Inagua"), ("ja", "イナグア島"), ("kn", "ಇಂಗಗುವಾ"), ("ko", "이나과 섬"), ("lt", "Inagua"), ("lv", "Inagua"), ("mr", "इनाग\u{941}आ"), ("ms", "Inagua"), ("nb", "Inagua"), ("nl", "Inagua"), ("no", "Inagua"), ("pl", "Inagua"), ("pt", "Inagua"), ("ru", "Инагуа"), ("si", "ඉනග\u{dd4}ආ"), ("sv", "Inagua"), ("ta", "இனகும\u{bbe}"), ("te", "ఇన\u{c3e}గ\u{c4d}వ\u{c3e}"), ("th", "อ\u{e34}นาก\u{e31}ว"), ("tr", "Inagua"), ("uk", "Інагуа"), ("ur", "اناگوا"), ("vi", "Inagua"), ("zh", "伊納瓜")]),
                        unofficial_name_list: ["Inagua"].to_vec(),
                    }
                ),
                (
                    "LI",
                    Subdivision{
                        name: "Long Island",
                        country_alpha2: Alpha2::BS,
                        code: "LI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(23.1764239), longitude: Some(-75.0961549), max_latitude: Some(23.6859532), min_latitude: Some(22.851203), max_longitude: Some(-74.8284346), min_longitude: Some(-75.3465299)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة لونغ"), ("az", "Lonq adası"), ("bg", "Лонг Айлънд"), ("bn", "লং আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Illa Llarga"), ("ccp", "𑄣\u{11127}\u{11101} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Long Island (pulo sa Bahamas, Long Island)"), ("cs", "Long Island"), ("da", "Long Island"), ("de", "Long Island"), ("el", "Λονγκ Άιλαντ"), ("en", "Long Island"), ("es", "Isla Larga"), ("fa", "جزیره لانگ، باهاما"), ("fi", "Long"), ("fr", "Long Island"), ("gl", "Long Island"), ("gu", "લો\u{a82}ગ આઇલ\u{ac7}ન\u{acd}ડ"), ("he", "לונג איילנד (בהאמה)"), ("hi", "लॉन\u{94d}ग आइल\u{948}\u{902}ड"), ("id", "Long Island"), ("it", "Long Island"), ("ja", "ロング島"), ("kn", "ಲಾಂಗ\u{ccd} ಐಲ\u{ccd}ಯಾಂಡ\u{ccd}"), ("ko", "롱 섬"), ("lt", "Ilgoji sala"), ("lv", "Longailenda"), ("mr", "लॉन\u{94d}ग आईसल\u{901}ड"), ("ms", "Long Island"), ("nb", "Long Island"), ("nl", "Long Island"), ("no", "Long Island"), ("pl", "Long Island"), ("pt", "Long Island"), ("ro", "Long Island"), ("ru", "Лонг-Айленд"), ("si", "ලෝන\u{dca}ග\u{dca} ද\u{dd4}පත"), ("sv", "Long Island"), ("ta", "ல\u{bbe}ங\u{bcd} ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "ల\u{c3e}ంగ\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "เกาะลอง"), ("tr", "Long Island"), ("uk", "Лонг-Айленд"), ("ur", "لانگ آئلینڈ، بہاماس"), ("vi", "Long Island"), ("zh", "長島")]),
                        unofficial_name_list: ["Long Island"].to_vec(),
                    }
                ),
                (
                    "MC",
                    Subdivision{
                        name: "Mangrove Cay",
                        country_alpha2: Alpha2::BS,
                        code: "MC",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "مانغروف كاي"), ("bn", "ম\u{9cd}য\u{9be}নগ\u{9cd}রোভ কে"), ("ca", "Illa de Mangrove"), ("ccp", "𑄟\u{11133}𑄠𑄚\u{11134}𑄉\u{11133}𑄢\u{1112a}𑄛\u{11134} 𑄇\u{11133}𑄠𑄬"), ("ceb", "Mangrove Cay (distrito)"), ("da", "Mangrove Cay"), ("de", "Mangrove Cay"), ("el", "Μανγκρόουβ Κέι"), ("en", "Mangrove Cay"), ("es", "Cayo Mangrove"), ("fa", "منگرو کی"), ("fi", "Mangrove Cay"), ("fr", "Mangrove Cay"), ("gu", "મ\u{ac7}\u{a82}ગ\u{acd}રોવ ક\u{ac7}"), ("he", "קי מנגרוב"), ("hi", "म\u{948}\u{902}ग\u{94d}रोव क\u{947}"), ("id", "Mangrove Cay"), ("it", "Mangrove Cay"), ("ja", "マングローブ・キー"), ("ka", "მანგროვ-კი"), ("kn", "ಮ\u{ccd}ಯಾಂಗ\u{ccd}ರೋವ\u{ccd} ಕೇ"), ("ko", "맹그로브케이"), ("lt", "Mangrovė Kėjus"), ("lv", "Mangrovkeja"), ("mr", "मो\u{902}ग\u{94d}रोव कि"), ("ms", "Mangrove Cay"), ("nb", "Mangrove Cay"), ("nl", "Mangrove Cay"), ("no", "Mangrove Cay"), ("pl", "Mangrove Cay"), ("pt", "Mangrove Cay"), ("ru", "Мангров-Ки"), ("si", "මන\u{dca}ග\u{dca}රෝව\u{dca} කේ"), ("sv", "Mangrove Cay (distrikt)"), ("ta", "மங\u{bcd}கிரோவ\u{bcd} கே"), ("te", "మ\u{c3e}ంగ\u{c4d}ర\u{c4b}వ\u{c4d} క\u{c47}"), ("th", "แมงโกรฟ เค"), ("tr", "Mangrove Cay"), ("uk", "Мангров-Кі"), ("ur", "مانجرووی کای"), ("vi", "Mangrove Cay")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "MG",
                    Subdivision{
                        name: "Mayaguana",
                        country_alpha2: Alpha2::BS,
                        code: "MG",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(22.4017714), longitude: Some(-73.06413959999999), max_latitude: Some(22.456406), min_latitude: Some(22.28255), max_longitude: Some(-72.712273), min_longitude: Some(-73.1706329)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "ماياغوانا"), ("bn", "ম\u{9be}য\u{9bc}\u{9be}গোন\u{9be}"), ("ccp", "𑄟𑄠𑄉\u{1112a}𑄠𑄚"), ("ceb", "Mayaguana District"), ("da", "Mayaguana"), ("de", "Mayaguana District"), ("el", "Μαγιαγκουάνα"), ("en", "Mayaguana"), ("es", "Mayaguana"), ("fa", "مایاگوانا"), ("fi", "Mayaguana"), ("fr", "Mayaguana"), ("gl", "Mayaguana"), ("gu", "માયાગ\u{ac1}આના"), ("hi", "मायाग\u{941}आना"), ("id", "Mayaguana"), ("it", "Mayaguana"), ("ja", "マヤグアナ島"), ("kn", "ಮಾಯಗುನಾ"), ("ko", "마야과나 섬"), ("mr", "मायाग\u{941}आना"), ("ms", "Mayaguana"), ("nb", "Mayaguana"), ("nl", "Mayaguana"), ("no", "Mayaguana"), ("pl", "Mayaguana"), ("pt", "Mayaguana"), ("ru", "Маягуана"), ("si", "මයග\u{dd4}ආන\u{dcf}"), ("sv", "Mayaguana District"), ("ta", "மயகுன\u{bbe}"), ("te", "మ\u{c47}య\u{c3e}గువ\u{c3e}న\u{c3e}"), ("th", "เขตปกครองตนเองมองโกเล\u{e35}ยใน"), ("tr", "Mayaguana"), ("ur", "مایاجوانا"), ("vi", "Mayaguana"), ("zh", "馬亞瓜納島")]),
                        unofficial_name_list: ["Mayaguana"].to_vec(),
                    }
                ),
                (
                    "MI",
                    Subdivision{
                        name: "Moore’s Island",
                        country_alpha2: Alpha2::BS,
                        code: "MI",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة مور"), ("bn", "ম\u{9c1}র’স আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Illa de Moore"), ("ccp", "𑄟\u{1112a}𑄢\u{11128}𑄌\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Moore’s Island"), ("da", "Moore’s Island"), ("de", "Moore’s Island"), ("el", "Νησί Μουρς"), ("en", "Moore’s Island"), ("es", "Isla de Moore"), ("fa", "جزیره مورز"), ("fi", "Moorensaari"), ("fr", "Moore’s Island"), ("gu", "મ\u{ac2}ર\u{ac7}સ આઈલ\u{ac7}ન\u{acd}ડ"), ("hi", "म\u{942}र द\u{94d}वीप"), ("id", "Pulau Moore’s"), ("it", "Moore’s Island"), ("ja", "モーレイズ島"), ("kn", "ಮ\u{cc2}ರ\u{ccd}ಸನ ದ\u{ccd}ವೀಪ"), ("ko", "무어스아일랜드"), ("lt", "Muro sala"), ("lv", "Mūra sala"), ("mr", "म\u{942}र\u{947}स आईसल\u{901}ड"), ("ms", "Moore’s Island"), ("nb", "Moores øya"), ("nl", "Moore’s Island"), ("no", "Moores øya"), ("pl", "Moore’s Island"), ("pt", "Moore’s Island"), ("ru", "Остров Мура"), ("si", "ම\u{dd4}වර\u{dca}ස\u{dca} ද\u{dd6}පත"), ("sv", "Moore’s Island District"), ("ta", "மூர\u{bcd}‘ஸ\u{bcd} ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "మూర\u{c4d}స\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "เกาะม\u{e39}เร\u{e48}"), ("tr", "Moore’s Adası"), ("uk", "Острів Мура"), ("vi", "Đảo Moore’s")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "NE",
                    Subdivision{
                        name: "North Eleuthera",
                        country_alpha2: Alpha2::BS,
                        code: "NE",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "إليوثيرا الشمالية"), ("bn", "নর\u{9cd}থ এলিউথের\u{9be}"), ("ca", "North Eleuthera"), ("ccp", "𑄚\u{11127}𑄢\u{11133}𑄗\u{11134} 𑄃\u{11128}𑄣\u{11128}𑄅\u{1112a}𑄗𑄬𑄢"), ("ceb", "North Eleuthera District"), ("da", "North Eleuthera"), ("de", "Nord-Eleuthera"), ("el", "Νόρθ Ελευθέρα"), ("en", "North Eleuthera"), ("es", "Eleuthera Norte"), ("fa", "الوترا شمالی"), ("fi", "Pohjois-Eleuthera"), ("fr", "North Eleuthera"), ("gu", "નોર\u{acd}થ અલિઉથ\u{ac7}રા"), ("hi", "उत\u{94d}तरी एल\u{94d}य\u{942}थ\u{947}रा"), ("id", "North Eleuthera"), ("it", "North Eleuthera"), ("ja", "ノース・エルーセラ"), ("kn", "ಉತ\u{ccd}ತರ ಎಲುಥ\u{cc6}ರಾ"), ("ko", "노스일루서라"), ("lt", "Šiaurės Elutera"), ("lv", "Ziemeļilūtera"), ("mr", "नॉर\u{94d}थ एल\u{941}थिरा"), ("ms", "North Eleuthera"), ("nb", "Nord Eleuthera"), ("nl", "North Eleuthera"), ("no", "Nord Eleuthera"), ("pl", "Północna Eleuthera"), ("pt", "North Eleuthera"), ("ru", "Северный Эльютера"), ("si", "උත\u{dd4}ර\u{dd4} එල\u{dd2}ය\u{dd4}තෙර\u{dcf}"), ("sv", "North Eleuthera District"), ("ta", "வடக\u{bcd}கு எலெடுத\u{bcd}தேற"), ("te", "ఉత\u{c4d}తర ఎల\u{c4d}యూథ\u{c46}ర\u{c3e}"), ("th", "นอร\u{e4c}ท เอล\u{e39}เธรา"), ("tr", "Kuzey Eleuthra"), ("uk", "Північна Ельютера"), ("ur", "نارتھ یلیوتحیرا"), ("vi", "Bắc Eleuthera"), ("zh", "北伊柳塞拉")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "NO",
                    Subdivision{
                        name: "North Abaco",
                        country_alpha2: Alpha2::BS,
                        code: "NO",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "شمال أباكو"), ("bn", "উত\u{9cd}তর অ\u{9cd}য\u{9be}ব\u{9be}কো"), ("ca", "North Abaco"), ("ccp", "𑄚\u{11127}𑄢\u{11133}𑄗\u{11134} 𑄃𑄝𑄇\u{1112e}"), ("ceb", "North Abaco District"), ("da", "North Abaco"), ("de", "North Abaco"), ("el", "Βόρειο Αμπάκο"), ("en", "North Abaco"), ("es", "Ábaco Norte"), ("fa", "آباکو شمالی"), ("fi", "Pohjois-Abaco"), ("fr", "North Abaco"), ("gu", "નોર\u{acd}થ અબ\u{ac7}કો"), ("hi", "उत\u{94d}तर अबाको"), ("id", "North Abaco"), ("it", "North Abaco"), ("ja", "ノース・アバコ"), ("ka", "ჩრდილოეთი აბაკო"), ("kn", "ಉತ\u{ccd}ತರ ಅಬಾಕೊ"), ("ko", "노스아바코"), ("lt", "Šiaurės Abakas"), ("lv", "Ziemeļabako"), ("mr", "नॉर\u{94d}थ अबाको"), ("ms", "North Abaco"), ("nb", "Nord Abaco"), ("nl", "North Abaco"), ("no", "Nord Abaco"), ("pl", "North Abaco"), ("pt", "North Abaco"), ("ru", "Северный Абако"), ("si", "උත\u{dd4}ර\u{dd4} අබකෝ"), ("sv", "North Abaco District"), ("ta", "வடக\u{bcd}கு அபேகோ"), ("te", "ఉత\u{c4d}తర అబ\u{c3e}క\u{c4b}"), ("th", "อะบาโคเหน\u{e37}อ"), ("tr", "Kuzey Abavo"), ("uk", "Північний Абако"), ("ur", "نارتھ اباکو"), ("vi", "Bắc Abaco"), ("zh", "北阿巴科區")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "NP",
                    Subdivision{
                        name: "New Providence",
                        country_alpha2: Alpha2::BS,
                        code: "NP",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(25.0479835), longitude: Some(-77.355413), max_latitude: Some(25.1255011), min_latitude: Some(24.9789675), max_longitude: Some(-77.0867225), min_longitude: Some(-77.5558709)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Island,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ceb", "New Providence District"), ("en", "New Providence"), ("fr", "New Providence"), ("ja", "ニュープロビデンス島"), ("nl", "New Providence District"), ("sv", "New Providence District")]),
                        unofficial_name_list: ["New Providence"].to_vec(),
                    }
                ),
                (
                    "NS",
                    Subdivision{
                        name: "North Andros",
                        country_alpha2: Alpha2::BS,
                        code: "NS",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "شمال أندروس"), ("bn", "উত\u{9cd}তর আন\u{9cd}ড\u{9cd}রস"), ("ca", "North Andros"), ("ccp", "𑄚\u{11127}𑄢\u{11133}𑄗\u{11134} 𑄃𑄬𑄚\u{11134}𑄓\u{11133}𑄢\u{1112e}𑄌\u{11134}"), ("ceb", "North Andros District"), ("da", "North Andros"), ("de", "North Andros"), ("el", "Νορθ Άντρος"), ("en", "North Andros"), ("es", "Andros Norte"), ("fa", "آندروس شمالی"), ("fi", "Pohjois-Andros"), ("fr", "North Andros"), ("gu", "નોર\u{acd}થ એન\u{acd}ડ\u{acd}રોસ"), ("he", "צפון אנדרוס"), ("hi", "उत\u{94d}तर ए\u{902}ड\u{94d}रोस"), ("id", "North Andros"), ("it", "North Andros"), ("ja", "ノース・アンドロス"), ("kn", "ಉತ\u{ccd}ತರ ಆಂಡ\u{ccd}ರೋಸ\u{ccd}"), ("ko", "노스안드로스"), ("lt", "Šiaurės Androsas"), ("lv", "Ziemeļandrosa"), ("mr", "उत\u{94d}तर अ\u{901}ड\u{94d}रॉस"), ("ms", "North Andros"), ("nb", "Nord Andros"), ("nl", "North Andros"), ("no", "Nord Andros"), ("pl", "North Andros"), ("pt", "North Andros"), ("ru", "Северный Андрос"), ("si", "උත\u{dd4}ර\u{dd4} ඇන\u{dca}ඩ\u{dca}රෝස\u{dca}"), ("sv", "North Andros District"), ("ta", "வடக\u{bcd}கு அன\u{bcd}ரோஸ\u{bcd}"), ("te", "ఉత\u{c4d}తర ఆండ\u{c4d}ర\u{c4b}స\u{c4d}"), ("th", "อ\u{e31}นดรอสเหน\u{e37}อ"), ("tr", "Kuzey Andros"), ("uk", "Північний Андрос"), ("ur", "نارتھ اندروس"), ("vi", "Bắc Andros")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "RC",
                    Subdivision{
                        name: "Rum Cay",
                        country_alpha2: Alpha2::BS,
                        code: "RC",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "روم كاي"), ("az", "Ram-Ki"), ("bn", "র\u{9be}ম কে"), ("ca", "Illa de Rum"), ("ccp", "𑄢𑄟\u{11134} 𑄇\u{11133}𑄠𑄬"), ("ceb", "Rum Cay"), ("da", "Rum Cay"), ("de", "Rum Cay"), ("el", "Ραμ Κέι"), ("en", "Rum Cay"), ("es", "Cayo Rum"), ("fa", "رام کی"), ("fi", "Rum Cay"), ("fr", "Rum Cay"), ("gl", "Rum Cay"), ("gu", "રમ ક\u{ac7}"), ("hi", "रम क\u{947}"), ("id", "Rum Cay"), ("it", "Rum Cay"), ("ja", "ラム・キー"), ("kn", "ರಮ\u{ccd} ಕೇ"), ("ko", "럼케이 섬"), ("lt", "Rum Kėjus"), ("lv", "Ramkeja"), ("mr", "रम क\u{947}"), ("ms", "Rum Cay"), ("nb", "Rum Cay"), ("nl", "Rum Cay"), ("no", "Rum Cay"), ("pl", "Rum Cay"), ("pt", "Rum Cay"), ("ru", "Рам-Ки"), ("si", "රම\u{dca} කේ"), ("sv", "Rum Cay"), ("ta", "ரம\u{bcd} கே"), ("te", "రమ\u{c4d} క\u{c47}"), ("th", "ร\u{e31}ม เคย\u{e4c}"), ("tr", "Rum Cay"), ("uk", "Рам-Кі"), ("ur", "رم کای"), ("vi", "Rum Cay"), ("zh", "拉姆岛")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "RI",
                    Subdivision{
                        name: "Ragged Island",
                        country_alpha2: Alpha2::BS,
                        code: "RI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(22.1908067), longitude: Some(-75.7342416), max_latitude: Some(22.2313761), min_latitude: Some(22.169658), max_longitude: Some(-75.7100789), min_longitude: Some(-75.7536111)}),
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة راجد"), ("az", "Qreyt-Raqqed-Aylend"), ("bn", "র\u{9be}গেড আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Illa Ragged"), ("ccp", "𑄢𑄇\u{11134}𑄓\u{11134} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Ragged Island District"), ("da", "Ragged Island"), ("de", "Ragged Island"), ("el", "Νησί Ράγκιντ"), ("en", "Ragged Island"), ("es", "Isla Ragged"), ("fa", "جزیره راگد، باهاما"), ("fi", "Ragged Island"), ("fr", "Ragged Island"), ("gl", "Illa Ragged, Bahamas"), ("gu", "ર\u{ac7}ગ\u{ac7}ડ આઇલ\u{ac7}ન\u{acd}ડ"), ("hi", "र\u{948}ग\u{94d}ड द\u{94d}वीप, बहामास"), ("id", "Pulau Ragged, Bahama"), ("it", "Ragged Island"), ("ja", "ラグド島"), ("kn", "ರಾಗ\u{ccd}ಡ\u{ccd} ದ\u{ccd}ವೀಪ"), ("ko", "래기드 섬"), ("lt", "Dantytoji sala"), ("lv", "Ragedas sala"), ("mr", "र\u{945}गि\u{902}ग आईसल\u{901}ड"), ("ms", "Ragged Island"), ("nb", "Ragged øy"), ("nl", "Ragged Island"), ("no", "Ragged øy"), ("pl", "Ragged Island"), ("pt", "Ragged Island"), ("ru", "Рэггид-Айленд"), ("si", "රැග\u{dca}ඩ\u{dca} ද\u{dd4}පත"), ("sv", "Ragged Island District"), ("ta", "ர\u{bbe}குகேட\u{bcd} ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "ర\u{c3e}గ\u{c46}డ\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "เรกเกด ไอส\u{e4c}แลนด\u{e4c}"), ("tr", "Ragged Adassı"), ("uk", "Реґед Айленд"), ("ur", "راججید آئی لینڈ"), ("vi", "Đảo Ragged"), ("zh", "拉吉德岛")]),
                        unofficial_name_list: ["Ragged Island"].to_vec(),
                    }
                ),
                (
                    "SA",
                    Subdivision{
                        name: "South Andros",
                        country_alpha2: Alpha2::BS,
                        code: "SA",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جنوب أندروس"), ("bn", "দক\u{9cd}ষিন আন\u{9cd}ড\u{9cd}রস"), ("ca", "South Andros"), ("ccp", "𑄘\u{11127}𑄊\u{11128}𑄚\u{11134} 𑄃𑄬𑄚\u{11134}𑄓\u{11133}𑄢\u{1112e}𑄌\u{11134}"), ("ceb", "South Andros"), ("da", "South Andros"), ("de", "South Andros"), ("el", "Σάουθ Άντρος"), ("en", "South Andros"), ("es", "Andros Sur"), ("fa", "آندروس جنوبی"), ("fi", "Etelä-Andros"), ("fr", "South Andros"), ("gu", "સાઉથ એન\u{acd}ડ\u{acd}રોસ"), ("he", "דרום אנדרוס"), ("hi", "दक\u{94d}षिण ए\u{902}ड\u{94d}रॉस"), ("id", "South Andros"), ("it", "South Andros"), ("ja", "サウス・アンドロス"), ("kn", "ಸ\u{ccc}ತ\u{ccd} ಆಂಡ\u{ccd}ರೋಸ\u{ccd}"), ("ko", "사우스안드로스"), ("lt", "Pietų Androsas"), ("lv", "Dienvidandrosa"), ("mr", "दक\u{94d}षिण अ\u{901}ड\u{94d}रोस"), ("ms", "South Andros"), ("nb", "Sør Andros"), ("nl", "South Andros"), ("no", "Sør Andros"), ("pl", "South Andros"), ("pt", "South Andros"), ("ru", "Южный Андрос"), ("si", "දක\u{dd4}ණ\u{dd4} අන\u{dca}ද\u{dca}\u{200d}රොස\u{dca}"), ("sv", "Distrikt South Andros"), ("ta", "தெற\u{bcd}கு அன\u{bcd}ரோஸ\u{bcd}"), ("te", "దక\u{c4d}ష\u{c3f}ణ ఆండ\u{c4d}ర\u{c4b}స\u{c4d}"), ("th", "เซาต\u{e4c} แอนดรอส"), ("tr", "Güney Andros"), ("uk", "Південний Андрос"), ("ur", "ساؤتھ اندروس"), ("vi", "Nam Andros"), ("zh", "南安德羅斯")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "SE",
                    Subdivision{
                        name: "South Eleuthera",
                        country_alpha2: Alpha2::BS,
                        code: "SE",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جنوب إليوثيرا"), ("bn", "স\u{9be}উথ এলিয\u{9bc}টের\u{9be}"), ("ca", "South Eleuthera"), ("ccp", "𑄘\u{11127}𑄊\u{11128}𑄚\u{11134} 𑄃\u{11128}𑄣\u{11128}𑄅\u{1112a}𑄗𑄬𑄢"), ("ceb", "South Eleuthera"), ("da", "South Eleuthera"), ("de", "South Eleuthera"), ("el", "Σάουθ Ελευθέρα"), ("en", "South Eleuthera"), ("es", "Eleuthera Sur"), ("fa", "الوترا جنوبی"), ("fi", "Etelä-Eleuthera"), ("fr", "South Eleuthera"), ("gu", "સાઉથ એલિઉથ\u{ac7}હરા"), ("hi", "दक\u{94d}षिण एलिट\u{941}ह\u{947}रा"), ("id", "South Eleuthera"), ("it", "South Eleuthera"), ("ja", "サウス・エルーサラ"), ("ka", "სამხრეთი ელიუთერა"), ("kn", "ದಕ\u{ccd}ಷ\u{cbf}ಣ ಎಲುಥ\u{cc6}ರಾ"), ("ko", "사우스일루서라"), ("lt", "Pietų Elutera"), ("lv", "Dienvidilūtera"), ("mr", "दक\u{94d}षिण एल\u{947}ट\u{941}ह\u{947}रा"), ("ms", "South Eleuthera"), ("nb", "Sør Eleuthera"), ("nl", "South Eleuthera"), ("no", "Sør Eleuthera"), ("pl", "Eleuthera Południowa"), ("pt", "South Eleuthera"), ("ru", "Южный Эльютера"), ("si", "දක\u{dd4}ණ\u{dd4} එල\u{dd4}තෙර\u{dcf}"), ("sv", "South Eleuthera"), ("ta", "தெற\u{bcd}கு எலெடுத\u{bcd}தேற"), ("te", "దక\u{c4d}ష\u{c3f}ణ ఎలూథ\u{c46}ర\u{c3e}"), ("th", "อ\u{e34}ล\u{e34}วเทราใต\u{e49}"), ("tr", "South Eleuthera"), ("uk", "Південна Ельютера"), ("ur", "ساؤتھ یلیوتحیرا"), ("vi", "Nam Eleuthera"), ("zh", "南伊柳塞拉")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "SO",
                    Subdivision{
                        name: "South Abaco",
                        country_alpha2: Alpha2::BS,
                        code: "SO",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جنوب أباكو"), ("az", "Cənubi Abako"), ("bn", "দক\u{9cd}ষিন অ\u{9cd}য\u{9be}ব\u{9be}কো"), ("ca", "Sout Abaco"), ("ccp", "𑄘\u{11127}𑄊\u{11128}𑄚\u{11134} 𑄃𑄝𑄇\u{1112e}"), ("ceb", "South Abaco District"), ("da", "South Abaco"), ("de", "South Abaco"), ("el", "Νότιο Αμπάκο"), ("en", "South Abaco"), ("es", "Abaco Sul"), ("fa", "آباکو جنوبی"), ("fi", "Etelä-Abaco"), ("fr", "South Abaco"), ("gu", "સાઉથ અબ\u{ac7}કો"), ("hi", "दक\u{94d}षिण अब\u{948}को"), ("id", "South Abaco"), ("it", "South Abaco"), ("ja", "サウス・アバコ"), ("ka", "სამხრეთი აბაკო"), ("kn", "ಸ\u{ccc}ತ\u{ccd} ಅಬಾಕೊ"), ("ko", "사우스아바코"), ("lt", "Pietų Abakas"), ("lv", "Dienvidabako"), ("mr", "दक\u{94d}षिण अकोको"), ("ms", "South Abaco"), ("nb", "Sør Abaco"), ("nl", "South Abaco"), ("no", "Sør Abaco"), ("pl", "South Abaco"), ("pt", "South Abaco"), ("ru", "Южный Абако"), ("si", "දක\u{dd4}ණ\u{dd4} අබකෝ"), ("sv", "South Abaco District"), ("ta", "தெற\u{bcd}கு அபேகோ"), ("te", "దక\u{c4d}ష\u{c3f}ణ అబ\u{c3e}క\u{c4b}"), ("th", "เขตอาบาโค"), ("tr", "Güney Abaco"), ("uk", "Південний Абако"), ("ur", "ساؤتھ اباکو"), ("vi", "Nam Abaco"), ("zh", "南阿巴科區")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "SS",
                    Subdivision{
                        name: "San Salvador",
                        country_alpha2: Alpha2::BS,
                        code: "SS",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "جزيرة سان سلفادور"), ("az", "San Salvador adası"), ("be", "Востраў Сан-Сальвадор"), ("bn", "স\u{9be}ন স\u{9be}লভ\u{9be}দর আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ca", "Watling"), ("ccp", "𑄥𑄚\u{11134} 𑄥\u{11133}𑄠𑄣\u{11134}𑄞𑄓\u{11127}𑄢\u{11134}"), ("ceb", "San Salvador Island"), ("cs", "San Salvador"), ("da", "San Salvador Island"), ("de", "San Salvador"), ("el", "Σαν Σαλβαντόρ"), ("en", "San Salvador"), ("es", "San Salvador"), ("et", "San Salvadori saar"), ("fa", "جزیره سان سالوادور"), ("fi", "San Salvador (Bahama)"), ("fr", "San Salvador"), ("gl", "San Salvador"), ("gu", "સાન સલ\u{acd}વાડોર આઇલ\u{ac7}ન\u{acd}ડ"), ("hi", "स\u{948}न साल\u{94d}वाडोर द\u{94d}वीप"), ("id", "Pulau San Salvador"), ("it", "San Salvador"), ("ja", "サン・サルバドル島"), ("ka", "სან-სალვადორი (კუნძული)"), ("kn", "ಸ\u{ccd}ಯಾನ\u{ccd} ಸಾಲ\u{ccd}ವಡಾರ\u{ccd} ದ\u{ccd}ವೀಪ"), ("ko", "산살바도르 섬"), ("lt", "San Salvadoro sala"), ("lv", "Sansalvadoras sala"), ("mr", "स\u{945}न साल\u{94d}वाडोर आईसल\u{901}ड"), ("ms", "San Salvador Island"), ("nb", "San Salvador"), ("nl", "San Salvador"), ("no", "San Salvador"), ("pl", "San Salvador"), ("pt", "San Salvador"), ("ru", "Сан-Сальвадор"), ("si", "සැන\u{dca} සැල\u{dca}වදෝර\u{dca} ද\u{dd6}පත"), ("sk", "San Salvador"), ("sv", "San Salvador"), ("ta", "ச\u{bbe}ன\u{bcd} ச\u{bbe}ல\u{bcd}வட\u{bbe}ர\u{bcd} ஐஸ\u{bcd}ல\u{bbe}ந\u{bcd}து"), ("te", "స\u{c3e}న\u{c4d} స\u{c3e}ల\u{c4d}వడ\u{c3e}ర\u{c4d} ద\u{c40}వ\u{c3f}"), ("th", "เกาะซาน ซาลวาดอร\u{e4c}"), ("tr", "San Salvador Adaları"), ("uk", "Сан-Сальвадор"), ("ur", "جزیرہ سان سلواڈور"), ("vi", "Đảo San Salvador"), ("zh", "圣萨尔瓦多岛")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "SW",
                    Subdivision{
                        name: "Spanish Wells",
                        country_alpha2: Alpha2::BS,
                        code: "SW",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "سبانش، ويلز"), ("bn", "স\u{9cd}প\u{9cd}য\u{9be}নিশ ওয\u{9bc}েলস"), ("ca", "Spanish Wells"), ("ccp", "𑄌\u{11133}𑄛𑄚\u{11128}𑄌\u{11134} 𑄃\u{11127}𑄠𑄬𑄣\u{11134}𑄥\u{11134}"), ("ceb", "Spanish Wells District"), ("da", "Spanish Wells"), ("de", "Spanish Wells"), ("el", "Σπάνις Γουέλς"), ("en", "Spanish Wells"), ("es", "Spanish Wells"), ("fa", "اسپنیش ولز"), ("fi", "Spanish Wells"), ("fr", "Spanish Wells"), ("gl", "Spanish Wells"), ("gu", "સ\u{acd}પ\u{ac7}નિશ વ\u{ac7}લ\u{acd}સ"), ("hi", "स\u{94d}प\u{947}निश व\u{947}ल\u{94d}स"), ("id", "Spanish Wells"), ("it", "Spanish Wells"), ("ja", "スパニッシュ・ウェルズ"), ("kn", "ಸ\u{ccd}ಪ\u{ccd}ಯಾನ\u{cbf}ಷ\u{ccd} ವ\u{cc6}ಲ\u{ccd}ಸ\u{ccd}"), ("ko", "스패니시웰스"), ("lt", "Ispanų Velsas"), ("lv", "Spenišvelsa"), ("mr", "स\u{94d}प\u{945}निश व\u{947}ल\u{94d}स"), ("ms", "Spanish Wells"), ("nb", "Spansk wells"), ("nl", "Spanish Wells"), ("no", "Spansk wells"), ("pl", "Spanish Wells"), ("pt", "Spanish Wells"), ("ru", "Спэниш-Уэллс"), ("si", "ස\u{dca}පැන\u{dd2}ෂ\u{dca} වෙල\u{dca}ස\u{dca}"), ("sv", "Spanish Wells District"), ("ta", "ஸ\u{bcd}ப\u{bbe}னிஷ\u{bcd} வெல\u{bcd}ஸ\u{bcd}"), ("te", "స\u{c4d}ప\u{c3e}న\u{c3f}ష\u{c4d} వ\u{c46}ల\u{c4d}స\u{c4d}"), ("th", "สแปน\u{e34}ช เวลส\u{e4c}"), ("tr", "Spanish Wells"), ("uk", "Спеніш-Уеллс"), ("ur", "سپینش ویلز"), ("vi", "Spanish Wells")]),
                        unofficial_name_list: [].to_vec(),
                    }
                ),
                (
                    "WG",
                    Subdivision{
                        name: "West Grand Bahama",
                        country_alpha2: Alpha2::BS,
                        code: "WG",
                        #[cfg(feature = "geo")]
                        geo: None,
                        comments: None,
                        subdivision_type: SubdivisionType::District,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "ويست غراند بهاما"), ("bn", "পশ\u{9cd}চিম গ\u{9cd}র\u{9be}ন\u{9cd}ড ব\u{9be}হ\u{9be}ম\u{9be}"), ("ca", "West Grand Bahama"), ("ccp", "𑄛\u{11127}𑄏\u{11128}𑄟\u{11134} 𑄉\u{11133}𑄢𑄚\u{11133}𑄓\u{11134} 𑄝𑄦𑄟"), ("ceb", "West Grand Bahama District"), ("da", "West Grand Bahama"), ("de", "West Grand Bahama"), ("el", "Γουέστ Γκραντ Μπαχάμα"), ("en", "West Grand Bahama"), ("es", "West Grand Bahama"), ("fa", "گرند باهاما غربی"), ("fi", "Länsi Grand Bahama"), ("fr", "West Grand Bahama"), ("gu", "વ\u{ac7}સ\u{acd}ટ ગ\u{acd}રાન\u{acd}ડ બહામા"), ("hi", "व\u{947}स\u{94d}ट ग\u{94d}र\u{948}\u{902}ड बहामा"), ("id", "Grand Bahama Barat"), ("it", "West Grand Bahama"), ("ja", "ウェスト・グランド・バハマ"), ("kn", "ವ\u{cc6}ಸ\u{ccd}ಟ\u{ccd} ಗ\u{ccd}ರ\u{ccd}ಯಾಂಡ\u{ccd} ಬಹಾಮಾ"), ("ko", "웨스트그랜드바하마"), ("lt", "Vakarų Didžioji Bahama"), ("lv", "Rietumu Lielā Bahama"), ("mr", "व\u{947}स\u{94d}ट ग\u{94d}र\u{901}ड बहामा"), ("ms", "West Grand Bahama"), ("nb", "West Grand Bahama"), ("nl", "West Grand Bahama"), ("no", "West Grand Bahama"), ("pl", "West Grand Bahama"), ("pt", "West Grand Bahama"), ("ru", "Вест-Гранд-Багама"), ("si", "බටහ\u{dd2}ර ග\u{dca}රෑන\u{dca}ඩ\u{dca} බහම\u{dcf}"), ("sv", "West Grand Bahama District"), ("ta", "மேற\u{bcd}கு கிர\u{bbe}ண\u{bcd}ட\u{bcd} பஹ\u{bbe}ம\u{bbe}"), ("te", "పశ\u{c4d}చ\u{c3f}మ గ\u{c4d}ర\u{c3e}ండ\u{c4d} బహ\u{c3e}మ\u{c3e}"), ("th", "เวสต\u{e4c}แกรนด\u{e4c}บาฮามา"), ("tr", "West Grand Bahama"), ("uk", "Вест-Гранд-Багама"), ("ur", "ویسٹ گرینڈ ہہاما"), ("vi", "Tây Grand Bahama"), ("zh", "西大巴哈馬島區")]),
                        unofficial_name_list: [].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 = "bs")]
/// [`Country`](crate::Country) struct for this country.
pub fn new() -> Country {
    Country {
        alpha2: Alpha2::BS,
        alpha3: Alpha3::BHS,
        address_format: None,
        continent: Continent::NorthAmerica,
        country_code: 1,
        currency_code: CurrencyCode::BSD,
        maybe_gec: Some(GEC::BF),
        #[cfg(feature = "geo")]
        geo: geo::new(),
        international_prefix: "011",
        maybe_ioc: Some(IOC::BAH),
        iso_long_name: "The Commonwealth of The Bahamas",
        iso_short_name: "Bahamas",
        official_language_list: ["en"].to_vec(),
        spoken_language_list: ["en"].to_vec(),
        national_destination_code_length_list: [3].to_vec(),
        national_number_length_list: [10].to_vec(),
        national_prefix: "1",
        maybe_nationality: Some("Bahamian"),
        number: "044",
        postal_code: false,
        postal_code_format: None,
        maybe_region: Some(Region::Americas),
        start_of_week: WeekDay::Monday,
        maybe_subregion: Some(SubRegion::Caribbean),
        un_locode: "BS",
        unofficial_name_list: ["The Bahamas", "バハマ"].to_vec(),
        world_region: WorldRegion::AMER,
        #[cfg(feature = "emojis")]
        emoji: "🇧🇸",
        #[cfg(feature = "translations")]
        translations: HashMap::from([
            ("ab", "Bahamas"),
            ("af", "Bahamas"),
            ("ak", "Bahamas"),
            ("am", "Bahamas"),
            ("an", "Bahamas"),
            ("ar", "جزر البهاما"),
            ("as", "ব\u{9be}হ\u{9be}ম\u{9be}ছ"),
            ("ay", "Bahamas"),
            ("az", "Bahama"),
            ("ba", "Bahamas"),
            ("be", "Багамскія астравы"),
            ("bg", "Бахами"),
            ("bi", "Bahamas"),
            ("bn", "ব\u{9be}হ\u{9be}ম\u{9be}স"),
            ("bn_IN", "ব\u{9be}হ\u{9be}ম\u{9be}স"),
            ("br", "Bahamas"),
            ("bs", "Bahami"),
            ("ca", "Bahames"),
            ("ce", "Bahamas"),
            ("ch", "Bahamas"),
            ("cs", "Bahamy"),
            ("cv", "Bahamas"),
            ("cy", "Y Bahamas"),
            ("da", "Bahamas"),
            ("de", "Bahamas"),
            ("dv", "Bahamas"),
            ("dz", "བ་ཧ་མ\u{f71}ས\u{f72}།"),
            ("ee", "Bahamas"),
            ("el", "Μπαχάμες"),
            ("en", "Bahamas"),
            ("eo", "Bahamoj"),
            ("es", "Bahamas"),
            ("et", "Bahama"),
            ("eu", "Bahamak"),
            ("fa", "باهاما"),
            ("ff", "Bahamas"),
            ("fi", "Bahama"),
            ("fo", "Bahamas"),
            ("fr", "Bahamas"),
            ("fy", "Bahamas"),
            ("ga", "Na Bahámaí"),
            ("gl", "Bahamas"),
            ("gn", "Bahamas"),
            ("gu", "બહામાસ"),
            ("gv", "Bahamas"),
            ("ha", "Bahamas"),
            ("he", "בהמאס"),
            ("hi", "बहामास"),
            ("hr", "Bahami"),
            ("ht", "Bahamas"),
            ("hu", "Bahama-szigetek"),
            ("hy", "Բահամներ"),
            ("ia", "Bahamas"),
            ("id", "Bahama"),
            ("io", "Bahamas"),
            ("is", "Bahamaeyjar"),
            ("it", "Bahamas"),
            ("iu", "Bahamas"),
            ("ja", "バハマ"),
            ("ka", "ბაჰამის კუნძულები"),
            ("ki", "Bahamas"),
            ("kk", "Багам аралдары"),
            ("kl", "Bahamas"),
            ("km", "បាហាម\u{17c9}ាស"),
            ("kn", "ಬಹಾಮಾಸ\u{ccd}"),
            ("ko", "바하마"),
            ("ku", "Giravên Bahama"),
            ("kv", "Bahamas"),
            ("kw", "Bahamas"),
            ("ky", "Багама аралдары"),
            ("lo", "Bahamas"),
            ("lt", "Bahamos"),
            ("lv", "Bahamas"),
            ("mi", "Bahamas"),
            ("mk", "Бахами"),
            ("ml", "ബഹ\u{d3e}മ\u{d3e}സ\u{d4d}"),
            ("mn", "Bahamas"),
            ("mr", "बहामाज\u{94d}"),
            ("ms", "Bahamas"),
            ("mt", "Bahamas"),
            ("my", "Bahamas"),
            ("na", "Bahamas"),
            ("nb", "Bahamas"),
            ("ne", "बहामास"),
            ("nl", "Bahama's"),
            ("nn", "Bahamas"),
            ("nv", "Bahamas"),
            ("oc", "Bahamas"),
            ("or", "ବ\u{b3e}ହ\u{b3e}ମ\u{b3e}"),
            ("pa", "ਬਾਹਾਮਾਸ"),
            ("pi", "Bahamas"),
            ("pl", "Bahamy"),
            ("ps", "Bahamas"),
            ("pt", "Bahamas"),
            ("pt_BR", "Bahamas"),
            ("ro", "Bahamas"),
            ("ru", "Багамы"),
            ("rw", "Bahamasi"),
            ("sc", "Bahamas"),
            ("sd", "Bahamas"),
            ("si", "බහම\u{dcf}ස\u{dca}"),
            ("sk", "Bahamy"),
            ("sl", "Bahami"),
            ("so", "Bahamas"),
            ("sq", "Bahamas"),
            ("sr", "Бахами"),
            ("sv", "Bahamas"),
            ("sw", "Bahama"),
            ("ta", "பஹ\u{bbe}ம\u{bbe}ஸ\u{bcd}"),
            ("te", "బహ\u{c3e}మ\u{c3e}జ\u{c4d}"),
            ("tg", "Ҷазираҳои Баҳама"),
            ("th", "บาฮามาส"),
            ("ti", "ባሃማስ"),
            ("tk", "Bagama adalary"),
            ("tl", "Bahamas"),
            ("tr", "Bahamalar"),
            ("tt", "Баһамас"),
            ("ug", "باھاما ئاراللىرى"),
            ("uk", "Багамські острови"),
            ("ur", "Bahamas"),
            ("uz", "Bahamas"),
            ("ve", "Bahamas"),
            ("vi", "Ba-ha-ma"),
            ("wa", "Bahamas"),
            ("wo", "Bahamas"),
            ("xh", "Bahamas"),
            ("yo", "Bahamas"),
            ("zh_CN", "巴哈马"),
            ("zh_HK", "巴哈馬"),
            ("zh_TW", "巴哈馬"),
            ("zu", "Bahamas"),
        ]),
        #[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::Mi,
        maybe_population: Some(409984),
    }
}