diff --git a/lib/l10n/app_ru.arb b/lib/l10n/app_ru.arb index d985730..ab2c449 100644 --- a/lib/l10n/app_ru.arb +++ b/lib/l10n/app_ru.arb @@ -98,5 +98,14 @@ } }, "ascending": "Восходящий", - "@ascending": {} + "@ascending": {}, + "dashboardRecentlyAdded": "Недавно добавлен в {name}", + "@dashboardRecentlyAdded": { + "description": "Recently added on home screen", + "placeholders": { + "name": { + "type": "String" + } + } + } }