registerAllCities function
void
registerAllCities()
Implementation
void registerAllCities() {
if (_registered) return; // idempotent: register once
_registered = true;
registerCity('Abu Dhabi', tithi: abudhabi.abudhabiTithiCorrections);
registerCity('Accra', tithi: accra.accraTithiCorrections);
registerCity('Addis Ababa', tithi: addisababa.addisababaTithiCorrections);
registerCity('Adelaide', tithi: adelaide.adelaideTithiCorrections);
registerCity('Agra', tithi: agra.agraTithiCorrections);
registerCity('Ahmedabad', tithi: ahmedabad.ahmedabadTithiCorrections);
registerCity('Allahabad', tithi: allahabad.allahabadTithiCorrections);
registerCity('Almaty', tithi: almaty.almatyTithiCorrections);
registerCity('Amman', tithi: amman.ammanTithiCorrections);
registerCity('Amritsar', tithi: amritsar.amritsarTithiCorrections);
registerCity('Amsterdam', tithi: amsterdam.amsterdamTithiCorrections);
registerCity('Ankara', tithi: ankara.ankaraTithiCorrections);
registerCity('Ashburn', tithi: ashburn.ashburnTithiCorrections);
registerCity('Athens', tithi: athens.athensTithiCorrections);
registerCity('Atlanta', tithi: atlanta.atlantaTithiCorrections);
registerCity('Auckland', tithi: auckland.aucklandTithiCorrections);
registerCity('Aurangabad', tithi: aurangabad.aurangabadTithiCorrections);
registerCity('Austin', tithi: austin.austinTithiCorrections);
registerCity('Ayodhya', tithi: ayodhya.ayodhyaTithiCorrections);
registerCity('Bahrain', tithi: bahrain.bahrainTithiCorrections);
registerCity('Bangalore', tithi: bangalore.bangaloreTithiCorrections);
registerCity('Bangkok', tithi: bangkok.bangkokTithiCorrections);
registerCity('Barcelona', tithi: barcelona.barcelonaTithiCorrections);
registerCity('Beijing', tithi: beijing.beijingTithiCorrections);
registerCity('Beirut', tithi: beirut.beirutTithiCorrections);
registerCity('Berlin', tithi: berlin.berlinTithiCorrections);
registerCity('Bhopal', tithi: bhopal.bhopalTithiCorrections);
registerCity('Bhubaneswar', tithi: bhubaneswar.bhubaneswarTithiCorrections);
registerCity('Birmingham', tithi: birmingham.birminghamTithiCorrections);
registerCity('Bogotá', tithi: bogot.bogotTithiCorrections);
registerCity('Boston', tithi: boston.bostonTithiCorrections);
registerCity('Brampton', tithi: brampton.bramptonTithiCorrections);
registerCity('Brisbane', tithi: brisbane.brisbaneTithiCorrections);
registerCity('Brussels', tithi: brussels.brusselsTithiCorrections);
registerCity('Bucharest', tithi: bucharest.bucharestTithiCorrections);
registerCity('Budapest', tithi: budapest.budapestTithiCorrections);
registerCity('Buenos Aires', tithi: buenosaires.buenosairesTithiCorrections);
registerCity('Buffalo', tithi: buffalo.buffaloTithiCorrections);
registerCity('Cairo', tithi: cairo.cairoTithiCorrections);
registerCity('Calgary', tithi: calgary.calgaryTithiCorrections);
registerCity('Canberra', tithi: canberra.canberraTithiCorrections);
registerCity('Cape Town', tithi: capetown.capetownTithiCorrections);
registerCity('Chandigarh', tithi: chandigarh.chandigarhTithiCorrections);
registerCity('Charleston', tithi: charleston.charlestonTithiCorrections);
registerCity('Charlotte', tithi: charlotte.charlotteTithiCorrections);
registerCity('Chennai', tithi: chennai.chennaiTithiCorrections);
registerCity('Chicago', tithi: chicago.chicagoTithiCorrections);
registerCity('Cleveland', tithi: cleveland.clevelandTithiCorrections);
registerCity('Coimbatore', tithi: coimbatore.coimbatoreTithiCorrections);
registerCity('Colombo', tithi: colombo.colomboTithiCorrections);
registerCity('Columbia', tithi: columbia.columbiaTithiCorrections);
registerCity('Columbus', tithi: columbus.columbusTithiCorrections);
registerCity('Copenhagen', tithi: copenhagen.copenhagenTithiCorrections);
registerCity('Dallas', tithi: dallas.dallasTithiCorrections);
registerCity('Dar es Salaam', tithi: daressalaam.daressalaamTithiCorrections);
registerCity('Dehradun', tithi: dehradun.dehradunTithiCorrections);
registerCity('Delhi', tithi: delhi.delhiTithiCorrections);
registerCity('Denpasar', tithi: denpasar.denpasarTithiCorrections);
registerCity('Denver', tithi: denver.denverTithiCorrections);
registerCity('Detroit', tithi: detroit.detroitTithiCorrections);
registerCity('Dhaka', tithi: dhaka.dhakaTithiCorrections);
registerCity('Doha', tithi: doha.dohaTithiCorrections);
registerCity('Dubai', tithi: dubai.dubaiTithiCorrections);
registerCity('Dublin', tithi: dublin.dublinTithiCorrections);
registerCity('Durban', tithi: durban.durbanTithiCorrections);
registerCity('Dwarka', tithi: dwarka.dwarkaTithiCorrections);
registerCity('Edinburgh', tithi: edinburgh.edinburghTithiCorrections);
registerCity('Edison', tithi: edison.edisonTithiCorrections);
registerCity('Edmonton', tithi: edmonton.edmontonTithiCorrections);
registerCity('Fairfax', tithi: fairfax.fairfaxTithiCorrections);
registerCity('Faridabad', tithi: faridabad.faridabadTithiCorrections);
registerCity('Fremont', tithi: fremont.fremontTithiCorrections);
registerCity('Georgetown', tithi: georgetown.georgetownTithiCorrections);
registerCity('Ghaziabad', tithi: ghaziabad.ghaziabadTithiCorrections);
registerCity('Glasgow', tithi: glasgow.glasgowTithiCorrections);
registerCity('Gorakhpur', tithi: gorakhpur.gorakhpurTithiCorrections);
registerCity('Gothenburg', tithi: gothenburg.gothenburgTithiCorrections);
registerCity('Greenville', tithi: greenville.greenvilleTithiCorrections);
registerCity('Gurgaon', tithi: gurgaon.gurgaonTithiCorrections);
registerCity('Guwahati', tithi: guwahati.guwahatiTithiCorrections);
registerCity('Gwalior', tithi: gwalior.gwaliorTithiCorrections);
registerCity('Halifax', tithi: halifax.halifaxTithiCorrections);
registerCity('Hanoi', tithi: hanoi.hanoiTithiCorrections);
registerCity('Haridwar', tithi: haridwar.haridwarTithiCorrections);
registerCity('Helsinki', tithi: helsinki.helsinkiTithiCorrections);
registerCity('Ho Chi Minh City',
tithi: hochiminhcity.hochiminhcityTithiCorrections);
registerCity('Hong Kong', tithi: hongkong.hongkongTithiCorrections);
registerCity('Honolulu', tithi: honolulu.honoluluTithiCorrections);
registerCity('Houston', tithi: houston.houstonTithiCorrections);
registerCity('Hubli', tithi: hubli.hubliTithiCorrections);
registerCity('Hyderabad', tithi: hyderabad.hyderabadTithiCorrections);
registerCity('Indianapolis',
tithi: indianapolis.indianapolisTithiCorrections);
registerCity('Indore', tithi: indore.indoreTithiCorrections);
registerCity('Islamabad', tithi: islamabad.islamabadTithiCorrections);
registerCity('Istanbul', tithi: istanbul.istanbulTithiCorrections);
registerCity('Jabalpur', tithi: jabalpur.jabalpurTithiCorrections);
registerCity('Jaipur', tithi: jaipur.jaipurTithiCorrections);
registerCity('Jakarta', tithi: jakarta.jakartaTithiCorrections);
registerCity('Jalandhar', tithi: jalandhar.jalandharTithiCorrections);
registerCity('Jammu', tithi: jammu.jammuTithiCorrections);
registerCity('Jeddah', tithi: jeddah.jeddahTithiCorrections);
registerCity('Jersey City', tithi: jerseycity.jerseycityTithiCorrections);
registerCity('Jodhpur', tithi: jodhpur.jodhpurTithiCorrections);
registerCity('Johannesburg',
tithi: johannesburg.johannesburgTithiCorrections);
registerCity('Kampala', tithi: kampala.kampalaTithiCorrections);
registerCity('Kanpur', tithi: kanpur.kanpurTithiCorrections);
registerCity('Kansas City', tithi: kansascity.kansascityTithiCorrections);
registerCity('Karachi', tithi: karachi.karachiTithiCorrections);
registerCity('Kathmandu', tithi: kathmandu.kathmanduTithiCorrections);
registerCity('Kingston', tithi: kingston.kingstonTithiCorrections);
registerCity('Kirkland', tithi: kirkland.kirklandTithiCorrections);
registerCity('Kochi', tithi: kochi.kochiTithiCorrections);
registerCity('Kolkata', tithi: kolkata.kolkataTithiCorrections);
registerCity('Kota', tithi: kota.kotaTithiCorrections);
registerCity('Krakow', tithi: krakow.krakowTithiCorrections);
registerCity('Kuala Lumpur', tithi: kualalumpur.kualalumpurTithiCorrections);
registerCity('Kuwait City', tithi: kuwaitcity.kuwaitcityTithiCorrections);
registerCity('Kyiv', tithi: kyiv.kyivTithiCorrections);
registerCity('Lagos', tithi: lagos.lagosTithiCorrections);
registerCity('Lahore', tithi: lahore.lahoreTithiCorrections);
registerCity('Las Vegas', tithi: lasvegas.lasvegasTithiCorrections);
registerCity('Leicester', tithi: leicester.leicesterTithiCorrections);
registerCity('Lexington', tithi: lexington.lexingtonTithiCorrections);
registerCity('Lima', tithi: lima.limaTithiCorrections);
registerCity('Lisbon', tithi: lisbon.lisbonTithiCorrections);
registerCity('London', tithi: london.londonTithiCorrections);
registerCity('Los Angeles', tithi: losangeles.losangelesTithiCorrections);
registerCity('Louisville', tithi: louisville.louisvilleTithiCorrections);
registerCity('Lucknow', tithi: lucknow.lucknowTithiCorrections);
registerCity('Ludhiana', tithi: ludhiana.ludhianaTithiCorrections);
registerCity('Lyon', tithi: lyon.lyonTithiCorrections);
registerCity('Madrid', tithi: madrid.madridTithiCorrections);
registerCity('Madurai', tithi: madurai.maduraiTithiCorrections);
registerCity('Manchester', tithi: manchester.manchesterTithiCorrections);
registerCity('Mangalore', tithi: mangalore.mangaloreTithiCorrections);
registerCity('Manila', tithi: manila.manilaTithiCorrections);
registerCity('Mathura', tithi: mathura.mathuraTithiCorrections);
registerCity('Medellín', tithi: medellin.medellinTithiCorrections);
registerCity('Meerut', tithi: meerut.meerutTithiCorrections);
registerCity('Melbourne', tithi: melbourne.melbourneTithiCorrections);
registerCity('Mexico City', tithi: mexicocity.mexicocityTithiCorrections);
registerCity('Miami', tithi: miami.miamiTithiCorrections);
registerCity('Milan', tithi: milan.milanTithiCorrections);
registerCity('Milwaukee', tithi: milwaukee.milwaukeeTithiCorrections);
registerCity('Minneapolis', tithi: minneapolis.minneapolisTithiCorrections);
registerCity('Mississauga', tithi: mississauga.mississaugaTithiCorrections);
registerCity('Mombasa', tithi: mombasa.mombasaTithiCorrections);
registerCity('Montreal', tithi: montreal.montrealTithiCorrections);
registerCity('Moscow', tithi: moscow.moscowTithiCorrections);
registerCity('Mumbai', tithi: mumbai.mumbaiTithiCorrections);
registerCity('Munich', tithi: munich.munichTithiCorrections);
registerCity('Muscat', tithi: muscat.muscatTithiCorrections);
registerCity('Mussoorie', tithi: mussoorie.mussoorieTithiCorrections);
registerCity('Mysore', tithi: mysore.mysoreTithiCorrections);
registerCity('Nagpur', tithi: nagpur.nagpurTithiCorrections);
registerCity('Nairobi', tithi: nairobi.nairobiTithiCorrections);
registerCity('Naples', tithi: naples.naplesTithiCorrections);
registerCity('Nashik', tithi: nashik.nashikTithiCorrections);
registerCity('Nashville', tithi: nashville.nashvilleTithiCorrections);
registerCity('New York', tithi: newyork.newyorkTithiCorrections);
registerCity('Noida', tithi: noida.noidaTithiCorrections);
registerCity('Orlando', tithi: orlando.orlandoTithiCorrections);
registerCity('Osaka', tithi: osaka.osakaTithiCorrections);
registerCity('Oslo', tithi: oslo.osloTithiCorrections);
registerCity('Ottawa', tithi: ottawa.ottawaTithiCorrections);
registerCity('Panama City', tithi: panamacity.panamacityTithiCorrections);
registerCity('Paramaribo', tithi: paramaribo.paramariboTithiCorrections);
registerCity('Paris', tithi: paris.parisTithiCorrections);
registerCity('Patna', tithi: patna.patnaTithiCorrections);
registerCity('Perth', tithi: perth.perthTithiCorrections);
registerCity('Philadelphia',
tithi: philadelphia.philadelphiaTithiCorrections);
registerCity('Phnom Penh', tithi: phnompenh.phnompenhTithiCorrections);
registerCity('Phoenix', tithi: phoenix.phoenixTithiCorrections);
registerCity('Pittsburgh', tithi: pittsburgh.pittsburghTithiCorrections);
registerCity('Portland', tithi: portland.portlandTithiCorrections);
registerCity('Port Louis', tithi: portlouis.portlouisTithiCorrections);
registerCity('Porto', tithi: porto.portoTithiCorrections);
registerCity('Port of Spain', tithi: portofspain.portofspainTithiCorrections);
registerCity('Prague', tithi: prague.pragueTithiCorrections);
registerCity('Prayagraj', tithi: prayagraj.prayagrajTithiCorrections);
registerCity('Pune', tithi: pune.puneTithiCorrections);
registerCity('Quito', tithi: quito.quitoTithiCorrections);
registerCity('Raipur', tithi: raipur.raipurTithiCorrections);
registerCity('Rajkot', tithi: rajkot.rajkotTithiCorrections);
registerCity('Raleigh', tithi: raleigh.raleighTithiCorrections);
registerCity('Ranchi', tithi: ranchi.ranchiTithiCorrections);
registerCity('Redmond', tithi: redmond.redmondTithiCorrections);
registerCity('Regina', tithi: regina.reginaTithiCorrections);
registerCity('Rio de Janeiro',
tithi: riodejaneiro.riodejaneiroTithiCorrections);
registerCity('Rishikesh', tithi: rishikesh.rishikeshTithiCorrections);
registerCity('Riyadh', tithi: riyadh.riyadhTithiCorrections);
registerCity('Rockville', tithi: rockville.rockvilleTithiCorrections);
registerCity('Rome', tithi: rome.romeTithiCorrections);
registerCity('Rotterdam', tithi: rotterdam.rotterdamTithiCorrections);
registerCity('Sacramento', tithi: sacramento.sacramentoTithiCorrections);
registerCity('Salem', tithi: salem.salemTithiCorrections);
registerCity('Salt Lake City',
tithi: saltlakecity.saltlakecityTithiCorrections);
registerCity('San Antonio', tithi: sanantonio.sanantonioTithiCorrections);
registerCity('San Diego', tithi: sandiego.sandiegoTithiCorrections);
registerCity('San Francisco',
tithi: sanfrancisco.sanfranciscoTithiCorrections);
registerCity('San Jose', tithi: sanjose.sanjoseTithiCorrections);
registerCity('Santiago', tithi: santiago.santiagoTithiCorrections);
registerCity('Seattle', tithi: seattle.seattleTithiCorrections);
registerCity('Seoul', tithi: seoul.seoulTithiCorrections);
registerCity('Shanghai', tithi: shanghai.shanghaiTithiCorrections);
registerCity('Shirdi', tithi: shirdi.shirdiTithiCorrections);
registerCity('Singapore', tithi: singapore.singaporeTithiCorrections);
registerCity('Sofia', tithi: sofia.sofiaTithiCorrections);
registerCity('São Paulo', tithi: sopaulo.sopauloTithiCorrections);
registerCity('Srinagar', tithi: srinagar.srinagarTithiCorrections);
registerCity('Stamford', tithi: stamford.stamfordTithiCorrections);
registerCity('St. Louis', tithi: stlouis.stlouisTithiCorrections);
registerCity('Stockholm', tithi: stockholm.stockholmTithiCorrections);
registerCity('Surat', tithi: surat.suratTithiCorrections);
registerCity('Surrey', tithi: surrey.surreyTithiCorrections);
registerCity('Suva', tithi: suva.suvaTithiCorrections);
registerCity('Sydney', tithi: sydney.sydneyTithiCorrections);
registerCity('Taipei', tithi: taipei.taipeiTithiCorrections);
registerCity('Tampa', tithi: tampa.tampaTithiCorrections);
registerCity('Tashkent', tithi: tashkent.tashkentTithiCorrections);
registerCity('Tel Aviv', tithi: telaviv.telavivTithiCorrections);
registerCity('Thane', tithi: thane.thaneTithiCorrections);
registerCity('Thessaloniki',
tithi: thessaloniki.thessalonikiTithiCorrections);
registerCity('Thiruvananthapuram',
tithi: thiruvananthapuram.thiruvananthapuramTithiCorrections);
registerCity('Tiruchirappalli',
tithi: tiruchirappalli.tiruchirappalliTithiCorrections);
registerCity('Tirupati', tithi: tirupati.tirupatiTithiCorrections);
registerCity('Tokyo', tithi: tokyo.tokyoTithiCorrections);
registerCity('Toronto', tithi: toronto.torontoTithiCorrections);
registerCity('Udaipur', tithi: udaipur.udaipurTithiCorrections);
registerCity('Ujjain', tithi: ujjain.ujjainTithiCorrections);
registerCity('Vadodara', tithi: vadodara.vadodaraTithiCorrections);
registerCity('Vancouver', tithi: vancouver.vancouverTithiCorrections);
registerCity('Varanasi', tithi: varanasi.varanasiTithiCorrections);
registerCity('Vienna', tithi: vienna.viennaTithiCorrections);
registerCity('Vijayawada', tithi: vijayawada.vijayawadaTithiCorrections);
registerCity('Visakhapatnam',
tithi: visakhapatnam.visakhapatnamTithiCorrections);
registerCity('Vrindavan', tithi: vrindavan.vrindavanTithiCorrections);
registerCity('Warangal', tithi: warangal.warangalTithiCorrections);
registerCity('Warsaw', tithi: warsaw.warsawTithiCorrections);
registerCity('Washington DC',
tithi: washingtondc.washingtondcTithiCorrections);
registerCity('Wellington', tithi: wellington.wellingtonTithiCorrections);
registerCity('Winnipeg', tithi: winnipeg.winnipegTithiCorrections);
registerCity('Yangon', tithi: yangon.yangonTithiCorrections);
registerCity('Zagreb', tithi: zagreb.zagrebTithiCorrections);
registerCity('Zurich', tithi: zurich.zurichTithiCorrections);
}