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 Co-operative Republic of Guyana`

#[cfg(all(feature = "gy", feature = "constants"))]
/// A module to access all constant country data for `The Co-operative Republic of Guyana`.
///
/// 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::GY;
    pub const ALPHA3: Alpha3 = Alpha3::GUY;
    pub const CONTINENT: Continent = Continent::SouthAmerica;
    pub const COUNTRY_CODE: usize = 592;
    pub const CURRENCY_CODE: CurrencyCode = CurrencyCode::GYD;
    pub const GEC: Option<GEC> = Some(GEC::GY);
    pub const INTERNATIONAL_PREFIX: &str = "00";
    pub const IOC: Option<IOC> = Some(IOC::GUY);
    pub const ISO_SHORT_NAME: &str = "Guyana";
    pub const ISO_LONG_NAME: &str = "The Co-operative Republic of Guyana";
    pub const OFFICIAL_LANGUAGE_LIST: &[&str] = &["en"];
    pub const SPOKEN_LANGUAGE_LIST: &[&str] = &["en"];
    pub const NATIONAL_DESTINATION_CODE_LENGTH_LIST: &[usize] = &[2];
    pub const NATIONAL_NUMBER_LENGTH_LIST: &[usize] = &[6, 7];
    pub const NATIONAL_PREFIX: &str = "None";
    pub const NATIONALITY: Option<&str> = Some("Guyanese");
    pub const NUMBER: &str = "328";
    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::SouthAmerica);
    pub const UN_LOCODE: &str = "GY";
    pub const UNOFFICIAL_NAME_LIST: &[&str] = &["Guyana", "ガイアナ"];
    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::Km;
    pub const POPULATION: Option<u64> = Some(808726);
    #[cfg(feature = "emojis")]
    pub const EMOJI: &str = "🇬🇾";
    #[cfg(feature = "translations")]
    pub const TRANSLATIONS: &[(&str, &str)] = &[
        ("ab", "Guyana"),
        ("af", "Guyana"),
        ("ak", "Guyana"),
        ("am", "ጉ።ና"),
        ("an", "Guyana"),
        ("ar", "غويانا"),
        ("as", "গ\u{9be}য়\u{9be}ন\u{9be}"),
        ("ay", "Guyana"),
        ("az", "Quyana"),
        ("ba", "Guyana"),
        ("be", "Гаяна"),
        ("bg", "Гияна"),
        ("bi", "Guyana"),
        ("bn", "গ\u{9be}য়\u{9be}ন\u{9be}"),
        ("bn_IN", "গ\u{9be}য়\u{9be}ন\u{9be}"),
        ("br", "Guyana"),
        ("bs", "Gvajana"),
        ("ca", "Guyana"),
        ("ce", "Гайана"),
        ("ch", "Guyana"),
        ("cs", "Guyana"),
        ("cv", "Гайана"),
        ("cy", "Guyana"),
        ("da", "Guyana"),
        ("de", "Guyana"),
        ("dv", "ގ\u{7aa}ޔ\u{7a7}ނ\u{7a7}"),
        ("dz", "ག\u{f74}་ཡ་ན།"),
        ("ee", "Guyana"),
        ("el", "Γουιάνα"),
        ("en", "Guyana"),
        ("eo", "Gujano"),
        ("es", "Guyana"),
        ("et", "Guyana"),
        ("eu", "Guyana"),
        ("fa", "گویان"),
        ("ff", "Guyana"),
        ("fi", "Guyana"),
        ("fo", "Gujana"),
        ("fr", "Guyana"),
        ("fy", "Guyana"),
        ("ga", "An Ghuáin"),
        ("gl", "Güiana"),
        ("gn", "Guyana"),
        ("gu", "ગ\u{ac1}યાના"),
        ("gv", "Geeaaney"),
        ("ha", "Guyana"),
        ("he", "גיאנה"),
        ("hi", "गयाना"),
        ("hr", "Gvajana"),
        ("ht", "Giyàn"),
        ("hu", "Guyana"),
        ("hy", "Գայանա"),
        ("ia", "Guyana"),
        ("id", "Guyana"),
        ("io", "Guyana"),
        ("is", "Gvæjana"),
        ("it", "Guyana"),
        ("iu", "Guyana"),
        ("ja", "ガイアナ"),
        ("ka", "გაიანა"),
        ("ki", "Guyana"),
        ("kk", "Гайана"),
        ("kl", "Guyana"),
        ("km", "ហ\u{17d2}គ\u{17b8}យ\u{17c9}ាណា"),
        ("kn", "ಗಯಾನಾ"),
        ("ko", "가이아나"),
        ("ku", "Guyana"),
        ("kv", "Guyana"),
        ("kw", "Gwayana"),
        ("ky", "Гайана"),
        ("lo", "ປະເທດກ\u{eb8}ຍຢານ"),
        ("lt", "Gajana"),
        ("lv", "Gajāna"),
        ("mi", "Kaiana"),
        ("mk", "Гвајана"),
        ("ml", "ഗയ\u{d3e}ന"),
        ("mn", "Гайана"),
        ("mr", "गयाना"),
        ("ms", "Guyana"),
        ("mt", "Gujana"),
        (
            "my",
            "ဂ\u{102d}\u{102f}င\u{103a}ယာနာန\u{102d}\u{102f}င\u{103a}င\u{1036}",
        ),
        ("na", "Guyana"),
        ("nb", "Guyana"),
        ("ne", "ग\u{941}याना"),
        ("nl", "Guyana"),
        ("nn", "Guyana"),
        ("nv", "Guyana"),
        ("oc", "Guyana"),
        ("or", "ଗ\u{b41}ୟ\u{b3e}ନ\u{b3e}"),
        ("pa", "ਗ\u{a41}ਆਨਾ"),
        ("pi", "गयाना"),
        ("pl", "Gujana"),
        ("ps", "ګايانا"),
        ("pt", "Guiana"),
        ("pt_BR", "Guiana"),
        ("ro", "Guyana"),
        ("ru", "Гайана"),
        ("rw", "Giyana"),
        ("sc", "Guyana"),
        ("sd", "گيانا"),
        ("si", "ගයන\u{dcf}"),
        ("sk", "Guyana"),
        ("sl", "Gvajana"),
        ("so", "Guyana"),
        ("sq", "Guajana"),
        ("sr", "Гвајана"),
        ("sv", "Guyana"),
        ("sw", "Guyana"),
        ("ta", "கய\u{bbe}ன\u{bbe}"),
        ("te", "గయ\u{c3e}న\u{c3e}"),
        ("tg", "Гайана"),
        ("th", "กายอานา"),
        ("ti", "ጉያና"),
        ("tk", "Gaýana"),
        ("tl", "Guyana"),
        ("tr", "Guyana"),
        ("tt", "Gуяна"),
        ("ug", "گىۋىيانا"),
        ("uk", "Гаяна"),
        ("ur", "گیانا"),
        ("uz", "Gayana"),
        ("ve", "Guyana"),
        ("vi", "Guy-a-na"),
        ("wa", "Guyana"),
        ("wo", "Guyaana"),
        ("xh", "Guyana"),
        ("yo", "Gùyánà"),
        ("zh_CN", "圭亚那"),
        ("zh_HK", "圭亞那"),
        ("zh_TW", "蓋亞那"),
        ("zu", "Guyana"),
    ];
    #[cfg(all(feature = "gy", feature = "geo", feature = "constants"))]
    /// GEO data as constants
    pub mod geo {
        pub const LATITUDE: f64 = 4.860416;
        pub const LONGITUDE: f64 = -58.93018;
        pub const MAX_LATITUDE: f64 = 8.722199999999999;
        pub const MAX_LONGITUDE: f64 = -56.49112;
        pub const MIN_LATITUDE: f64 = 1.164724;
        pub const MIN_LONGITUDE: f64 = -61.414905;
        pub const NORTHEAST_LATITUDE: f64 = 8.722199999999999;
        pub const NORTHEAST_LONGITUDE: f64 = -56.49112;
        pub const SOUTHWEST_LATITUDE: f64 = 1.164724;
        pub const SOUTHWEST_LONGITUDE: f64 = -61.414905;
    }
}
#[cfg(all(feature = "gy", 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: 4.860416,
            longitude: -58.93018,
            max_latitude: 8.722199999999999,
            max_longitude: -56.49112,
            min_latitude: 1.164724,
            min_longitude: -61.414905,
            bounds: CountryGeoBounds {
                northeast: CountryGeoBound {
                    latitude: 8.722199999999999,
                    longitude: -56.49112,
                },
                southwest: CountryGeoBound {
                    latitude: 1.164724,
                    longitude: -61.414905,
                },
            },
        }
    }
}

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

                (
                    "BA",
                    Subdivision{
                        name: "Barima-Waini",
                        country_alpha2: Alpha2::GY,
                        code: "BA",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.488241899999999), longitude: Some(-59.6564494), max_latitude: Some(8.5480995), min_latitude: Some(6.981004), max_longitude: Some(-58.8041041), min_longitude: Some(-60.7125971)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "باريما - ويني"), ("bg", "Барима-Уейни"), ("bn", "ব\u{9be}রিম\u{9be}-ওয\u{9bc}\u{9be}ইনি"), ("ccp", "𑄝𑄢\u{11128}𑄟-𑄃\u{1112e}𑄠\u{1112d}𑄚\u{11128}"), ("ceb", "Barima-Waini Region"), ("da", "Barima-Waini"), ("de", "Barima-Waini"), ("el", "Μπαρίμα-Γουαΐνι"), ("en", "Barima-Waini"), ("es", "Barima-Waini"), ("fa", "باریما-واینی"), ("fi", "Barima-Waini"), ("fr", "Barima-Waini"), ("gl", "Barima-Waini"), ("gu", "બારીમા-વાઈની"), ("hi", "बरीमा-व\u{948}नी"), ("id", "Barima-Waini"), ("it", "Barima-Waini"), ("ja", "バリマ・ワイニ州"), ("kk", "Барима-Уайни"), ("kn", "ಬರ\u{cbf}ಮಾ-ವೈನ\u{cbf}"), ("ko", "바리마와이니 주"), ("lt", "Barima-Vainis"), ("lv", "Barima-Vaini"), ("mr", "बरिमा-व\u{947}नई"), ("ms", "Barima-Waini"), ("nb", "Barima-Waini"), ("nl", "Barima-Waini"), ("no", "Barima-Waini"), ("pl", "Barima-Waini"), ("ps", "باریما واینی"), ("pt", "Barima-Waini"), ("ro", "Barima-Waini"), ("ru", "Барима-Уайни"), ("si", "බර\u{dd2}ම\u{dcf}-වය\u{dd2}න\u{dd2}"), ("sq", "Barima-Waini"), ("sv", "Barima-Waini"), ("ta", "பரிம\u{bbe} -வைனி"), ("te", "బర\u{c3f}మ\u{c3e}-వ\u{c48}న\u{c3f}"), ("th", "บาร\u{e34}มา-วาอ\u{e34}น\u{e34}"), ("tr", "Barima-Waini"), ("uk", "Баріма-Вайні"), ("ur", "باریما واینی"), ("vi", "Barima-Waini"), ("zh", "巴里马-瓦伊尼")]),
                        unofficial_name_list: ["Barima-Waini"].to_vec(),
                    }
                ),
                (
                    "CU",
                    Subdivision{
                        name: "Cuyuni-Mazaruni",
                        country_alpha2: Alpha2::GY,
                        code: "CU",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(6.4642141), longitude: Some(-60.21107519999999), max_latitude: Some(7.233457), min_latitude: Some(5.16021), max_longitude: Some(-58.56568799999999), min_longitude: Some(-61.396271)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "كويوني مازاروني"), ("bg", "Каюни-Мазаруни"), ("bn", "ক\u{9c1}য\u{9bc}\u{9c1}নি-ম\u{9be}জ\u{9be}র\u{9c1}নি"), ("ccp", "𑄌\u{1112a}𑄠\u{1112e}𑄚\u{11128}-𑄟𑄎𑄢\u{1112a}𑄚\u{11128}"), ("ceb", "Cuyuni-Mazaruni Region"), ("da", "Cuyuni-Mazaruni"), ("de", "Cuyuni-Mazaruni"), ("el", "Κουγιούνι-Μαζαρούνι"), ("en", "Cuyuni-Mazaruni"), ("es", "Cuyuni-Mazaruni"), ("fa", "کویونی-مازارونی"), ("fi", "Cuyuni-Mazaruni"), ("fr", "Cuyuni-Mazaruni"), ("gu", "ક\u{ac1}ય\u{ac2}ની-મઝાર\u{ac2}ની"), ("hi", "क\u{941}य\u{942}नी-मज\u{93c}ार\u{942}नी"), ("id", "Cuyuni-Mazaruni"), ("it", "Cuyuni-Mazaruni"), ("ja", "クユニ=マザルニ州"), ("kk", "Куюни-Мазаруни"), ("kn", "ಕುಯುನ\u{cbf}-ಮಝರುನ\u{cbf}"), ("ko", "쿠유니마자루니 주"), ("lt", "Kujunis-Mazarunis"), ("lv", "Kujuni-Mazaruni"), ("mr", "क\u{94d}य\u{941}नी-मझार\u{941}नी"), ("ms", "Cuyuni-Mazaruni"), ("nb", "Cuyuni-Mazaruni"), ("nl", "Cuyuni-Mazaruni"), ("no", "Cuyuni-Mazaruni"), ("pl", "Cuyuni-Mazaruni"), ("pt", "Cuyuni-Mazaruni"), ("ro", "Cuyuni-Mazaruni"), ("ru", "Куюни-Мазаруни"), ("si", "ක\u{dd4}ය\u{dd2}න\u{dd2} ම\u{dcf}සර\u{dd6}න\u{dd2}"), ("sq", "Cuyuni-Mazaruni"), ("sv", "Cuyuni-Mazaruni"), ("ta", "சுயூனி -ம\u{bbe}ச\u{bbe}ருநி"), ("te", "కయూన\u{c3f}-మజరున\u{c48}"), ("th", "ค\u{e39}ย\u{e39}น\u{e35}-มาซาร\u{e39}น\u{e35}"), ("tr", "Cuyuni-Maarauni"), ("uk", "Куюні-Мазаруні"), ("ur", "کویونی مازارونی"), ("vi", "Cuyuni-Mazaruni"), ("zh", "庫尤尼-馬扎魯尼區")]),
                        unofficial_name_list: ["Cuyuni-Mazaruni"].to_vec(),
                    }
                ),
                (
                    "DE",
                    Subdivision{
                        name: "Demerara-Mahaica",
                        country_alpha2: Alpha2::GY,
                        code: "DE",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(6.546425999999999), longitude: Some(-58.0982046), max_latitude: Some(6.826398299999999), min_latitude: Some(6.096394), max_longitude: Some(-57.8823981), min_longitude: Some(-58.3052001)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "ديميرارا-مهايكا"), ("be", "Дэмерара-Махайка"), ("bg", "Демерара-Махайка"), ("bn", "ডেম\u{9be}র\u{9be}র\u{9be}-ম\u{9be}হিয\u{9bc}\u{9be}ক\u{9be}"), ("ccp", "𑄓𑄬𑄟𑄢𑄢-𑄟𑄦\u{1112d}𑄇"), ("ceb", "Demerara-Mahaica Region"), ("da", "Demerara-Mahaica"), ("de", "Demerara-Mahaica"), ("el", "Ντεμεράρα-Μαχάικα"), ("en", "Demerara-Mahaica"), ("es", "Demerara-Mahaica"), ("fa", "دمرارا-ماهایکا"), ("fi", "Demerara-Mahaica"), ("fr", "Demerara-Mahaica"), ("gu", "ડ\u{ac7}મ\u{ac7}રારા-મહ\u{ac8}કા"), ("hi", "ड\u{947}मरारा-महाइका"), ("id", "Demerara-Mahaica"), ("it", "Demerara-Mahaica"), ("ja", "デメララ・マハイカ州"), ("kk", "Демерара-Махайка"), ("kn", "ಡ\u{cc6}ಮ\u{cc6}ರರಾ-ಮಹಾಕಾ"), ("ko", "데메라라마하이카 주"), ("lt", "Demerara-Mahaika"), ("lv", "Demerara-Mahaika"), ("mr", "ड\u{947}म\u{947}रारा-महाका"), ("ms", "Demerara-Mahaica"), ("nb", "Demerara-Mahaica"), ("nl", "Demerara-Mahaica"), ("no", "Demerara-Mahaica"), ("pl", "Demerara-Mahaica"), ("pt", "Demerara-Mahaica"), ("ro", "Demerara-Mahaica"), ("ru", "Демерара-Махайка"), ("si", "දෙමෙර\u{dcf}ර\u{dcf} මහස\u{dd2}ය\u{dcf}"), ("sq", "Demerara-Mahaica"), ("sv", "Demerara-Mahaica"), ("ta", "டெமெரர\u{bbe} -மஹேக\u{bbe}"), ("te", "డ\u{c46}మ\u{c46}ర\u{c3e}ర\u{c3e}-మ\u{c3e}హ\u{c48}క\u{c3e}"), ("th", "เดเมอรารา-มาเฮคา"), ("tr", "Demerara- Mahaica"), ("uk", "Демерара-Махайка"), ("ur", "دیمیرارا ماہایکا"), ("vi", "Demerara-Mahaica"), ("zh", "德梅拉拉-馬海卡區")]),
                        unofficial_name_list: ["Demerara-Mahaica"].to_vec(),
                    }
                ),
                (
                    "EB",
                    Subdivision{
                        name: "East Berbice-Corentyne",
                        country_alpha2: Alpha2::GY,
                        code: "EB",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(2.7477922), longitude: Some(-57.4627259), max_latitude: Some(6.3251509), min_latitude: Some(1.452054), max_longitude: Some(-56.48025089999999), min_longitude: Some(-58.518758)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "شرق بيربيس-كورنتين"), ("bn", "ইস\u{9cd}ট ব\u{9be}রবিচ-করেনট\u{9be}ইন"), ("ccp", "𑄛\u{1112a}𑄇\u{11134} 𑄝𑄢\u{11134}𑄝\u{1112d}𑄌\u{11134}-𑄇\u{1112e}𑄢𑄬𑄚\u{11134}𑄑\u{1112d}𑄚\u{11134}"), ("ceb", "East Berbice-Corentyne Region"), ("cs", "East Berbice-Corentyne"), ("da", "East Berbice-Corentyne"), ("de", "East Berbice-Corentyne"), ("el", "Ήστ Μπερμπίκε-Κορεντίνε"), ("en", "East Berbice-Corentyne"), ("es", "Berbice Oriental-Corentyne"), ("fa", "بربیک شرقی-کورنتاین"), ("fi", "East Berbice-Corentyne"), ("fr", "Berbice oriental-Courantyne"), ("gu", "ઇસ\u{acd}ટ બ\u{ac7}ર\u{acd}બિસ-કોર\u{ac7}ન\u{acd}ટીન"), ("hi", "ईस\u{94d}ट ब\u{947}र\u{94d}बिस-कोर\u{947}\u{902}टीन"), ("id", "Berbice-Corentyne Timur"), ("it", "Berbice Orientale-Corentyne"), ("ja", "東ベルビセ=コレンティネ州"), ("kk", "Шығыс Бербис - Корентайн"), ("kn", "ಈಸ\u{ccd}ಟ\u{ccd} ಬರ\u{ccd}ಬೀಸ\u{ccd}-ಕೊರ\u{cc6}ಂಟೈನ\u{ccd}"), ("ko", "이스트버비스코렌타인 주"), ("lt", "Rytų Berbisas-Koranteinas"), ("lv", "Austrumberbisa-Koranteina"), ("mr", "ईस\u{94d}ट ब\u{947}र\u{94d}बाइस-कोरन\u{947}टीन"), ("ms", "East Berbice-Corentyne"), ("nb", "East Berbice-Corentyne"), ("nl", "East Berbice-Corentyne"), ("no", "East Berbice-Corentyne"), ("pl", "East Berbice-Corentyne"), ("pt", "Berbice Oriental-Corentyne"), ("ro", "East Berbice-Corentyne"), ("ru", "Ист-Бербис-Корентайн"), ("si", "නැගෙනහ\u{dd2}ර බර\u{dca}බය\u{dd2}ස\u{dca} කොරෙන\u{dca}ට\u{dca}ය\u{dca}නේ"), ("sq", "East Berbice-Corentyne"), ("sv", "East Berbice-Corentyne"), ("ta", "கிழக\u{bcd}கு பெர\u{bcd}பிஸ\u{bcd} -க\u{bbe}ரெண\u{bcd}ட\u{bcd}டின\u{bcd}"), ("te", "తూర\u{c4d}పు బ\u{c46}ర\u{c4d}బ\u{c48}స\u{c4d}-క\u{c4b}ర\u{c46}ంట\u{c48}న\u{c4d}"), ("th", "อ\u{e35}ส เบอไบซ\u{e4c} โคเร\u{e47}นไทร\u{e4c}"), ("tr", "Doğu Berbice-County"), ("uk", "Східний Бербіс-Корентайн"), ("ur", "مشرقی بربیس کورینتینے"), ("vi", "Đông Berbice-Corentyne"), ("zh", "东伯比斯-科兰太因")]),
                        unofficial_name_list: ["East Berbice-Corentyne"].to_vec(),
                    }
                ),
                (
                    "ES",
                    Subdivision{
                        name: "Essequibo Islands-West Demerara",
                        country_alpha2: Alpha2::GY,
                        code: "ES",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(6.5720132), longitude: Some(-58.4629997), max_latitude: Some(7.0862864), min_latitude: Some(6.114976), max_longitude: Some(-58.1656161), min_longitude: Some(-58.835067)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "إقليم جزر ايسيكويبو غرب ديميرارا"), ("bn", "এসেক\u{9c1}ইবো আইল\u{9cd}য\u{9be}ন\u{9cd}ড"), ("ccp", "𑄃\u{11128}𑄥𑄬𑄇\u{1112d}\u{1112a}𑄝\u{1112e} 𑄃\u{11128}𑄌\u{11134}𑄣\u{11133}𑄠𑄚\u{11133}𑄓\u{11134}𑄌\u{11134}-𑄛\u{11127}𑄏\u{11128}𑄟\u{11134} 𑄓𑄬𑄟𑄢𑄢"), ("ceb", "Essequibo Islands-West Demerara Region"), ("cs", "Essequibo Islands-West Demerara"), ("da", "Essequibo Islands-West Demerara"), ("de", "Essequibo Islands-West Demerara"), ("el", "Νησιά Εσσεσουίμπο-Γουέστ Ντεμεράρα"), ("en", "Essequibo Islands-West Demerara"), ("es", "Islas Esequibo-Demerara Occidental"), ("fa", "جزایر اسیکوییبو-دمرارا غربی"), ("fi", "Essequibo Islands-West Demerara"), ("fr", "Îles d’Essequibo-Demerara Occidental"), ("gu", "એસ\u{ac7}ક\u{acd}ય\u{ac1}બો આઇલ\u{ac7}ન\u{acd}ડ\u{acd}સ-વ\u{ac7}સ\u{acd}ટ ડ\u{ac7}મ\u{ac7}રારા"), ("hi", "एस\u{947}किबो द\u{94d}वीपसम\u{942}ह-पश\u{94d}चिमी ड\u{947}मरारा"), ("id", "Pulau Essequibo-Demerara Barat"), ("it", "Isole Essequibo-Demerara Occidentale"), ("ja", "エセキボ諸島=西デメララ州"), ("kk", "Эссекибо аралдары - Батыс Демерара"), ("kn", "ಈಸ\u{ccd}ಕ\u{cbf}ನ\u{cbf}ಬೋ ಐಲ\u{ccd}ಯಾಂಡ\u{ccd}ಸ\u{ccd}-ವ\u{cc6}ಸ\u{ccd}ಟ\u{ccd} ಡ\u{cc6}ಮ\u{cc6}ರಾರಾ"), ("ko", "에세키보아일랜즈웨스트데메라라 주"), ("lt", "Esekibo salos-Vakarų Demerara"), ("lv", "Esekibo salas-Rietumdemerara"), ("mr", "एस\u{947}शिब\u{942} आइल\u{945}\u{902}ड\u{94d}स-व\u{947}स\u{94d}ट ड\u{947}म\u{947}रारा"), ("ms", "Kepulauan Essequibo-Demerara Barat"), ("nb", "Essequibo Islands-West Demerara"), ("nl", "Essequibo Islands-West Demerara"), ("no", "Essequibo Islands-West Demerara"), ("pl", "Essequibo Islands-West Demerara"), ("pt", "Ilhas Essequibo-Demerara Ocidental"), ("ro", "Essequibo Islands-West Demerara"), ("ru", "Эссекибо-Айлендс-Уэст-Демерара"), ("si", "එසේක\u{dd4}ය\u{dd2}බෝ ද\u{dd6}පත\u{dca}"), ("sq", "Essequibo Islands-West Demerara"), ("sv", "Essequibo Islands-West Demerara"), ("ta", "எஸ\u{bcd}செகுஇபோ இஸ\u{bcd}ல\u{bbe}ண\u{bcd}ட\u{bcd}ஸ\u{bcd} -மேற\u{bcd}கு டெமெரர\u{bbe}"), ("te", "ఎస\u{c46}క\u{c4d}వ\u{c3f}బ\u{c4b} ద\u{c40}వులు-పశ\u{c4d}చ\u{c3f}మ డ\u{c46}మ\u{c46}ర\u{c3e}ర\u{c3e}"), ("th", "หม\u{e39}\u{e48}เกาะเอสส\u{e34}ค\u{e34}วโบเดเมราร\u{e48}าตะว\u{e31}นตก"), ("tr", "Essequibo Adaları - Batı Demerara"), ("uk", "Острови Есекібо-Західна Демерара"), ("ur", "ایسیکویبو جزائر مغربی دیمیرارا"), ("vi", "Quần đảo Essequibo Islands (Tây Demerara)"), ("zh", "埃塞奎博群島-西德梅拉拉區")]),
                        unofficial_name_list: ["Essequibo Islands-West Demerara"].to_vec(),
                    }
                ),
                (
                    "MA",
                    Subdivision{
                        name: "Mahaica-Berbice",
                        country_alpha2: Alpha2::GY,
                        code: "MA",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(6.238496), longitude: Some(-57.9162555), max_latitude: Some(6.7012129), min_latitude: Some(5.8556228), max_longitude: Some(-57.530811), min_longitude: Some(-58.1318211)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("bg", "Махайка-Бърбайс"), ("ccp", "𑄟𑄦\u{1112d}𑄇-𑄝𑄢\u{11134}𑄝\u{1112d}𑄌\u{11134}"), ("ceb", "Mahaica-Berbice Region"), ("de", "Mahaica-Berbice"), ("en", "Mahaica-Berbice"), ("es", "Mahaica-Berbice"), ("fa", "ماهایکا-بربیک"), ("fr", "Mahaica-Berbice"), ("id", "Mahaica-Berbice"), ("it", "Mahaica-Berbice"), ("ja", "マハイカ=ベルビセ州"), ("kk", "Махайка-Бербис"), ("ko", "마하이카버비스 주"), ("lt", "Mahaika-Berbisas"), ("nb", "Mahaica-Berbice"), ("nl", "Mahaica-Berbice"), ("no", "Mahaica-Berbice"), ("pl", "Mahaica-Berbice"), ("pt", "Mahaica-Berbice"), ("ro", "Mahaica-Berbice"), ("ru", "Махайка-Бербис"), ("sq", "Mahaica-Berbice"), ("sv", "Mahaica-Berbice"), ("uk", "Махайка-Бербіс"), ("ur", "ماہایکا بربیس"), ("zh", "馬海卡-伯比斯區")]),
                        unofficial_name_list: ["Mahaica-Berbice"].to_vec(),
                    }
                ),
                (
                    "PM",
                    Subdivision{
                        name: "Pomeroon-Supenaam",
                        country_alpha2: Alpha2::GY,
                        code: "PM",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(7.1294166), longitude: Some(-58.9206295), max_latitude: Some(7.6828597), min_latitude: Some(6.7601081), max_longitude: Some(-58.47301489999999), min_longitude: Some(-59.17710700000001)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "بوميرون-سوبنام"), ("bg", "Померун-Супенам"), ("bn", "পোমের\u{9c1}ন-স\u{9c1}পেন\u{9be}ম"), ("ccp", "𑄛\u{1112e}𑄟𑄢\u{1112a}𑄚\u{11134}-𑄥\u{1112a}𑄛𑄬𑄚𑄟\u{11134}"), ("ceb", "Pomeroon-Supenaam Region"), ("da", "Pomeroon-Supenaam"), ("de", "Pomeroon-Supenaam"), ("el", "Πομερούν-Σουπεναάμ"), ("en", "Pomeroon-Supenaam"), ("es", "Pomeroon-Supenaam"), ("fa", "پومرون-سوپنام"), ("fi", "Pomeroon-Supenaam"), ("fr", "Pomeroon-Supenaam"), ("gu", "પોમ\u{ac7}ર\u{ac2}ન-સ\u{ac1}પ\u{ac7}નામ"), ("hi", "पोम\u{947}र\u{942}न-स\u{941}पनाम"), ("id", "Pomeroon-Supenaam"), ("it", "Pomeroon-Supenaam"), ("ja", "ポメローン=スペナーム州"), ("kk", "Померун-Супенаам"), ("kn", "ಪೋಮರ\u{cc2}ನ\u{ccd}-ಸುಪೀನಾಮ\u{ccd}"), ("ko", "포메룬수페남 주"), ("lt", "Pomeronas-Supenamas"), ("lv", "Pomerūna-Supenāma"), ("mr", "पोम\u{947}र\u{942}न-स\u{941}प\u{947}\u{902}नाम"), ("ms", "Pomeroon-Supenaam"), ("nb", "Pomeroon-Supenaam"), ("nl", "Pomeroon-Supenaam"), ("no", "Pomeroon-Supenaam"), ("pl", "Pomeroon-Supenaam"), ("pt", "Pomeroon-Supenaam"), ("ro", "Pomeroon-Supenaam"), ("ru", "Померун-Супенаам"), ("si", "පොමෙර\u{dd6}න\u{dca}-ස\u{dd4}පෙන\u{dcf}ම\u{dca}"), ("sq", "Pomeroon-Supenaam"), ("sv", "Pomeroon-Supenaam"), ("ta", "போமெரூன\u{bcd} -சூப\u{bcd}பேன\u{bbe}ம\u{bcd}"), ("te", "ప\u{c4b}మ\u{c46}రూన\u{c4d}-సూప\u{c46}న\u{c3e}మ\u{c4d}"), ("th", "เม\u{e37}องด\u{e34}งล\u{e35}"), ("tr", "Pomeroon-Supenaam"), ("uk", "Померун-Супенаам"), ("ur", "پومیرون سوپینام"), ("vi", "Pomeroon-Supenaam"), ("zh", "波默倫-蘇佩納姆區")]),
                        unofficial_name_list: ["Pomeroon-Supenaam"].to_vec(),
                    }
                ),
                (
                    "PT",
                    Subdivision{
                        name: "Potaro-Siparuni",
                        country_alpha2: Alpha2::GY,
                        code: "PT",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(4.7855853), longitude: Some(-59.28799770000001), max_latitude: Some(5.733892000000001), min_latitude: Some(3.989301), max_longitude: Some(-58.272824), min_longitude: Some(-60.16331909999999)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "بوتارو-سيباروني"), ("bg", "Потаро-Сипаруни"), ("bn", "পোত\u{9be}রো সিপ\u{9be}র\u{9c1}নি"), ("ccp", "𑄛\u{11127}𑄑𑄢\u{1112e}-𑄥\u{11128}𑄛𑄢\u{1112a}𑄚\u{11128}"), ("ceb", "Potaro-Siparuni Region"), ("da", "Potaro-Siparuni"), ("de", "Potaro-Siparuni"), ("el", "Ποτάρο-Σιπαρούνι"), ("en", "Potaro-Siparuni"), ("es", "Potaro-Siparuni"), ("fa", "پوتارو-سیپارونی"), ("fi", "Potaro-Siparuni"), ("fr", "Potaro-Siparuni"), ("gu", "પોટારો-સિપર\u{ac1}નિ"), ("hi", "पोटारो-सिपार\u{941}नी"), ("id", "Potaro-Siparuni"), ("it", "Potaro-Siparuni"), ("ja", "ポタロ=シパルニ州"), ("kk", "Потаро-Сипаруни"), ("kn", "ಪೋಟೋರೋ-ಸ\u{cbf}ಪರುನ\u{cbf}"), ("ko", "포타로시파루니 주"), ("lt", "Potaras-Siparunis"), ("lv", "Potaro-Siparuni"), ("mr", "पोट\u{94d}रो-सिपर\u{941}न"), ("ms", "Potaro-Siparuni"), ("nb", "Potaro-Siparuni"), ("nl", "Potaro-Siparuni"), ("no", "Potaro-Siparuni"), ("pl", "Potaro-Siparuni"), ("pt", "Potaro-Siparuni"), ("ro", "Potaro-Siparuni"), ("ru", "Потаро-Сипаруни"), ("si", "පොට\u{dcf}රෝ-ස\u{dd2}පර\u{dd4}න\u{dd2}"), ("sq", "Potaro-Siparuni"), ("sv", "Potaro-Siparuni"), ("ta", "போடரோ-சிபருணி"), ("te", "ప\u{c4b}ట\u{c3e}ర\u{c4b}-స\u{c3f}ప\u{c3e}రున\u{c3f}"), ("th", "โปตาโร ส\u{e34}ปาร\u{e39}น\u{e34}"), ("tr", "Potaro-Siparuni"), ("uk", "Потаро-Сипаруні"), ("ur", "پوتارو سیپارونی"), ("vi", "Potaro-Siparuni"), ("zh", "波塔羅-錫帕魯尼區")]),
                        unofficial_name_list: ["Potaro-Siparuni"].to_vec(),
                    }
                ),
                (
                    "UD",
                    Subdivision{
                        name: "Upper Demerara-Berbice",
                        country_alpha2: Alpha2::GY,
                        code: "UD",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(5.3064879), longitude: Some(-58.18929209999999), max_latitude: Some(6.508296100000001), min_latitude: Some(4.601077), max_longitude: Some(-57.63137390000001), min_longitude: Some(-58.8706361)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "أبر ديميرارا-بيربيس"), ("bn", "আপ\u{9be}র ডেম\u{9be}র\u{9be}র\u{9be}-ব\u{9be}রবিচ"), ("ca", "Upper Demerara-Berbice"), ("ccp", "𑄃𑄛𑄢\u{11134} 𑄓𑄟𑄬𑄢𑄢-𑄝𑄢\u{11134}𑄝\u{1112d}𑄌\u{11134}"), ("ceb", "Upper Demerara-Berbice Region"), ("da", "Upper Demerara-Berbice"), ("de", "Upper Demerara-Berbice"), ("el", "Άπερ Ντεμεράρα-Μπερμπίκε"), ("en", "Upper Demerara-Berbice"), ("es", "Alto Demerara-Berbice"), ("fa", "دمرارا-بربیک علیا"), ("fi", "Upper Demerara-Berbice"), ("fr", "Haut-Demerara-Berbice"), ("gu", "અપર ડ\u{ac7}મ\u{ac7}રારા-બર\u{acd}બાઈસ"), ("hi", "ऊपरी ड\u{947}मरारा-बर\u{94d}बिस"), ("id", "Demerara Hulu-Berbice"), ("it", "Alto Demerara-Berbice"), ("ja", "アッパー・デメララ=ベルビセ州"), ("kk", "Жоғарғы Демерара-Бербис"), ("kn", "ಅಪ\u{ccd}ಪರ\u{ccd} ಡ\u{cc6}ಮ\u{cc6}ರಾ-ಬರ\u{ccd}ಬ\u{cbf}ಸ\u{ccd}"), ("ko", "어퍼데메라라버비스 주"), ("lt", "Aukštutinė Demerara-Berbisas"), ("lv", "Augšdemerara-Berbisa"), ("mr", "अप\u{94d}पर ड\u{947}म\u{947}ररा-बरबिस"), ("ms", "Upper Demerara-Berbice"), ("nb", "Upper Demerara-Berbice"), ("nl", "Upper Demerara-Berbice"), ("no", "Upper Demerara-Berbice"), ("pl", "Upper Demerara-Berbice"), ("pt", "Alto Demerara-Berbice"), ("ro", "Upper Demerara-Berbice"), ("ru", "Аппер-Демерара-Бербис"), ("si", "ඉහල දෙමෙර\u{dcf}ර\u{dcf} -බර\u{dca}බ\u{dd2}ස\u{dca}"), ("sq", "Upper Demerara-Berbice"), ("sv", "Upper Demerara-Berbice"), ("ta", "அப\u{bcd}பர\u{bcd} டெமென\u{bcd}ற\u{bbe}ர\u{bbe} -பெர\u{bcd}பிஸ\u{bcd}"), ("te", "అప\u{c4d}పర\u{c4d} డమ\u{c46}ర\u{c3e}ర\u{c3e}-బ\u{c46}ర\u{c4d}బ\u{c48}స\u{c4d}"), ("th", "เดเมอร\u{e4c}อราเบอร\u{e4c}บ\u{e34}สตอนบน"), ("tr", "Upper Demerara- Berbice"), ("uk", "Верхня Демерара-Бербіс"), ("ur", "بالائی دیمیرارا بربیس"), ("vi", "Thượng Demerara-Berbice"), ("zh", "上德梅拉拉-伯比斯區")]),
                        unofficial_name_list: ["Upper Demerara-Berbice"].to_vec(),
                    }
                ),
                (
                    "UT",
                    Subdivision{
                        name: "Upper Takutu-Upper Essequibo",
                        country_alpha2: Alpha2::GY,
                        code: "UT",
                        #[cfg(feature = "geo")]
                        geo: Some(SubdivisionGeo{latitude: Some(2.9239595), longitude: Some(-58.73736339999999), max_latitude: Some(4.5214021), min_latitude: Some(1.1750799), max_longitude: Some(-57.93002989999999), min_longitude: Some(-59.992054)}),
                        comments: None,
                        subdivision_type: SubdivisionType::Region,
                        #[cfg(feature = "translations")]
                        translations: HashMap::from([("ar", "أبر كاتوكو - أبر ايسيكوبيو"), ("bn", "আপ\u{9be}র ট\u{9be}ক\u{9c1}ট\u{9c1}-আপ\u{9be}র এসেক\u{9c1}ইবো"), ("ca", "Alt Takutu-Alto Essequibo"), ("ccp", "𑄃𑄛𑄢\u{11134} 𑄑𑄇\u{1112a}𑄑\u{1112a}-𑄃𑄛𑄢\u{11134} 𑄃\u{11128}𑄥𑄬𑄇\u{1112d}\u{1112a}𑄝\u{1112e}"), ("ceb", "Upper Takutu-Upper Essequibo Region"), ("da", "Upper Takutu-Upper Essequibo"), ("de", "Upper Takutu-Upper Essequibo"), ("el", "Άπερ Τακούτου-Άπερ Εσεκουίμπο"), ("en", "Upper Takutu-Upper Essequibo"), ("es", "Alto Tacutu-Alto Esequibo"), ("fa", "تاکوتو بالا- اسیکوییبو بالا"), ("fi", "Upper Takutu-Upper Essequibo"), ("fr", "Haut-Takutu-Haut-Essequibo"), ("gu", "અપર ટક\u{ac1}ટ\u{ac1}-અપર એસ\u{ac7}ક\u{ac1}બો"), ("hi", "ऊपरी टक\u{942}ट\u{942}-ऊपरी एस\u{947}किबो"), ("id", "Takutu Hulu-Essequibo Hulu"), ("it", "Alto Takutu-Alto Essequibo"), ("ja", "アッパー・タクトゥ=アッパー・エセキボ州"), ("kk", "Жоғарғы Такуту-Жоғарғы Эссекибо"), ("kn", "ಅಪ\u{ccd}ಪರ\u{ccd} ಟಕುತು-ಅಪ\u{ccd}ಪರ\u{ccd} ಎಸ\u{ccd}ಸ\u{cbf}ಸ\u{ccd}ಟ\u{cbf}ಬೊ"), ("ko", "어퍼타쿠투어퍼에세키보 주"), ("lt", "Aukštutinis Takutu-Aukštutinis Esekibas"), ("lv", "Augštakutu-Augšesekibo"), ("mr", "अप\u{94d}पर टोक\u{941}त\u{942}-अप\u{94d}पर इस\u{94d}कोवबो"), ("ms", "Upper Takutu-Upper Essequibo"), ("nb", "Upper Takutu-Upper Essequibo"), ("nl", "Upper Takutu-Upper Essequibo"), ("no", "Upper Takutu-Upper Essequibo"), ("pl", "Upper Takutu-Upper Essequibo"), ("pt", "Alto Takutu-Alto Essequibo"), ("ro", "Upper Takutu-Upper Essequibo"), ("ru", "Аппер-Такуту-Аппер-Эссекибо"), ("si", "ඉහල ටක\u{dd4}ට\u{dd4} -ඉහල එසේක\u{dd4}ය\u{dd2}බෝ"), ("sq", "Upper Takutu-Upper Essequibo"), ("sv", "Upper Takatu-Upper Esseqiubo"), ("ta", "அப\u{bcd}பர\u{bcd} ட\u{bbe}குது-அப\u{bcd}பர\u{bcd} எஸ\u{bcd}ஸேகுஇபோ"), ("te", "అప\u{c4d}పర\u{c4d} టకూటూ-అప\u{c4d}పర\u{c4d} ఎస\u{c46}క\u{c4d}వ\u{c3f}బ\u{c4b}"), ("th", "ทาค\u{e39}ต\u{e39}ตอนบน-สค\u{e34}วโบตอนบน"), ("tr", "Upper Takutu- Upper Essequibo"), ("uk", "Верхнє Такуту-Верхня Есекібо"), ("ur", "بالائی تاکوتو بالائی ایسیکویبو"), ("vi", "Thượng Takutu-Thượng Essequibo"), ("zh", "上塔库图-上埃塞奎博")]),
                        unofficial_name_list: ["Upper Takutu-Upper Essequibo"].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 = "gy")]
/// [`Country`](crate::Country) struct for this country.
pub fn new() -> Country {
    Country {
        alpha2: Alpha2::GY,
        alpha3: Alpha3::GUY,
        address_format: None,
        continent: Continent::SouthAmerica,
        country_code: 592,
        currency_code: CurrencyCode::GYD,
        maybe_gec: Some(GEC::GY),
        #[cfg(feature = "geo")]
        geo: geo::new(),
        international_prefix: "00",
        maybe_ioc: Some(IOC::GUY),
        iso_long_name: "The Co-operative Republic of Guyana",
        iso_short_name: "Guyana",
        official_language_list: ["en"].to_vec(),
        spoken_language_list: ["en"].to_vec(),
        national_destination_code_length_list: [2].to_vec(),
        national_number_length_list: [6, 7].to_vec(),
        national_prefix: "None",
        maybe_nationality: Some("Guyanese"),
        number: "328",
        postal_code: false,
        postal_code_format: None,
        maybe_region: Some(Region::Americas),
        start_of_week: WeekDay::Monday,
        maybe_subregion: Some(SubRegion::SouthAmerica),
        un_locode: "GY",
        unofficial_name_list: ["Guyana", "ガイアナ"].to_vec(),
        world_region: WorldRegion::AMER,
        #[cfg(feature = "emojis")]
        emoji: "🇬🇾",
        #[cfg(feature = "translations")]
        translations: HashMap::from([
            ("ab", "Guyana"),
            ("af", "Guyana"),
            ("ak", "Guyana"),
            ("am", "ጉ።ና"),
            ("an", "Guyana"),
            ("ar", "غويانا"),
            ("as", "গ\u{9be}য়\u{9be}ন\u{9be}"),
            ("ay", "Guyana"),
            ("az", "Quyana"),
            ("ba", "Guyana"),
            ("be", "Гаяна"),
            ("bg", "Гияна"),
            ("bi", "Guyana"),
            ("bn", "গ\u{9be}য়\u{9be}ন\u{9be}"),
            ("bn_IN", "গ\u{9be}য়\u{9be}ন\u{9be}"),
            ("br", "Guyana"),
            ("bs", "Gvajana"),
            ("ca", "Guyana"),
            ("ce", "Гайана"),
            ("ch", "Guyana"),
            ("cs", "Guyana"),
            ("cv", "Гайана"),
            ("cy", "Guyana"),
            ("da", "Guyana"),
            ("de", "Guyana"),
            ("dv", "ގ\u{7aa}ޔ\u{7a7}ނ\u{7a7}"),
            ("dz", "ག\u{f74}་ཡ་ན།"),
            ("ee", "Guyana"),
            ("el", "Γουιάνα"),
            ("en", "Guyana"),
            ("eo", "Gujano"),
            ("es", "Guyana"),
            ("et", "Guyana"),
            ("eu", "Guyana"),
            ("fa", "گویان"),
            ("ff", "Guyana"),
            ("fi", "Guyana"),
            ("fo", "Gujana"),
            ("fr", "Guyana"),
            ("fy", "Guyana"),
            ("ga", "An Ghuáin"),
            ("gl", "Güiana"),
            ("gn", "Guyana"),
            ("gu", "ગ\u{ac1}યાના"),
            ("gv", "Geeaaney"),
            ("ha", "Guyana"),
            ("he", "גיאנה"),
            ("hi", "गयाना"),
            ("hr", "Gvajana"),
            ("ht", "Giyàn"),
            ("hu", "Guyana"),
            ("hy", "Գայանա"),
            ("ia", "Guyana"),
            ("id", "Guyana"),
            ("io", "Guyana"),
            ("is", "Gvæjana"),
            ("it", "Guyana"),
            ("iu", "Guyana"),
            ("ja", "ガイアナ"),
            ("ka", "გაიანა"),
            ("ki", "Guyana"),
            ("kk", "Гайана"),
            ("kl", "Guyana"),
            ("km", "ហ\u{17d2}គ\u{17b8}យ\u{17c9}ាណា"),
            ("kn", "ಗಯಾನಾ"),
            ("ko", "가이아나"),
            ("ku", "Guyana"),
            ("kv", "Guyana"),
            ("kw", "Gwayana"),
            ("ky", "Гайана"),
            ("lo", "ປະເທດກ\u{eb8}ຍຢານ"),
            ("lt", "Gajana"),
            ("lv", "Gajāna"),
            ("mi", "Kaiana"),
            ("mk", "Гвајана"),
            ("ml", "ഗയ\u{d3e}ന"),
            ("mn", "Гайана"),
            ("mr", "गयाना"),
            ("ms", "Guyana"),
            ("mt", "Gujana"),
            (
                "my",
                "ဂ\u{102d}\u{102f}င\u{103a}ယာနာန\u{102d}\u{102f}င\u{103a}င\u{1036}",
            ),
            ("na", "Guyana"),
            ("nb", "Guyana"),
            ("ne", "ग\u{941}याना"),
            ("nl", "Guyana"),
            ("nn", "Guyana"),
            ("nv", "Guyana"),
            ("oc", "Guyana"),
            ("or", "ଗ\u{b41}ୟ\u{b3e}ନ\u{b3e}"),
            ("pa", "ਗ\u{a41}ਆਨਾ"),
            ("pi", "गयाना"),
            ("pl", "Gujana"),
            ("ps", "ګايانا"),
            ("pt", "Guiana"),
            ("pt_BR", "Guiana"),
            ("ro", "Guyana"),
            ("ru", "Гайана"),
            ("rw", "Giyana"),
            ("sc", "Guyana"),
            ("sd", "گيانا"),
            ("si", "ගයන\u{dcf}"),
            ("sk", "Guyana"),
            ("sl", "Gvajana"),
            ("so", "Guyana"),
            ("sq", "Guajana"),
            ("sr", "Гвајана"),
            ("sv", "Guyana"),
            ("sw", "Guyana"),
            ("ta", "கய\u{bbe}ன\u{bbe}"),
            ("te", "గయ\u{c3e}న\u{c3e}"),
            ("tg", "Гайана"),
            ("th", "กายอานา"),
            ("ti", "ጉያና"),
            ("tk", "Gaýana"),
            ("tl", "Guyana"),
            ("tr", "Guyana"),
            ("tt", "Gуяна"),
            ("ug", "گىۋىيانا"),
            ("uk", "Гаяна"),
            ("ur", "گیانا"),
            ("uz", "Gayana"),
            ("ve", "Guyana"),
            ("vi", "Guy-a-na"),
            ("wa", "Guyana"),
            ("wo", "Guyaana"),
            ("xh", "Guyana"),
            ("yo", "Gùyánà"),
            ("zh_CN", "圭亚那"),
            ("zh_HK", "圭亞那"),
            ("zh_TW", "蓋亞那"),
            ("zu", "Guyana"),
        ]),
        #[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(808726),
    }
}