maven: fix нью-йорк transliteration in weather location map

This commit is contained in:
kami
2026-07-06 11:01:49 +04:00
parent 5934a8a644
commit cda614d1bb
+1 -1
View File
@@ -924,7 +924,7 @@ func extractWeatherLocation(u, defaultLoc string) string {
"paris": "Paris",
"берлин": "Berlin",
"berlin": "Berlin",
"ньйорк": "New York",
"нью-йорк": "New York",
"new york": "New York",
}
for substr, name := range cities {