From f71886b04f79c876fc78e9eaafa1a296101cc65d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 17 Apr 2019 18:29:33 +0300 Subject: [PATCH] Add Arabic translation Very poorly done using Google Translate, just so I can see how the strings look and have a place to start fixing them. --- CHANGELOG.md | 3 +++ i18n/ar.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 i18n/ar.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index b015702..f2a2657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased changes +### Added +- Arabic translation (@alanorth) + ### Updated - clean-css-cli 4.3.0 diff --git a/i18n/ar.yaml b/i18n/ar.yaml new file mode 100644 index 0000000..b3d8000 --- /dev/null +++ b/i18n/ar.yaml @@ -0,0 +1,38 @@ +- id: about + translation: "حول" + +- id: home + translation: "دار" + +- id: recentPosts + translation: "المشاركات الاخيرة" + +- id: readMore + translation: "← قراءة المزيد" + +- id: translations + translation: "ترجمة" + +- id: share + translation: "تقاسم" + +- id: paginatorPrevious + translation: "الصفحة السابقة" + +- id: paginatorNext + translation: "الصفحة التالية" + +- id: cookieMessage + translation: ".هذا الموقع يستخدم الكوكيز" + +- id: cookieLink + translation: ".أعرف أكثر" + +- id: cookieDismiss + translation: "!فهمتك" + +- id: backToTop + translation: "العودة إلى الأعلى" + +- id: links + translation: "الروابط"