From 869365910a9c22f270b4e3b8eb1dc40a0c1b8162 Mon Sep 17 00:00:00 2001 From: rudzik8 Date: Sat, 4 Dec 2021 17:46:29 +0700 Subject: [PATCH] Russian, English: add missing "users_gifts" string --- locales/en.strings | 2 ++ locales/ru.strings | 2 ++ 2 files changed, 4 insertions(+) diff --git a/locales/en.strings b/locales/en.strings index cffcf557..6e832fcb 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -492,6 +492,8 @@ "coins_one" = "One voice"; "coins_other" = "$1 voices"; +"users_gifts" = "Gifts"; + /* Support */ "support_opened" = "Opened"; diff --git a/locales/ru.strings b/locales/ru.strings index 6b8d1448..54ccef36 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -564,6 +564,8 @@ "coins_many" = "$1 голосов"; "coins_other" = "$1 голосов"; +"users_gifts" = "Подарки"; + /* Support */ "support_opened" = "Открытые";