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
// DO NOT TOUCH THIS FILE. (Auto-generated by `keshvar-code-generator/src/countries.rs`)

//! A module for country `The Republic of Zimbabwe`

#[cfg(all(feature = "zw", feature = "constants"))]
/// A module to access all constant country data for `The Republic of Zimbabwe`.
///
/// 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::ZW;
    pub const ALPHA3: Alpha3 = Alpha3::ZWE;
    pub const CONTINENT: Continent = Continent::Africa;
    pub const COUNTRY_CODE: usize = 263;
    pub const CURRENCY_CODE: CurrencyCode = CurrencyCode::USD;
    pub const GEC: Option<GEC> = Some(GEC::ZI);
    pub const INTERNATIONAL_PREFIX: &str = "00";
    pub const IOC: Option<IOC> = Some(IOC::ZIM);
    pub const ISO_SHORT_NAME: &str = "Zimbabwe";
    pub const ISO_LONG_NAME: &str = "The Republic of Zimbabwe";
    pub const OFFICIAL_LANGUAGE_LIST: &[&str] = &["en", "nd", "sn"];
    pub const SPOKEN_LANGUAGE_LIST: &[&str] = &["en", "nd", "sn"];
    pub const NATIONAL_DESTINATION_CODE_LENGTH_LIST: &[usize] = &[2];
    pub const NATIONAL_NUMBER_LENGTH_LIST: &[usize] = &[8, 9, 10, 11];
    pub const NATIONAL_PREFIX: &str = "0";
    pub const NATIONALITY: Option<&str> = Some("Zimbabwean");
    pub const NUMBER: &str = "716";
    pub const POSTAL_CODE: bool = false;
    pub const POSTAL_CODE_FORMAT: Option<&str> = None;
    pub const REGION: Option<Region> = Some(Region::Africa);
    pub const START_DAY_OF_WEEK: WeekDay = WeekDay::Monday;
    pub const SUBREGION: Option<SubRegion> = Some(SubRegion::EasternAfrica);
    pub const UN_LOCODE: &str = "ZW";
    pub const UNOFFICIAL_NAME_LIST: &[&str] = &["Zimbabwe", "Simbabwe", "Zimbabue", "ジンバブエ"];
    pub const WORLD_REGION: WorldRegion = WorldRegion::EMEA;
    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(16320537);
    #[cfg(feature = "emojis")]
    pub const EMOJI: &str = "🇿🇼";
    #[cfg(feature = "translations")]
    pub const TRANSLATIONS: &[(&str, &str)] = &[
        ("ab", "Zimbabwe"),
        ("af", "Zimbabwe"),
        ("ak", "Zimbabwe"),
        ("am", "ፒሤቢ።"),
        ("an", "Zimbabwe"),
        ("ar", "زمبابوي"),
        ("as", "জিম\u{9cd}ব\u{9be}বোৱে"),
        ("ay", "Zimbabwe"),
        ("az", "Zimbabve"),
        ("ba", "Zimbabwe"),
        ("be", "Зімбабвэ"),
        ("bg", "Зимбабве"),
        ("bi", "Zimbabwe"),
        ("bn", "জিম\u{9cd}ব\u{9be}ব\u{9c1}য়ে"),
        ("bn_IN", "জিম\u{9cd}ব\u{9be}ব\u{9c1}য়ে"),
        ("br", "Zimbabwe"),
        ("bs", "Zimbabve"),
        ("ca", "Zimbabwe"),
        ("ce", "Зимбабве"),
        ("ch", "Zimbabwe"),
        ("cs", "Zimbabwe"),
        ("cv", "Зимбабве"),
        ("cy", "Zimbabwe"),
        ("da", "Zimbabwe"),
        ("de", "Simbabwe"),
        ("dv", "ޒ\u{7a8}މ\u{7b0}ބ\u{7a7}ބ\u{7aa}ވ\u{7ad}"),
        ("dz", "ཛ\u{f72}མ་བབ་ཝ\u{f72}།"),
        ("ee", "Zimbabwe"),
        ("el", "Ζιμπάμπουε"),
        ("en", "Zimbabwe"),
        ("eo", "Zimbabvo"),
        ("es", "Zimbabue"),
        ("et", "Zimbabwe"),
        ("eu", "Zimbabwe"),
        ("fa", "زیمبابوه"),
        ("ff", "Zimbabwe"),
        ("fi", "Zimbabwe"),
        ("fo", "Simbabvi"),
        ("fr", "Zimbabwe"),
        ("fy", "Simbabwe"),
        ("ga", "An tSiombáib"),
        ("gl", "Zimbabue"),
        ("gn", "Zimbabwe"),
        ("gu", "ઝીમ\u{acd}બાબવ\u{ac7}"),
        ("gv", "Yn Çhimbabwe"),
        ("ha", "Zimbabwe"),
        ("he", "זימבבואה"),
        ("hi", "ज\u{93c}िम\u{94d}बाब\u{94d}व\u{947}"),
        ("hr", "Zimbabve"),
        ("ht", "Zimbabwe"),
        ("hu", "Zimbabwe"),
        ("hy", "Զիմբաբվե"),
        ("ia", "Zimbabwe"),
        ("id", "Zimbabwe"),
        ("io", "Zimbabwe"),
        ("is", "Simbabve"),
        ("it", "Zimbabwe"),
        ("iu", "Zimbabwe"),
        ("ja", "ジンバブエ"),
        ("ka", "ზიმბაბვე"),
        ("ki", "Zimbabwe"),
        ("kk", "Зимбабве"),
        ("kl", "Zimbabwe"),
        ("km", "ហ\u{17d2}ស\u{17ca}\u{17b8}មបាវ\u{17c9}េ"),
        ("kn", "ಝ\u{cbf}ಂಬಾಬ\u{ccd}ವ\u{cc6}"),
        ("ko", "짐바브웨"),
        ("ku", "Zimbabwe"),
        ("kv", "Zimbabwe"),
        ("kw", "Zimbabwe"),
        ("ky", "Зимбабве"),
        ("lo", "Zimbabwe"),
        ("lt", "Zimbabvė"),
        ("lv", "Zimbabve"),
        ("mi", "Zimbabwe"),
        ("mk", "Зимбабве"),
        ("ml", "സിംബ\u{d3e}ബ\u{d4d}\u{200c}വേ"),
        ("mn", "Замбибаби"),
        ("mr", "झि\u{902}बाव\u{94d}व\u{947}"),
        ("ms", "Zimbabwe"),
        ("mt", "Żimbabwe"),
        (
            "my",
            "ဇင\u{103a}ဘာဘ\u{103d}ေန\u{102d}\u{102f}င\u{103a}င\u{1036}",
        ),
        ("na", "Zimbabwe"),
        ("nb", "Zimbabwe"),
        ("ne", "जिम\u{94d}बाव\u{947}"),
        ("nl", "Zimbabwe"),
        ("nn", "Zimbabwe"),
        ("nv", "Hooghan Tsé Bee Ádaalyaaí Bikéyah"),
        ("oc", "Zimbabwe"),
        ("or", "ଜ\u{b3f}ମ\u{b4d}ବ\u{b3e}ଓ\u{b4d}ବେ"),
        ("pa", "ਜਿ\u{a70}ਬਾਬਾਵ\u{a47}"),
        ("pi", "जिम\u{94d}बाबव\u{947}"),
        ("pl", "Zimbabwe"),
        ("ps", "زېمبابوې"),
        ("pt", "Zimbabwe"),
        ("pt_BR", "Zimbábue"),
        ("ro", "Zimbabwe"),
        ("ru", "Зимбабве"),
        ("rw", "Zimbabwe"),
        ("sc", "Zimbabwe"),
        ("sd", "زمبابوي"),
        ("si", "ස\u{dd2}ම\u{dca}බ\u{dcf}බ\u{dca}වේ"),
        ("sk", "Zimbabwe"),
        ("sl", "Zimbabve"),
        ("so", "Simbaabwe"),
        ("sq", "Zimbabve"),
        ("sr", "Зимбабве"),
        ("sv", "Zimbabwe"),
        ("sw", "Zimbabwe"),
        ("ta", "ஜிம\u{bcd}ப\u{bbe}ப\u{bcd}வே"),
        ("te", "జ\u{c3f}ంబ\u{c3e}ంబ\u{c4d}వ\u{c47}"),
        ("tg", "Зимбабве"),
        ("th", "ซ\u{e34}มบ\u{e31}บเว"),
        ("ti", "ዚምባብዌ"),
        ("tk", "Zimbabwe"),
        ("tl", "Zimbabwe"),
        ("tr", "Zimbabve"),
        ("tt", "Зимбабве"),
        ("ug", "زىمبابۋې"),
        ("uk", "Зімбабве"),
        ("ur", "زمبابوے"),
        ("uz", "Zimbabve"),
        ("ve", "Zimbagwe"),
        ("vi", "Xim-ba-bu-ê"),
        ("wa", "Zimbabwè"),
        ("wo", "Simbaabwee"),
        ("xh", "Zimbabwe"),
        ("yo", "Sìmbábúè"),
        ("zh_CN", "津巴布韦"),
        ("zh_HK", "津巴布韋"),
        ("zh_TW", "辛巴威"),
        ("zu", "IZimbabwe"),
    ];
    #[cfg(all(feature = "zw", feature = "geo", feature = "constants"))]
    /// GEO data as constants
    pub mod geo {
        pub const LATITUDE: f64 = -19.015438;
        pub const LONGITUDE: f64 = 29.154857;
        pub const MAX_LATITUDE: f64 = -15.6093188;
        pub const MAX_LONGITUDE: f64 = 33.068236;
        pub const MIN_LATITUDE: f64 = -22.4219117;
        pub const MIN_LONGITUDE: f64 = 25.237368;
        pub const NORTHEAST_LATITUDE: f64 = -15.6093188;
        pub const NORTHEAST_LONGITUDE: f64 = 33.068236;
        pub const SOUTHWEST_LATITUDE: f64 = -22.4219117;
        pub const SOUTHWEST_LONGITUDE: f64 = 25.237368;
    }
}
#[cfg(all(feature = "zw", 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: -19.015438,
            longitude: 29.154857,
            max_latitude: -15.6093188,
            max_longitude: 33.068236,
            min_latitude: -22.4219117,
            min_longitude: 25.237368,
            bounds: CountryGeoBounds {
                northeast: CountryGeoBound {
                    latitude: -15.6093188,
                    longitude: 33.068236,
                },
                southwest: CountryGeoBound {
                    latitude: -22.4219117,
                    longitude: 25.237368,
                },
            },
        }
    }
}

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

                (
                    "BU",
                    Subdivision{
                        name: "Bulawayo",
                        country_alpha2: Alpha2::ZW,
                        code: "BU",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-20.1325066), longitude: Some(28.626479), max_latitude: Some(-19.9920628), min_latitude: Some(-20.2712278), max_longitude: Some(28.7632372), min_longitude: Some(28.4270096)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "إقليم بولاوايو"), ("be", "Булавая"), ("ccp", "𑄝\u{1112a}𑄣𑄤𑄃\u{1112e}"), ("ceb", "Bulawayo Province"), ("cy", "Talaith Bulawayo"), ("en", "Bulawayo"), ("fr", "province de Bulawayo"), ("ja", "ブラワヨ"), ("ru", "Булавайо"), ("zh", "布拉瓦约省")]),
                        unofficial_name_list: ["Bulawayo"].to_vec(),
                    }
                ),
                (
                    "HA",
                    Subdivision{
                        name: "Harare",
                        country_alpha2: Alpha2::ZW,
                        code: "HA",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-17.863889), longitude: Some(31.029722), max_latitude: Some(-17.6775542), min_latitude: Some(-17.955721), max_longitude: Some(31.2246813), min_longitude: Some(30.8890352)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "إقليم هراري"), ("ccp", "𑄦𑄢𑄢𑄬"), ("ceb", "Harare Province"), ("cy", "Talaith Harare"), ("de", "Provinz Harare"), ("en", "Harare"), ("fa", "استان هراره"), ("ja", "ハラレ州"), ("ko", "하라레주"), ("lv", "Harare"), ("nb", "Harare Province"), ("ne", "हरार\u{947} प\u{94d}रद\u{947}श"), ("no", "Harare Province"), ("pt", "Harare"), ("ru", "Хараре"), ("uk", "Хараре"), ("zh", "哈拉雷省"), ("zu", "Harare, Isifundazwe")]),
                        unofficial_name_list: ["Harare"].to_vec(),
                    }
                ),
                (
                    "MA",
                    Subdivision{
                        name: "Manicaland",
                        country_alpha2: Alpha2::ZW,
                        code: "MA",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-18.9216386), longitude: Some(32.174605), max_latitude: Some(-17.250581), min_latitude: Some(-21.328112), max_longitude: Some(33.0563049), min_longitude: Some(31.23346299999999)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Manicaland"), ("ar", "محافظة مانيكالاند"), ("bg", "Маникаленд"), ("bn", "মনিক\u{9be}ল\u{9cd}য\u{9be}ন\u{9cd}ড প\u{9cd}রদেশ"), ("ca", "Manicaland"), ("ccp", "𑄟\u{11127}𑄚\u{11128}𑄇𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}"), ("ceb", "Manicaland Province"), ("cs", "Provincie Manica"), ("da", "Manicaland"), ("de", "Provinz Manicaland"), ("el", "Μανικαλάνδη"), ("en", "Manicaland"), ("es", "Manicalandia"), ("et", "Manicaland"), ("eu", "Manicaland"), ("fa", "استان مانیکالند"), ("fi", "Manicaland"), ("fr", "Manicaland"), ("gu", "મ\u{ac7}નિકાલ\u{ac5}ન\u{acd}ડ પ\u{acd}રા\u{a82}ત"), ("hi", "म\u{948}निकाल\u{948}\u{902}ड प\u{94d}रा\u{902}त"), ("id", "Manicaland"), ("it", "provincia del Manicaland"), ("ja", "マニカランド州"), ("ka", "მანიკალენდი"), ("kn", "ಮ\u{ccd}ಯಾನ\u{cbf}ಕಲ\u{ccd} ಮತ\u{ccd}ತು ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "마니칼랜드 주"), ("lt", "Manikalandas"), ("lv", "Manikalandes province"), ("mr", "माणिकल\u{901}ड प\u{94d}रा\u{902}त"), ("ms", "Manicaland"), ("nb", "Manicaland"), ("nl", "Manicaland"), ("no", "Manicaland"), ("pl", "Manicaland"), ("pt", "Manicaland"), ("ro", "Manicaland"), ("ru", "Маникаленд"), ("si", "මන\u{dd2}කලන\u{dca}ඩ\u{dca} පළ\u{dcf}ත"), ("sr", "Маникаленд"), ("sr_Latn", "Manikalend"), ("sv", "Manicaland"), ("ta", "மணிகலந\u{bcd}து ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3e}న\u{c3f}క\u{c3e}ల\u{c3e}ండ\u{c4d} ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "จ\u{e31}งหว\u{e31}ดมาน\u{e34}กาแลนด\u{e4c}"), ("tr", "Manicaland"), ("uk", "Манікаленд"), ("ur", "مانیکالینڈ صوبہ"), ("vi", "Tỉnh Manicaland"), ("zh", "馬尼卡蘭省"), ("zu", "Manicaland")]),
                        unofficial_name_list: ["Manicaland"].to_vec(),
                    }
                ),
                (
                    "MC",
                    Subdivision{
                        name: "Mashonaland Central",
                        country_alpha2: Alpha2::ZW,
                        code: "MC",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-16.7644295), longitude: Some(31.0793705), max_latitude: Some(-15.617567), min_latitude: Some(-17.744136), max_longitude: Some(32.7613351), min_longitude: Some(30.048639)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Masjonaland-Sentraal"), ("ar", "مقاطعة ماشونالاند الوسطى"), ("bg", "Централен Машоналенд"), ("bn", "ম\u{9cd}য\u{9be}শোন\u{9be}ল\u{9cd}য\u{9be}ন\u{9cd}ড কেন\u{9cd}দ\u{9cd}রীয\u{9bc} প\u{9cd}রদেশ"), ("ca", "Mashonaland Central"), ("ccp", "𑄟𑄥\u{1112e}𑄚𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134} 𑄥𑄬𑄚\u{11134}𑄑\u{11133}𑄢𑄣\u{11134}"), ("ceb", "Mashonaland Central Province"), ("da", "Mashonaland Central"), ("de", "Provinz Mashonaland Central"), ("el", "Κεντρική Μασοναλάνδη"), ("en", "Mashonaland Central"), ("es", "Mashonalandia Central"), ("et", "Kesk-Mashonaland"), ("eu", "Erdialdeko Mashonaland"), ("fa", "استان ماشونالند مرکزی"), ("fi", "Mashonaland Central"), ("fr", "Mashonaland central"), ("gu", "મશોનાલ\u{ac7}ન\u{acd}ડ સ\u{ac7}ન\u{acd}ટ\u{acd}રલ પ\u{acd}રા\u{a82}ત"), ("hi", "मशोनाल\u{948}\u{902}ड मध\u{94d}य प\u{94d}रा\u{902}त"), ("id", "Mashonaland Pusat"), ("it", "provincia del Mashonaland Centrale"), ("ja", "中央マショナランド州"), ("ka", "ცენტრალური მაშონალენდი"), ("kn", "ಮಶೋನಾಲ\u{ccd}ಯಾಂಡ\u{ccd} ಮಧ\u{ccd}ಯ ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "중앙마쇼날랜드 주"), ("lt", "Vidurio Mašonalandas"), ("lv", "Centrālās Mašonalendas province"), ("mr", "माशॉनल\u{901}ड मध\u{94d}यवर\u{94d}ती प\u{94d}रा\u{902}त"), ("ms", "Mashonaland Central Province"), ("nb", "Mashonaland Central"), ("nl", "Mashonaland Central"), ("no", "Mashonaland Central"), ("pl", "Maszona Środkowa"), ("pt", "Mashonaland Central"), ("ro", "Mashonaland Central"), ("ru", "Центральный Машоналенд"), ("si", "ම\u{dcf}ෂ\u{dca}හොනලන\u{dca}ඩ\u{dca} මධ\u{dca}\u{200d}යම පළ\u{dcf}ත"), ("sr", "Машоналенд Централ"), ("sr_Latn", "Mašonalend Central"), ("sv", "Mashonaland Central"), ("ta", "மஷோநலன\u{bcd}ட\u{bcd} சென\u{bcd}ட\u{bcd}ரல\u{bcd} ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మషూన\u{c3e}ల\u{c3e}ండ\u{c4d} స\u{c46}ంట\u{c4d}రల\u{c4d} ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "มาโชนาแลนด\u{e4c}เซนทร\u{e31}ล"), ("tr", "Mashonaland Merkez"), ("uk", "Центральний Машоналенд"), ("ur", "ماشونالینڈ وسطی صوبہ"), ("vi", "Tỉnh Miền Trung Mashonaland"), ("zh", "中馬紹納蘭省"), ("zu", "Mashonaland Central")]),
                        unofficial_name_list: ["Mashonaland Central"].to_vec(),
                    }
                ),
                (
                    "ME",
                    Subdivision{
                        name: "Mashonaland East",
                        country_alpha2: Alpha2::ZW,
                        code: "ME",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-18.5871642), longitude: Some(31.2626366), max_latitude: Some(-16.6989399), min_latitude: Some(-19.2712461), max_longitude: Some(32.9946659), min_longitude: Some(30.485893)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Masjonaland-Oos"), ("ar", "محافظة شرق ماشونالاند"), ("bg", "Източен Машоналенд"), ("bn", "ম\u{9cd}য\u{9be}শন\u{9be}ল\u{9cd}য\u{9be}ন\u{9cd}ড প\u{9c2}র\u{9cd}ব প\u{9cd}রদেশ"), ("ca", "Mashonaland Oriental"), ("ccp", "𑄟𑄥\u{1112e}𑄚𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134} 𑄛\u{1112a}𑄇\u{11134}"), ("ceb", "Mashonaland East Province"), ("da", "Mashonaland East"), ("de", "Provinz Mashonaland East"), ("el", "Ανατολική Μασοναλάνδη"), ("en", "Mashonaland East"), ("es", "Mashonalandia Oriental"), ("et", "Ida-Mashonaland"), ("eu", "Ekialdeko Mashonaland"), ("fa", "استان ماشونالند شرقی"), ("fi", "Mashonaland East"), ("fr", "Mashonaland oriental"), ("gu", "મશોનાલ\u{ac7}ન\u{acd}ડ પ\u{ac2}ર\u{acd}વ પ\u{acd}રા\u{a82}ત"), ("he", "משונאלנד מזרח פרובינציה"), ("hi", "माशोनाल\u{948}\u{902}ड प\u{942}र\u{94d}व प\u{94d}रा\u{902}त"), ("id", "Mashonaland Timur"), ("it", "provincia del Mashonaland Orientale"), ("ja", "東マショナランド州"), ("ka", "აღმოსავლეთი მაშონალენდი"), ("kn", "ಮಶೋನಾಲ\u{ccd}ಯಾಂಡ\u{ccd} ಪ\u{cc2}ರ\u{ccd}ವ ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "동마쇼날랜드 주"), ("lt", "Rytų Mašonalandas"), ("lv", "Austrummašonalendas province"), ("mr", "माशोन\u{945}\u{902}ड प\u{942}र\u{94d}व प\u{94d}रा\u{902}त"), ("ms", "Mashonaland Timur"), ("nb", "Mashonaland East"), ("nl", "Mashonaland East"), ("no", "Mashonaland East"), ("pl", "Maszona Wschodnia"), ("pt", "Mashonaland Este"), ("ro", "Provincia Mashonaland East"), ("ru", "Восточный Машоналенд"), ("si", "මශෝනලන\u{dca}ඩ\u{dca} නැගෙනහ\u{dd2}ර පළ\u{dcf}ත"), ("sr", "Машоналенд Исток"), ("sr_Latn", "Mašonalend Istok"), ("sv", "Mashonaland East"), ("ta", "மஷோநலன\u{bcd}ட\u{bcd} கிழக\u{bcd}கு ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3e}ష\u{c4b}న\u{c3e}ల\u{c3e}ండ\u{c4d} ఈస\u{c4d}ట\u{c4d} ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "มาโชนาแลนด\u{e4c}"), ("tr", "Doğu Mashonaland"), ("uk", "Східний Машоналенд"), ("ur", "ماشونالینڈ مشرقی صوبہ"), ("vi", "Tỉnh Mashonaland East"), ("zh", "東馬紹納蘭省"), ("zu", "Mashonaland East")]),
                        unofficial_name_list: ["Mashonaland East"].to_vec(),
                    }
                ),
                (
                    "MI",
                    Subdivision{
                        name: "Midlands",
                        country_alpha2: Alpha2::ZW,
                        code: "MI",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-19.0552009), longitude: Some(29.6035495), max_latitude: Some(-17.132798), min_latitude: Some(-21.045869), max_longitude: Some(30.8542231), min_longitude: Some(27.989973)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Midlands"), ("ar", "محافظة ميدلاندز"), ("bg", "Мидлендс"), ("bn", "মিডল\u{9cd}য\u{9be}ন\u{9cd}ডস প\u{9cd}রদেশ"), ("ca", "Midlands"), ("ccp", "𑄟\u{11128}𑄖\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}𑄥\u{11134}"), ("ceb", "Midlands Province"), ("da", "Midlands"), ("de", "Provinz Midlands"), ("el", "Μίντλαντς"), ("en", "Midlands"), ("es", "Midlands"), ("et", "Midlandsi provints"), ("eu", "Midlands"), ("fa", "استان میدلندز"), ("fi", "Midlands"), ("fr", "Province des Midlands"), ("gu", "મિડલ\u{ac7}ન\u{acd}ડ\u{acd}સ પ\u{acd}રા\u{a82}ત"), ("hi", "मिडल\u{948}\u{902}ड\u{94d}स प\u{94d}रा\u{902}त"), ("id", "Provinsi Midlands"), ("it", "provincia delle Midland"), ("ja", "ミッドランズ州"), ("ka", "მიდლენდსი"), ("kn", "ಮ\u{cbf}ಡ\u{ccd}ಲ\u{ccd}ಯಾಂಡ\u{ccd}ಸ\u{ccd} ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "미들랜즈 주"), ("lt", "Midlandsas"), ("lv", "Midlendsas province"), ("mr", "मिडल\u{902}ड\u{94d}स प\u{94d}रा\u{902}त"), ("ms", "Midlands Province"), ("nb", "Midlands"), ("nl", "Midlands"), ("no", "Midlands"), ("pl", "Midlands"), ("pt", "Midlands"), ("ro", "Provincia Midlands"), ("ru", "Мидлендс"), ("si", "ම\u{dd2}ඩ\u{dca}ලන\u{dca}ඩ\u{dca} පළ\u{dcf}ත"), ("sr", "Мидлендс"), ("sr_Latn", "Midlends"), ("sv", "Midlands"), ("ta", "மிட\u{bcd}ல\u{bbe}ண\u{bcd}ட\u{bcd}ஸ\u{bcd} ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3f}డ\u{c4d}\u{200c}ల\u{c3e}ండ\u{c4d}స\u{c4d} ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "จ\u{e31}งหว\u{e31}ดม\u{e34}ดแลนด\u{e4c}"), ("tr", "Midlands"), ("uk", "Мідлендс"), ("ur", "مڈلینڈز صوبہ"), ("vi", "Tỉnh Midlands"), ("zh", "中部省"), ("zu", "Midlands (Isifundazwe)")]),
                        unofficial_name_list: ["Midlands"].to_vec(),
                    }
                ),
                (
                    "MN",
                    Subdivision{
                        name: "Matabeleland North",
                        country_alpha2: Alpha2::ZW,
                        code: "MN",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-18.5331566), longitude: Some(27.5495846), max_latitude: Some(-17.0204861), min_latitude: Some(-20.343325), max_longitude: Some(29.2292519), min_longitude: Some(25.237028)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Matabeleland-Noord"), ("ar", "محافظة شمال ماتابيليلاند"), ("bg", "Северен Матабелеленд"), ("bn", "ম\u{9be}ত\u{9be}বেলেল\u{9cd}য\u{9be}ন\u{9cd}ড উত\u{9cd}তর প\u{9cd}রদেশ"), ("ca", "Matabeleland Septentrional"), ("ccp", "𑄟𑄑𑄝\u{11128}𑄣\u{11128}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134} 𑄅\u{1112a}𑄖\u{11133}𑄦\u{11127}𑄢\u{11134}"), ("ceb", "Matabeleland North Province"), ("da", "Matabeleland North"), ("de", "Provinz Matabeleland North"), ("el", "Βόρεια Ματαμπελελάνδη"), ("en", "Matabeleland North"), ("es", "Matabelelandia Septentrional"), ("et", "Põhja-Matabeleland"), ("eu", "Iparraldeko Matabeleland"), ("fa", "استان ماتابلند شمالی"), ("fi", "Matabeleland North"), ("fr", "Matabeleland septentrional"), ("gu", "મતાબ\u{ac7}લ\u{ac7}લ\u{ac7}ન\u{acd}ડ ઉત\u{acd}તર પ\u{acd}રા\u{a82}ત"), ("hi", "माट\u{947}ब\u{947}ल\u{947}ल\u{948}\u{902}ड उत\u{94d}तरी प\u{94d}रा\u{902}त"), ("id", "Matabeleland Utara"), ("it", "provincia del Matabeleland Settentrionale"), ("ja", "北マタベレランド州"), ("ka", "ჩრდილოეთი მატაბელელენდი"), ("kn", "ಮಾಟಬೇಲ\u{cc6}ಲ\u{ccd}ಯಾಂಡ\u{ccd} ಉತ\u{ccd}ತರ ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "북마타벨랜드 주"), ("lt", "Šiaurės Matabelelandas"), ("lv", "Ziemeļmatabelelendas province"), ("mr", "माट\u{947}ब\u{947}ल\u{947}ला\u{902}ड उत\u{94d}तर प\u{94d}रा\u{902}त"), ("ms", "Matabeleland North Province"), ("nb", "Matabeleland North"), ("nl", "Matabeleland North"), ("no", "Matabeleland North"), ("pl", "Matabeleland Północny"), ("pt", "Matabeleland Norte"), ("ro", "Matabeleland North"), ("ru", "Северный Матабелеленд"), ("si", "මටබෙලෙලන\u{dca}ඩ\u{dca} උත\u{dd4}ර\u{dd4} පළ\u{dcf}ත"), ("sr", "Матабелеленд Север"), ("sr_Latn", "Matabelelend Sever"), ("sv", "Matabeleland North"), ("sw", "Matabeleland North"), ("ta", "மதபேலேல\u{bbe}ண\u{bcd}ட\u{bcd} வடக\u{bcd}கு ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3e}ట\u{c3e}బ\u{c46}ల\u{c46}ల\u{c3e}ండ\u{c4d} ఉత\u{c4d}తర ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "จ\u{e31}งหว\u{e31}ดมาทาเบเลแลนด\u{e4c}เหน\u{e37}อ"), ("tr", "Kuzey Matabeleland"), ("uk", "Північний Матабелеленд"), ("ur", "ماتابیلےلینڈ شمالی صوبہ"), ("vi", "Tỉnh Matabeleland North"), ("zh", "北馬塔貝萊蘭省"), ("zu", "Matabeleland North")]),
                        unofficial_name_list: ["Matabeleland North"].to_vec(),
                    }
                ),
                (
                    "MS",
                    Subdivision{
                        name: "Matabeleland South",
                        country_alpha2: Alpha2::ZW,
                        code: "MS",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-21.052337), longitude: Some(29.0459927), max_latitude: Some(-19.48262), min_latitude: Some(-22.351074), max_longitude: Some(31.1148949), min_longitude: Some(26.6982439)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Matabeleland-Suid"), ("ar", "مقاطعة جنوب ماتابيليلاند"), ("bg", "Южен Матабелеленд"), ("bn", "ম\u{9be}ট\u{9be}বেলেল\u{9cd}য\u{9be}ন\u{9cd}ড দক\u{9cd}ষিন প\u{9cd}রদেশ"), ("ca", "Matabeleland Meridional"), ("ccp", "𑄟𑄑𑄝\u{11128}𑄣\u{11128}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134} 𑄘\u{11127}𑄊\u{11128}𑄚\u{11134}"), ("ceb", "Matabeleland South Province"), ("da", "Matabeleland South"), ("de", "Provinz Matabeleland South"), ("el", "Νότια Ματαμπελελάνδη"), ("en", "Matabeleland South"), ("es", "Matabelelandia Meridional"), ("et", "Lõuna-Matabeleland"), ("eu", "Hegoaldeko Matabeleland"), ("fa", "استان ماتابلند جنوبی"), ("fi", "Matabeleland South"), ("fr", "Matabeleland méridional"), ("gu", "માટ\u{ac7}બ\u{ac7}લ\u{ac7}લ\u{ac7}ન\u{acd}ડ દક\u{acd}ષિણ પ\u{acd}રા\u{a82}ત"), ("hi", "माताब\u{947}ल\u{947}ल\u{948}\u{902}ड दक\u{94d}षिण प\u{94d}रा\u{902}त"), ("hy", "Հարավային Մատաբելելենդ"), ("id", "Matabeleland Selatan"), ("it", "provincia del Matabeleland Meridionale"), ("ja", "南マタベレランド州"), ("ka", "სამხრეთი მატაბელელენდი"), ("kn", "ಮ\u{ccd}ಯಾಟಬೇಲ\u{cc6}ಲ\u{ccd}ಯಾಂಡ\u{ccd} ದಕ\u{ccd}ಷ\u{cbf}ಣ ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "남마타벨랜드 주"), ("lt", "Pietų Matabelelandas"), ("lv", "Dienvidmatabelelendas province"), ("mr", "माट\u{947}ब\u{947}ल\u{947}ईल दक\u{94d}षिण प\u{94d}रा\u{902}त"), ("ms", "Daerah Selatan Matabeleland"), ("nb", "Matabeleland South"), ("nl", "Matabeleland South"), ("no", "Matabeleland South"), ("pl", "Matabeleland Południowy"), ("pt", "Matabeleland Sul"), ("ro", "Matabeleland South"), ("ru", "Южный Матабелеленд"), ("si", "මටබෙලේලන\u{dca}ඩ\u{dca} දක\u{dd4}ණ\u{dd4} පළ\u{dcf}ත"), ("sr", "Матабелеленд Југ"), ("sr_Latn", "Matabelelend Jug"), ("sv", "Matabeleland South"), ("ta", "மதபேலேல\u{bbe}ண\u{bcd}ட\u{bcd} தெற\u{bcd}கு ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3e}ట\u{c3e}బ\u{c46}ల\u{c46}ల\u{c3e}ండ\u{c4d} దక\u{c4d}ష\u{c3f}ణ ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "จ\u{e31}งหว\u{e31}ดเมตาเบเลแลนด\u{e4c}เซาท\u{e4c}"), ("tr", "Güney Matabeleland"), ("uk", "Південний Матабелеленд"), ("ur", "ماتابیلےلینڈ جنوبی صوبہ"), ("vi", "Tỉnh Matabeleland South"), ("zh", "南馬塔貝萊蘭省"), ("zu", "Matabeleland South")]),
                        unofficial_name_list: ["Matabeleland South"].to_vec(),
                    }
                ),
                (
                    "MV",
                    Subdivision{
                        name: "Masvingo",
                        country_alpha2: Alpha2::ZW,
                        code: "MV",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-20.074444), longitude: Some(30.83277799999999), max_latitude: Some(-20.0377179), min_latitude: Some(-20.1076843), max_longitude: Some(30.86741769999999), min_longitude: Some(30.7932604)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Masvingo"), ("ar", "منطقة ماسفينغو"), ("bg", "Масвинго"), ("bn", "ম\u{9be}\u{9be}ভিঙ\u{9cd}গো প\u{9cd}রদেশ"), ("ca", "Província de Masvingo"), ("ccp", "𑄟𑄌\u{11134}𑄞\u{11128}\u{11101}𑄉\u{1112e}"), ("ceb", "Masvingo Province"), ("da", "Masvingo"), ("de", "Provinz Masvingo"), ("el", "Μασβίνγκο"), ("en", "Masvingo"), ("es", "Provincia de Masvingo"), ("et", "Masvingo provints"), ("eu", "Masvingoko probintzia"), ("fa", "استان ماسوینگو"), ("fi", "Masvingo"), ("fr", "Province de Masvingo"), ("gu", "માસવિન\u{acd}ગો પ\u{acd}રા\u{a82}ત"), ("hi", "म\u{948}सवि\u{902}गो प\u{94d}रा\u{902}त"), ("hy", "Մասվինգո"), ("id", "Provinsi Masvingo"), ("it", "Provincia di Masvingo"), ("ja", "マシンゴ州"), ("ka", "მასვინგოს პროვინცია"), ("kn", "ಮಾಸ\u{ccd}ವ\u{cbf}ಂಗ\u{ccd} ಪ\u{ccd}ರಾಂತ\u{ccd}ಯ"), ("ko", "마스빙고 주"), ("lt", "Masvingo provincija"), ("lv", "Masvingo province"), ("mr", "मासिविओ प\u{94d}रा\u{902}त"), ("ms", "Wilayah Masvingo"), ("nb", "Masvingo"), ("nl", "Masvingo"), ("no", "Masvingo"), ("pl", "Masvingo"), ("pt", "Masvingo"), ("ro", "Provincia Masvingo"), ("ru", "Масвинго"), ("si", "මස\u{dca}ව\u{dd2}න\u{dca}ගෝ පළ\u{dcf}ත"), ("sr", "Машвинго"), ("sr_Latn", "Mašvingo"), ("sv", "Masvingo"), ("ta", "ம\u{bbe}சுவிங\u{bcd}கோ ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3e}స\u{c4d}వ\u{c3f}ంగ\u{c4b} ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "จ\u{e31}งหว\u{e31}ดมาสว\u{e34}นโก"), ("tr", "Masvingo"), ("uk", "Масвінго"), ("ur", "ماسونگو صوبہ"), ("vi", "Tỉnh Masvingo"), ("zh", "馬斯溫戈省"), ("zu", "Masvingo (Isifundazwe)")]),
                        unofficial_name_list: ["Masvingo"].to_vec(),
                    }
                ),
                (
                    "MW",
                    Subdivision{
                        name: "Mashonaland West",
                        country_alpha2: Alpha2::ZW,
                        code: "MW",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(-17.4851029), longitude: Some(29.7889248), max_latitude: Some(-15.6088341), min_latitude: Some(-18.902802), max_longitude: Some(30.993064), min_longitude: Some(28.026284)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Province,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("af", "Masjonaland-Wes"), ("ar", "محافظة ماشونالاند الغربية"), ("bg", "Западен Машоналенд"), ("bn", "ম\u{9cd}য\u{9be}শন\u{9be}ল\u{9cd}য\u{9be}ন\u{9cd}ড ওয\u{9bc}েস\u{9cd}ট প\u{9cd}রদেশ"), ("ca", "Mashonaland Occidental"), ("ccp", "𑄟𑄥\u{1112e}𑄚𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134} 𑄛\u{11127}𑄏\u{11128}𑄟\u{11134}"), ("ceb", "Mashonaland West Province"), ("da", "Mashonaland West"), ("de", "Provinz Mashonaland West"), ("el", "Δυτική Μασοναλάνδη"), ("en", "Mashonaland West"), ("es", "Mashonalandia Occidental"), ("et", "Lääne-Mashonaland"), ("eu", "Mendebaldeko Mashonaland"), ("fa", "استان ماشونالند غربی"), ("fi", "Mashonaland West"), ("fr", "Mashonaland occidental"), ("gu", "મ\u{ac7}શોનાલ\u{ac7}ન\u{acd}ડ પશ\u{acd}ચિમ પ\u{acd}રા\u{a82}ત"), ("he", "משונלנד-מערב"), ("hi", "मशोनाल\u{948}\u{902}ड पश\u{94d}चिमी प\u{94d}रा\u{902}त"), ("id", "Mashonaland Barat"), ("it", "provincia del Mashonaland Occidentale"), ("ja", "西マショナランド州"), ("ka", "დასავლეთი მაშონალენდი"), ("kn", "ಪಶ\u{ccd}ಚ\u{cbf}ಮ ಪ\u{ccd}ರಾಂತ\u{ccd}ಯದ ಮಶೋನಾಲ\u{ccd}ಯಾಂಡ\u{ccd}"), ("ko", "서마쇼날랜드 주"), ("lt", "Vakarų Mašonalandas"), ("lv", "Rietummašonalendas province"), ("mr", "मशोनाल\u{901}ड पश\u{94d}चिम प\u{94d}रा\u{902}त"), ("ms", "Mashonaland Barat"), ("nb", "Mashonaland West"), ("nl", "Mashonaland West"), ("no", "Mashonaland West"), ("pl", "Maszona Zachodnia"), ("pt", "Mashonaland Oeste"), ("ro", "Mashonaland West"), ("ru", "Западный Машоналенд"), ("si", "ලක\u{dca}ෂද\u{dca}ව\u{dd3}ප\u{dca}"), ("sr", "Машоналенд Запад"), ("sr_Latn", "Mašonalend Zapad"), ("sv", "Mashonaland West"), ("ta", "ம\u{bbe}ஷ\u{bbe}னலேண\u{bcd}ட\u{bcd} மேற\u{bcd}கு ம\u{bbe}க\u{bbe}ணம\u{bcd}"), ("te", "మ\u{c3e}ష\u{c4b}న\u{c3e}ల\u{c3e}ండ\u{c4d} పశ\u{c4d}చ\u{c3f}మ ప\u{c4d}ర\u{c3e}వ\u{c3f}న\u{c4d}స\u{c4d}"), ("th", "จ\u{e31}งหว\u{e31}ดมาสโฮนาแลน เวส"), ("tr", "Batı Mashonaland"), ("uk", "Західний Машоналенд"), ("ur", "ماشونالینڈ مغربی صوبہ"), ("vi", "Tỉnh Mashonaland West"), ("zh", "西馬紹納蘭省"), ("zu", "Mashonaland West")]),
                        unofficial_name_list: ["Mashonaland West"].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 = "zw")]
