diff --git a/public/locales/ru/categories.json b/public/locales/ru/categories.json index 0967ef42..c465a23a 100644 --- a/public/locales/ru/categories.json +++ b/public/locales/ru/categories.json @@ -1 +1,14 @@ -{} +{ + "categories_list": { + "entertainment": { + "name": "Развлечения" + }, + "food": { + "items": { + "diningOut": "Питание вне дома", + "groceries": "Продукты", + "liquor": "Алкоголь" + } + } + } +}