From e15b6b93c917c91302e9fe3077482ed6d8e00a65 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Tue, 15 Mar 2022 08:58:06 -0300 Subject: [PATCH] Fix Arabic translation --- CHANGELOG.md | 3 +++ messages/ar.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b991319..1ba464e 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 +- Arabic translation. + ## [2.17.0] - 2022-03-08 ### Added diff --git a/messages/ar.json b/messages/ar.json index 536a91a..232744e 100644 --- a/messages/ar.json +++ b/messages/ar.json @@ -9,7 +9,7 @@ "admin/editor.category-menu.show-departments-category.title": "إظهار فئة الأقسام", "admin/editor.category-menu.show-subcategories.title": "إظهار الفئات الفرعية", "admin/editor.category-menu.sort-subcategories.title": "فرز الفئات الفرعية", - "admin/editor.category-menu.sort-type.default": "الافتراضي", + "admin/editor.category-menu.sort-type.default": "العنوان الرئيسي", "admin/editor.category-menu.sort-type.name": "الاسم", "admin/editor.category-menu.title": "قائمة الفئة", "store/category-menu.all-category.title": "شاهد الكل",