diff --git a/cmd/mavend/voice.go b/cmd/mavend/voice.go index abb77ae..727015c 100644 --- a/cmd/mavend/voice.go +++ b/cmd/mavend/voice.go @@ -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 {