From cc4aae2dba0530e689b208f584ae8177ba6538dd Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:46:06 -0300 Subject: [PATCH] Fix Russian translation --- CHANGELOG.md | 3 +++ messages/ru.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e0c87..05e15f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed +- Russian translation. + ## [0.15.0] - 2022-02-17 ### Added diff --git a/messages/ru.json b/messages/ru.json index ba257bb..7b3c2a8 100644 --- a/messages/ru.json +++ b/messages/ru.json @@ -26,8 +26,8 @@ "admin/editor.comparison-grid-row.styles.width.description": "Ширина ячейки в процентах", "admin/editor.comparison-grid.titleText.title": "Название", "store/product-comparison.product-selector.product": "Товар:", - "store/product-comparison.product-selector.product-added": "добавлено к сравнению", - "store/product-comparison.product-selector.product-removed": "удалено из сравнения", + "store/product-comparison.product-selector.product-added": "добавлен к сравнению", + "store/product-comparison.product-selector.product-removed": "удален из сравнения", "store/product-comparison.product-selector.compare": "Сравнить", "store/product-comparison.drawer.products": "{productsLength, plural, one {товар} few {товара} many {товаров} other {товаров}}", "store/product-comparison.drawer.compare": "Сравнить",