@@ -1,4 +1,4 @@ |
| 1 | | -// src/data/roastDatabase.js - BRUTAL EDITION (MEGA EXPANDED) |
| 1 | +// src/data/roastDatabase.js - BRUTAL EDITION (MEGA EXPANDED WITH NEW LOCATIONS) |
| 2 | 2 | export const roastDatabase = { |
| 3 | 3 | // MASSACHUSETTS |
| 4 | 4 | massachusetts: { |
@@ -38,6 +38,62 @@ export const roastDatabase = { |
| 38 | 38 | ] |
| 39 | 39 | }, |
| 40 | 40 | |
| 41 | + // MAINE |
| 42 | + maine: { |
| 43 | + generic: [ |
| 44 | + "Maine? Where the lobsters have more personality than the people.", |
| 45 | + "From Maine? How's living in a state that's just Canada's forgotten basement?", |
| 46 | + "Maine: Where everyone's either a fisherman or pretending to be Stephen King.", |
| 47 | + "Oh, Maine? The state where winter lasts 11 months and the other month is mud season.", |
| 48 | + "Maine: Where 'tourist season' means overcharging for seafood and flannel.", |
| 49 | + "From Maine? Let me guess, you pronounce 'car' like 'cah' but ironically.", |
| 50 | + "Maine: The only state where wearing Bean boots to a wedding is considered formal.", |
| 51 | + "Where 'culture' means arguing about which lobster shack is authentic.", |
| 52 | + "Maine: New Hampshire's more expensive, less relevant sibling.", |
| 53 | + "From Maine? Your state's biggest achievement is Stephen King novels that nobody finishes." |
| 54 | + ], |
| 55 | + portland: [ |
| 56 | + "Portland, Maine? The city trying so hard to be Portland, Oregon but with worse weather.", |
| 57 | + "From Portland, Maine? How's that craft brewery scene working with a population of 12?", |
| 58 | + "Portland: Where every restaurant is 'farm to table' because there's literally nothing else.", |
| 59 | + "Oh, Portland? The city where hipsters go to feel rustic.", |
| 60 | + "Portland: Where everyone's a foodie but the food is just expensive lobster rolls.", |
| 61 | + "From Portland? You definitely have strong opinions about which donut shop is better.", |
| 62 | + "Portland: The only city where gentrification means adding a Starbucks.", |
| 63 | + "Where 'artisanal' means overpriced and 'local' means your cousin made it.", |
| 64 | + "Portland: Seattle's less successful, more pretentious cousin.", |
| 65 | + "From Portland, Maine? Your city peaked when it was featured in a food magazine once." |
| 66 | + ] |
| 67 | + }, |
| 68 | + |
| 69 | + // VERMONT |
| 70 | + vermont: { |
| 71 | + generic: [ |
| 72 | + "Vermont? Where everyone's a socialist with a trust fund.", |
| 73 | + "From Vermont? How's that maple syrup economy working out?", |
| 74 | + "Vermont: Where the cows outnumber the people and have better healthcare.", |
| 75 | + "Oh, Vermont? The state that's just New Hampshire with more guilt about being white.", |
| 76 | + "Vermont: Where Bernie Sanders is your most normal resident.", |
| 77 | + "From Vermont? Let me guess, you make your own kombucha and judge people who don't.", |
| 78 | + "Vermont: The only state where being carbon neutral is a personality trait.", |
| 79 | + "Where everyone drives a Subaru to their organic farm job.", |
| 80 | + "Vermont: Proof that you can be liberal and boring at the same time.", |
| 81 | + "From Vermont? Your state's biggest export is sanctimonious college students." |
| 82 | + ], |
| 83 | + burlington: [ |
| 84 | + "Burlington? The city where every college kid thinks they discovered socialism.", |
| 85 | + "From Burlington? How's that progressive paradise with no diversity working out?", |
| 86 | + "Burlington: Where everyone's woke but the city still sleeps at 9 PM.", |
| 87 | + "Oh, Burlington? The city that's just a college town with delusions of importance.", |
| 88 | + "Burlington: Where craft beer costs more than your rent in other states.", |
| 89 | + "From Burlington? You definitely have a coexist sticker and zero self-awareness.", |
| 90 | + "Burlington: The only city where being sustainable means you can't afford not to be.", |
| 91 | + "Where 'culture' means farmer's markets and pretentious coffee shops.", |
| 92 | + "Burlington: Portland's less cool, more pretentious cousin who went to liberal arts school.", |
| 93 | + "From Burlington? Your city's idea of diversity is having both IPA and stout on tap." |
| 94 | + ] |
| 95 | + }, |
| 96 | + |
| 41 | 97 | // TEXAS |
| 42 | 98 | texas: { |
| 43 | 99 | generic: [ |
@@ -595,6 +651,18 @@ export const roastDatabase = { |
| 595 | 651 | "Portland: Where strip clubs per capita outnumber jobs.", |
| 596 | 652 | "From Portland? Your city is what happens when a liberal arts college becomes sentient.", |
| 597 | 653 | "Portland: Proof that you can put a bird on it but you can't put a job on it." |
| 654 | + ], |
| 655 | + eugene: [ |
| 656 | + "Eugene? Portland's hippie cousin who never left the 70s.", |
| 657 | + "From Eugene? How's that college town eternal adolescence working out?", |
| 658 | + "Eugene: Where everyone's either a student or a 40-year-old student.", |
| 659 | + "Oh, Eugene? The city where 'Ducks' is both the team and the sound of opportunity leaving.", |
| 660 | + "Eugene: Where tie-dye is formal wear and showering is optional.", |
| 661 | + "From Eugene? You definitely have a drum circle story nobody wants to hear.", |
| 662 | + "Eugene: The only city where granola isn't just breakfast, it's a lifestyle.", |
| 663 | + "Where 'culture' means outdoor concerts you can smell from three miles away.", |
| 664 | + "Eugene: Salem's more stoned, less functional sibling.", |
| 665 | + "From Eugene? Your city's biggest achievement is making Portland look corporate." |
| 598 | 666 | ] |
| 599 | 667 | }, |
| 600 | 668 | |
@@ -673,7 +741,7 @@ export const roastDatabase = { |
| 673 | 741 | ] |
| 674 | 742 | }, |
| 675 | 743 | |
| 676 | | - // SOUTHERN STATES - NEW ADDITIONS |
| 744 | + // SOUTHERN STATES |
| 677 | 745 | alabama: { |
| 678 | 746 | generic: [ |
| 679 | 747 | "Alabama? Where the family trees are circles and the education system is a straight line to nowhere.", |
@@ -703,6 +771,74 @@ export const roastDatabase = { |
| 703 | 771 | ] |
| 704 | 772 | }, |
| 705 | 773 | |
| 774 | + // SOUTH CAROLINA |
| 775 | + southcarolina: { |
| 776 | + generic: [ |
| 777 | + "South Carolina? Where the history is ugly and the humidity is uglier.", |
| 778 | + "From South Carolina? How's living in Georgia's more racist little brother?", |
| 779 | + "South Carolina: Where the palmetto trees have more backbone than the politicians.", |
| 780 | + "Oh, South Carolina? The state that started the Civil War and never got over losing it.", |
| 781 | + "South Carolina: Where 'heritage' is code for 'we're still mad about 1865'.", |
| 782 | + "From South Carolina? Let me guess, you think the Civil War was about 'states' rights'.", |
| 783 | + "South Carolina: The only state where coastal flooding is karma.", |
| 784 | + "Where everyone's either military or wishes they were Confederate military.", |
| 785 | + "South Carolina: North Carolina's embarrassing sibling who peaked in the 1850s.", |
| 786 | + "From South Carolina? Your state's biggest export is disappointment and sweet tea." |
| 787 | + ], |
| 788 | + charleston: [ |
| 789 | + "Charleston? The city where plantation tours are the main economy.", |
| 790 | + "From Charleston? How's that antebellum charm covering up centuries of horror?", |
| 791 | + "Charleston: Where Southern hospitality means smiling while overcharging tourists.", |
| 792 | + "Oh, Charleston? The city that's basically Williamsburg for people who miss slavery.", |
| 793 | + "Charleston: Where every house has a ghost and a guilty conscience.", |
| 794 | + "From Charleston? You definitely give horse carriage tours and hate yourself for it.", |
| 795 | + "Charleston: The only city where 'historic' means 'built on suffering'.", |
| 796 | + "Where 'culture' means mint juleps and willful ignorance.", |
| 797 | + "Charleston: Savannah's more pretentious cousin with worse food.", |
| 798 | + "From Charleston? Your city's idea of progress is admitting slavery was 'problematic'." |
| 799 | + ] |
| 800 | + }, |
| 801 | + |
| 802 | + // NORTH CAROLINA |
| 803 | + northcarolina: { |
| 804 | + generic: [ |
| 805 | + "North Carolina? Where the barbecue is decent but the politics are rotten.", |
| 806 | + "From North Carolina? How's living in a state that can't decide if it's the South or not?", |
| 807 | + "North Carolina: Where Research Triangle can't research how to fix the rest of the state.", |
| 808 | + "Oh, North Carolina? The state where basketball matters more than education funding.", |
| 809 | + "North Carolina: Where everyone argues about vinegar vs. tomato-based BBQ like it's theology.", |
| 810 | + "From North Carolina? Let me guess, you have strong opinions about which Carolina is better.", |
| 811 | + "North Carolina: The only state where college sports are more important than voting rights.", |
| 812 | + "Where 'culture' means arguing about Duke vs. UNC while ignoring actual problems.", |
| 813 | + "North Carolina: Virginia's less sophisticated cousin with more NASCAR.", |
| 814 | + "From North Carolina? Your state's biggest achievement is convincing people it's not South Carolina." |
| 815 | + ], |
| 816 | + charlotte: [ |
| 817 | + "Charlotte? The city trying to be Atlanta but with less personality.", |
| 818 | + "From Charlotte? How's that banking hub life treating your soul?", |
| 819 | + "Charlotte: Where everyone works in finance and dies a little inside daily.", |
| 820 | + "Oh, Charlotte? The city that's just a giant bank with suburbs attached.", |
| 821 | + "Charlotte: Where culture means which country club you can't afford.", |
| 822 | + "From Charlotte? You definitely drive a luxury car you're upside down on.", |
| 823 | + "Charlotte: The only city where 'diverse' means different types of bankers.", |
| 824 | + "Where 'nightlife' means networking events with overpriced drinks.", |
| 825 | + "Charlotte: Atlanta's boring cousin who went into finance instead of music.", |
| 826 | + "From Charlotte? Your city's idea of excitement is a new strip mall with a Whole Foods." |
| 827 | + ], |
| 828 | + raleigh: [ |
| 829 | + "Raleigh? The city that exists solely for government jobs and college basketball.", |
| 830 | + "From Raleigh? How's that Research Triangle working with all the brain drain?", |
| 831 | + "Raleigh: Where everyone's either a student, a bureaucrat, or leaving.", |
| 832 | + "Oh, Raleigh? The city that's just Durham's more boring sibling.", |
| 833 | + "Raleigh: Where 'culture' means which college team you root for.", |
| 834 | + "From Raleigh? You definitely have a state government job you hate.", |
| 835 | + "Raleigh: The only city where the most exciting thing is legislative session.", |
| 836 | + "Where 'diversity' means having both NC State and UNC fans.", |
| 837 | + "Raleigh: Charlotte's less successful, more bureaucratic twin.", |
| 838 | + "From Raleigh? Your city's biggest achievement is being the capital of mediocrity." |
| 839 | + ] |
| 840 | + }, |
| 841 | + |
| 706 | 842 | tennessee: { |
| 707 | 843 | generic: [ |
| 708 | 844 | "Tennessee? Where the whiskey is strong but the education system is weaker.", |
@@ -769,7 +905,7 @@ export const roastDatabase = { |
| 769 | 905 | ] |
| 770 | 906 | }, |
| 771 | 907 | |
| 772 | | - // WESTERN STATES - NEW ADDITIONS |
| 908 | + // WESTERN STATES |
| 773 | 909 | utah: { |
| 774 | 910 | generic: [ |
| 775 | 911 | "Utah? Where the mountains are high and the alcohol content is lower.", |
@@ -906,6 +1042,62 @@ export const roastDatabase = { |
| 906 | 1042 | ] |
| 907 | 1043 | }, |
| 908 | 1044 | |
| 1045 | + // MONTANA |
| 1046 | + montana: { |
| 1047 | + generic: [ |
| 1048 | + "Montana? Where the sky is big and the job opportunities are small.", |
| 1049 | + "From Montana? How's living in America's most expensive nature preserve?", |
| 1050 | + "Montana: Where everyone's a rancher but nobody can afford land.", |
| 1051 | + "Oh, Montana? The state where winter is 9 months and road construction is the other 3.", |
| 1052 | + "Montana: Where 'big sky' means you can see your unemployment from space.", |
| 1053 | + "From Montana? Let me guess, you know everyone in your county personally.", |
| 1054 | + "Montana: The only state where grizzly bears have better healthcare than residents.", |
| 1055 | + "Where 'nightlife' means the bar stays open until 10 PM.", |
| 1056 | + "Montana: Wyoming's more populated, equally irrelevant sibling.", |
| 1057 | + "From Montana? Your state's biggest export is young people fleeing to anywhere with WiFi." |
| 1058 | + ], |
| 1059 | + missoula: [ |
| 1060 | + "Missoula? The city where college kids go to pretend they're outdoorsy.", |
| 1061 | + "From Missoula? How's that university town surrounded by mountains you never hike?", |
| 1062 | + "Missoula: Where everyone's studying something they'll never use professionally.", |
| 1063 | + "Oh, Missoula? The city that's just Bozeman for people who can't afford Bozeman.", |
| 1064 | + "Missoula: Where 'culture' means craft beer and complaining about Californians.", |
| 1065 | + "From Missoula? You definitely own hiking boots you've worn to bars more than trails.", |
| 1066 | + "Missoula: The only city where your barista has a master's degree in environmental science.", |
| 1067 | + "Where 'diverse' means having both Patagonia and REI.", |
| 1068 | + "Missoula: Eugene's less weird, more isolated cousin.", |
| 1069 | + "From Missoula? Your city's idea of excitement is when a new brewery opens." |
| 1070 | + ] |
| 1071 | + }, |
| 1072 | + |
| 1073 | + // IDAHO |
| 1074 | + idaho: { |
| 1075 | + generic: [ |
| 1076 | + "Idaho? Where the potatoes have more personality than the people.", |
| 1077 | + "From Idaho? How's living in a state that's just Utah's less interesting sibling?", |
| 1078 | + "Idaho: Where everyone's either Mormon or hiding from the government.", |
| 1079 | + "Oh, Idaho? The state where Boise is considered cosmopolitan.", |
| 1080 | + "Idaho: Where 'diversity' means different types of white supremacists.", |
| 1081 | + "From Idaho? Let me guess, you've already mentioned potatoes defensively today.", |
| 1082 | + "Idaho: The only state where California refugees think they're pioneering.", |
| 1083 | + "Where 'culture' means arguing about gun rights and potato varieties.", |
| 1084 | + "Idaho: Montana's flatter, more boring cousin.", |
| 1085 | + "From Idaho? Your state's biggest achievement is not being North Dakota." |
| 1086 | + ], |
| 1087 | + boise: [ |
| 1088 | + "Boise? The city trying to be Denver but with less altitude and more attitude.", |
| 1089 | + "From Boise? How's that 'hidden gem' status working now that everyone's found it?", |
| 1090 | + "Boise: Where Californians go to pretend they're rugged individualists.", |
| 1091 | + "Oh, Boise? The city that's just Salt Lake City without the Olympics or religion.", |
| 1092 | + "Boise: Where everyone moved for 'quality of life' and brought their traffic with them.", |
| 1093 | + "From Boise? You definitely complain about newcomers while being one yourself.", |
| 1094 | + "Boise: The only city where a Whole Foods opening is front-page news.", |
| 1095 | + "Where 'outdoor lifestyle' means driving your Subaru to a trailhead once a month.", |
| 1096 | + "Boise: Spokane's more successful, equally forgettable cousin.", |
| 1097 | + "From Boise? Your city's biggest achievement is being mentioned in a Netflix show once." |
| 1098 | + ] |
| 1099 | + }, |
| 1100 | + |
| 909 | 1101 | // CANADA |
| 910 | 1102 | canada: { |
| 911 | 1103 | generic: [ |
@@ -1385,7 +1577,7 @@ export const roastDatabase = { |
| 1385 | 1577 | ] |
| 1386 | 1578 | }, |
| 1387 | 1579 | |
| 1388 | | - // INTERNATIONAL LOCATIONS |
| 1580 | + // INTERNATIONAL LOCATIONS - MORE ADDITIONS |
| 1389 | 1581 | germany: { |
| 1390 | 1582 | generic: [ |
| 1391 | 1583 | "Germany? Where efficiency is a religion, but customer service is a sin.", |
@@ -1596,6 +1788,115 @@ export const roastDatabase = { |
| 1596 | 1788 | ] |
| 1597 | 1789 | }, |
| 1598 | 1790 | |
| 1791 | + russia: { |
| 1792 | + generic: [ |
| 1793 | + "Russia? Where vodka is a food group and democracy is a four-letter word.", |
| 1794 | + "From Russia? How's that kleptocracy disguised as a country working out?", |
| 1795 | + "Russia: Where the winters are cold but the politics are colder.", |
| 1796 | + "Oh, Russia? The country that's just a gas station with nuclear weapons.", |
| 1797 | + "Russia: Where everyone's either an oligarch or wondering where their oligarch went.", |
| 1798 | + "From Russia? Let me guess, you're tired of explaining you're not all spies.", |
| 1799 | + "Russia: The only country where poisoning is a legitimate political strategy.", |
| 1800 | + "Where 'opposition' means you're about to take a really long vacation.", |
| 1801 | + "Russia: Proof that having lots of land doesn't mean having good ideas.", |
| 1802 | + "From Russia? Your country's biggest export is authoritarianism and YouTube dashcam videos." |
| 1803 | + ], |
| 1804 | + moscow: [ |
| 1805 | + "Moscow? Where the Red Square is less red than the balance sheets.", |
| 1806 | + "From Moscow? How's that oligarch lifestyle working for the 99.9% who aren't oligarchs?", |
| 1807 | + "Moscow: Where every building is either ancient or money laundering.", |
| 1808 | + "Oh, Moscow? The city where journalists go to mysteriously fall out of windows.", |
| 1809 | + "Moscow: Where everyone's rich on paper but poor in reality.", |
| 1810 | + "From Moscow? You definitely know someone who 'disappeared' for having opinions.", |
| 1811 | + "Moscow: The only city where luxury brands cost more than most countries' GDP.", |
| 1812 | + "Where 'culture' means ballet and state-sponsored everything else.", |
| 1813 | + "Moscow: Washington DC's more corrupt, less democratic cousin.", |
| 1814 | + "From Moscow? Your city's biggest achievement is making other capitals look honest." |
| 1815 | + ] |
| 1816 | + }, |
| 1817 | + |
| 1818 | + italy: { |
| 1819 | + generic: [ |
| 1820 | + "Italy? Where the food is incredible but the government changes faster than pasta water boils.", |
| 1821 | + "From Italy? How's living in a country that's basically a museum with traffic problems?", |
| 1822 | + "Italy: Where la dolce vita meets economic stagnation.", |
| 1823 | + "Oh, Italy? The country where mama's boys run the economy into the ground.", |
| 1824 | + "Italy: Where everyone's an expert on everything except running a functional government.", |
| 1825 | + "From Italy? Let me guess, you still live with your parents at 35.", |
| 1826 | + "Italy: The only country where corruption is seasoned with oregano.", |
| 1827 | + "Where 'efficiency' is a foreign concept but the coffee is perfect.", |
| 1828 | + "Italy: Proof that great food can't solve political incompetence.", |
| 1829 | + "From Italy? Your country's biggest export is tourists and tax evasion." |
| 1830 | + ], |
| 1831 | + rome: [ |
| 1832 | + "Rome? Where the ruins are in better shape than the infrastructure.", |
| 1833 | + "From Rome? How's that eternal city working with eternal traffic jams?", |
| 1834 | + "Rome: Where history is everywhere except in the city planning.", |
| 1835 | + "Oh, Rome? The city where tourists outnumber functioning elevators.", |
| 1836 | + "Rome: Where every street is historic and every pothole is legendary.", |
| 1837 | + "From Rome? You definitely make more money from Airbnb than actual work.", |
| 1838 | + "Rome: The only city where 2000-year-old buildings work better than new ones.", |
| 1839 | + "Where 'culture' means overcharging tourists for gelato near the Colosseum.", |
| 1840 | + "Rome: Paris's more ancient, less functional cousin.", |
| 1841 | + "From Rome? Your city's idea of progress is adding contactless payment to tourist traps." |
| 1842 | + ] |
| 1843 | + }, |
| 1844 | + |
| 1845 | + spain: { |
| 1846 | + generic: [ |
| 1847 | + "Spain? Where siestas are mandatory but economic growth is optional.", |
| 1848 | + "From Spain? How's that 25% unemployment rate treating your life goals?", |
| 1849 | + "Spain: Where everyone parties until 4 AM but wonders why nothing gets done.", |
| 1850 | + "Oh, Spain? The country where 'mañana' isn't procrastination, it's policy.", |
| 1851 | + "Spain: Where the sun always shines but the economy never does.", |
| 1852 | + "From Spain? Let me guess, you're either unemployed or a bartender serving sangria to tourists.", |
| 1853 | + "Spain: The only country where lunch starts at dinner time everywhere else.", |
| 1854 | + "Where 'work-life balance' means mostly life, barely work.", |
| 1855 | + "Spain: Italy's party-loving cousin with worse economic planning.", |
| 1856 | + "From Spain? Your country's biggest achievement is making unemployment look fun." |
| 1857 | + ], |
| 1858 | + madrid: [ |
| 1859 | + "Madrid? The city where the nightlife is legendary and the job market is mythical.", |
| 1860 | + "From Madrid? How's that capital city life with provincial city salaries?", |
| 1861 | + "Madrid: Where everyone's an artist because actual jobs don't exist.", |
| 1862 | + "Oh, Madrid? The city that parties so hard it forgot to develop an economy.", |
| 1863 | + "Madrid: Where 'culture' means staying out until sunrise because you can't afford rent anyway.", |
| 1864 | + "From Madrid? You definitely live with roommates and call it 'European lifestyle'.", |
| 1865 | + "Madrid: The only capital where being broke is considered bohemian.", |
| 1866 | + "Where 'networking' means buying drinks you can't afford for people who also can't afford them.", |
| 1867 | + "Madrid: Barcelona's less successful, more party-focused sibling.", |
| 1868 | + "From Madrid? Your city's idea of economic development is opening more tapas bars." |
| 1869 | + ] |
| 1870 | + }, |
| 1871 | + |
| 1872 | + // SOUTH KOREA |
| 1873 | + southkorea: { |
| 1874 | + generic: [ |
| 1875 | + "South Korea? Where plastic surgery is more common than job security.", |
| 1876 | + "From South Korea? How's that work-yourself-to-death culture treating your mental health?", |
| 1877 | + "South Korea: Where K-pop is the biggest export but happiness is the rarest import.", |
| 1878 | + "Oh, South Korea? The country where everyone's beautiful but miserable.", |
| 1879 | + "South Korea: Where studying 18 hours a day is considered normal parenting.", |
| 1880 | + "From South Korea? Let me guess, your parents still think you're underachieving.", |
| 1881 | + "South Korea: The only country where gaming professionally is less stressful than regular jobs.", |
| 1882 | + "Where 'success' means burning out by 30 with perfect skin.", |
| 1883 | + "South Korea: Japan's overachieving little brother with more pressure.", |
| 1884 | + "From South Korea? Your country's biggest achievement is making workaholism look trendy." |
| 1885 | + ], |
| 1886 | + seoul: [ |
| 1887 | + "Seoul? Where the apartments are smaller than American closets but cost twice as much.", |
| 1888 | + "From Seoul? How's that 10 million person sardine can treating your personal space?", |
| 1889 | + "Seoul: Where everyone's competing to be the most stressed in the most stylish way.", |
| 1890 | + "Oh, Seoul? The city where plastic surgery clinics outnumber coffee shops.", |
| 1891 | + "Seoul: Where 'work-life balance' means working until you die young and pretty.", |
| 1892 | + "From Seoul? You definitely live in a shoebox and call it 'efficient urban living'.", |
| 1893 | + "Seoul: The only city where your phone has better coverage than your mental health insurance.", |
| 1894 | + "Where 'culture' means K-dramas and crippling social anxiety.", |
| 1895 | + "Seoul: Tokyo's more fashionable, equally miserable cousin.", |
| 1896 | + "From Seoul? Your city's idea of relaxation is a 20-hour gaming session." |
| 1897 | + ] |
| 1898 | + }, |
| 1899 | + |
| 1599 | 1900 | // GENERIC/DEFAULT ROASTS |
| 1600 | 1901 | default: [ |
| 1601 | 1902 | "Your location is so irrelevant, even Google Maps just shrugs.", |