/// [`Country`](crate::Country) struct for this country.
pub fn new() -> Country {
    Country {
        alpha2: Alpha2::ZW,
        alpha3: Alpha3::ZWE,
        address_format: None,
        continent: Continent::Africa,
        country_code: 263,
        currency_code: CurrencyCode::USD,
        maybe_gec: Some(GEC::ZI),
        #[cfg(feature = "geo")]
        geo: geo::new(),
        international_prefix: "00",
        maybe_ioc: Some(IOC::ZIM),
        iso_long_name: "The Republic of Zimbabwe",
        iso_short_name: "Zimbabwe",
        official_language_list: ["en", "nd", "sn"].to_vec(),
        spoken_language_list: ["en", "nd", "sn"].to_vec(),
        national_destination_code_length_list: [2].to_vec(),
        national_number_length_list: [8, 9, 10, 11].to_vec(),
        national_prefix: "0",
        maybe_nationality: Some("Zimbabwean"),
        number: "716",
        postal_code: false,
        postal_code_format: None,
        maybe_region: Some(Region::Africa),
        start_of_week: WeekDay::Monday,
        maybe_subregion: Some(SubRegion::EasternAfrica),
        un_locode: "ZW",
        unofficial_name_list: ["Zimbabwe", "Simbabwe", "Zimbabue", "ジンバブエ"].to_vec(),
        world_region: WorldRegion::EMEA,
        #[cfg(feature = "emojis")]
        emoji: "🇿🇼",
        #[cfg(feature = "translations")]
        translations: HashMap::from([
            ("ab", "Zimbabwe"),
            ("af", "Zimbabwe"),
            ("ak", "Zimbabwe"),
            ("am", "ፒሤቢ።"),
            ("an", "Zimbabwe"),
            ("ar", "زمبابوي"),
            ("as", "জিম\u{9cd}ব\u{9be}বোৱে"),
            ("ay", "Zimbabwe"),
            ("az", "Zimbabve"),
            ("ba", "Zimbabwe"),
            ("be", "Зімбабвэ"),
            ("bg", "Зимбабве"),
            ("bi", "Zimbabwe"),
            ("bn", "জিম\u{9cd}ব\u{9be}ব\u{9c1}য়ে"),
            ("bn_IN", "জিম\u{9cd}ব\u{9be}ব\u{9c1}য়ে"),
            ("br", "Zimbabwe"),
            ("bs", "Zimbabve"),
            ("ca", "Zimbabwe"),
            ("ce", "Зимбабве"),
            ("ch", "Zimbabwe"),
            ("cs", "Zimbabwe"),
            ("cv", "Зимбабве"),
            ("cy", "Zimbabwe"),
            ("da", "Zimbabwe"),
            ("de", "Simbabwe"),
            ("dv", "ޒ\u{7a8}މ\u{7b0}ބ\u{7a7}ބ\u{7aa}ވ\u{7ad}"),
            ("dz", "ཛ\u{f72}མ་བབ་ཝ\u{f72}།"),
            ("ee", "Zimbabwe"),
            ("el", "Ζιμπάμπουε"),
            ("en", "Zimbabwe"),
            ("eo", "Zimbabvo"),
            ("es", "Zimbabue"),
            ("et", "Zimbabwe"),
            ("eu", "Zimbabwe"),
            ("fa", "زیمبابوه"),
            ("ff", "Zimbabwe"),
            ("fi", "Zimbabwe"),
            ("fo", "Simbabvi"),
            ("fr", "Zimbabwe"),
            ("fy", "Simbabwe"),
            ("ga", "An tSiombáib"),
            ("gl", "Zimbabue"),
            ("gn", "Zimbabwe"),
            ("gu", "ઝીમ\u{acd}બાબવ\u{ac7}"),
            ("gv", "Yn Çhimbabwe"),
            ("ha", "Zimbabwe"),
            ("he", "זימבבואה"),
            ("hi", "ज\u{93c}िम\u{94d}बाब\u{94d}व\u{947}"),
            ("hr", "Zimbabve"),
            ("ht", "Zimbabwe"),
            ("hu", "Zimbabwe"),
            ("hy", "Զիմբաբվե"),
            ("ia", "Zimbabwe"),
            ("id", "Zimbabwe"),
            ("io", "Zimbabwe"),
            ("is", "Simbabve"),
            ("it", "Zimbabwe"),
            ("iu", "Zimbabwe"),
            ("ja", "ジンバブエ"),
            ("ka", "ზიმბაბვე"),
            ("ki", "Zimbabwe"),
            ("kk", "Зимбабве"),
            ("kl", "Zimbabwe"),
            ("km", "ហ\u{17d2}ស\u{17ca}\u{17b8}មបាវ\u{17c9}េ"),
            ("kn", "ಝ\u{cbf}ಂಬಾಬ\u{ccd}ವ\u{cc6}"),
            ("ko", "짐바브웨"),
            ("ku", "Zimbabwe"),
            ("kv", "Zimbabwe"),
            ("kw", "Zimbabwe"),
            ("ky", "Зимбабве"),
            ("lo", "Zimbabwe"),
            ("lt", "Zimbabvė"),
            ("lv", "Zimbabve"),
            ("mi", "Zimbabwe"),
            ("mk", "Зимбабве"),
            ("ml", "സിംബ\u{d3e}ബ\u{d4d}\u{200c}വേ"),
            ("mn", "Замбибаби"),
            ("mr", "झि\u{902}बाव\u{94d}व\u{947}"),
            ("ms", "Zimbabwe"),
            ("mt", "Żimbabwe"),
            (
                "my",
                "ဇင\u{103a}ဘာဘ\u{103d}ေန\u{102d}\u{102f}င\u{103a}င\u{1036}",
            ),
            ("na", "Zimbabwe"),
            ("nb", "Zimbabwe"),
            ("ne", "जिम\u{94d}बाव\u{947}"),
            ("nl", "Zimbabwe"),
            ("nn", "Zimbabwe"),
            ("nv", "Hooghan Tsé Bee Ádaalyaaí Bikéyah"),
            ("oc", "Zimbabwe"),
            ("or", "ଜ\u{b3f}ମ\u{b4d}ବ\u{b3e}ଓ\u{b4d}ବେ"),
            ("pa", "ਜਿ\u{a70}ਬਾਬਾਵ\u{a47}"),
            ("pi", "जिम\u{94d}बाबव\u{947}"),
            ("pl", "Zimbabwe"),
            ("ps", "زېمبابوې"),
            ("pt", "Zimbabwe"),
            ("pt_BR", "Zimbábue"),
            ("ro", "Zimbabwe"),
            ("ru", "Зимбабве"),
            ("rw", "Zimbabwe"),
            ("sc", "Zimbabwe"),
            ("sd", "زمبابوي"),
            ("si", "ස\u{dd2}ම\u{dca}බ\u{dcf}බ\u{dca}වේ"),
            ("sk", "Zimbabwe"),
            ("sl", "Zimbabve"),
            ("so", "Simbaabwe"),
            ("sq", "Zimbabve"),
            ("sr", "Зимбабве"),
            ("sv", "Zimbabwe"),
            ("sw", "Zimbabwe"),
            ("ta", "ஜிம\u{bcd}ப\u{bbe}ப\u{bcd}வே"),
            ("te", "జ\u{c3f}ంబ\u{c3e}ంబ\u{c4d}వ\u{c47}"),
            ("tg", "Зимбабве"),
            ("th", "ซ\u{e34}มบ\u{e31}บเว"),
            ("ti", "ዚምባብዌ"),
            ("tk", "Zimbabwe"),
            ("tl", "Zimbabwe"),
            ("tr", "Zimbabve"),
            ("tt", "Зимбабве"),
            ("ug", "زىمبابۋې"),
            ("uk", "Зімбабве"),
            ("ur", "زمبابوے"),
            ("uz", "Zimbabve"),
            ("ve", "Zimbagwe"),
            ("vi", "Xim-ba-bu-ê"),
            ("wa", "Zimbabwè"),
            ("wo", "Simbaabwee"),
            ("xh", "Zimbabwe"),
            ("yo", "Sìmbábúè"),
            ("zh_CN", "津巴布韦"),
            ("zh_HK", "津巴布韋"),
            ("zh_TW", "辛巴威"),
            ("zu", "IZimbabwe"),
        ]),
        #[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(16320537),
    }
}