💬 Fixed russian translation message for searching response

This commit is contained in:
Maxim Lebedev 2023-08-29 06:31:11 +06:00
parent 42ef399a5c
commit 97395ab7f9
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const InteractionID string = "search"
func init() {
for _, entry := range [...]domain.CatalogEntry{
{Tag: language.English, Key: "You go on a search for something that can help you...", Message: "You go on a search for something that can help you..."},
{Tag: language.Russian, Key: "You go on a search for something that can help you...", Message: "Вы пытаетесь что-нибудь найти..."},
{Tag: language.Russian, Key: "You go on a search for something that can help you...", Message: "Вы отправляетесь на поиски чего-нибудь, что может вам помочь..."},
{Tag: language.English, Key: "Unfortunately, you've already found all you can find.", Message: "Unfortunately, you've already found all you can find."},
{Tag: language.Russian, Key: "Unfortunately, you've already found all you can find.", Message: "К сожалению, вы уже нашли всё, что могли найти."},
} {