maven: fix нью-йорк transliteration in weather location map
This commit is contained in:
+1
-1
@@ -924,7 +924,7 @@ func extractWeatherLocation(u, defaultLoc string) string {
|
|||||||
"paris": "Paris",
|
"paris": "Paris",
|
||||||
"берлин": "Berlin",
|
"берлин": "Berlin",
|
||||||
"berlin": "Berlin",
|
"berlin": "Berlin",
|
||||||
"ньйорк": "New York",
|
"нью-йорк": "New York",
|
||||||
"new york": "New York",
|
"new york": "New York",
|
||||||
}
|
}
|
||||||
for substr, name := range cities {
|
for substr, name := range cities {
|
||||||
|
|||||||
Reference in New Issue
Block a user