From 5800350b253994dea410afff64e3df2a171e7775 Mon Sep 17 00:00:00 2001 From: ghostxbh Date: Fri, 10 May 2024 10:41:21 +0800 Subject: [PATCH] fix: Eliminates duplicate translation keys --- src/i18n/translations/ru.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i18n/translations/ru.js b/src/i18n/translations/ru.js index bd15f3656..ef186cd17 100644 --- a/src/i18n/translations/ru.js +++ b/src/i18n/translations/ru.js @@ -254,7 +254,6 @@ const ru = { yes_release_it: 'Да, освободить.', you_have_been_referred_to_puter_by_a_friend: "Вы были приглашены в Puter другом!", zip: "Заархивировать", - storage_puter_used: "использовано Puter", } };