From e0ed556818afd3f1c7a5509bfa1e9b11dcf365c9 Mon Sep 17 00:00:00 2001 From: Muhammad <21185758+Muhammad-Saad-01@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:41:29 +0200 Subject: [PATCH] Add i18n support for Arabic (#271) --- i18n/ar.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 i18n/ar.yaml diff --git a/i18n/ar.yaml b/i18n/ar.yaml new file mode 100644 index 00000000..120f9981 --- /dev/null +++ b/i18n/ar.yaml @@ -0,0 +1,22 @@ +- id: prev_page + translation: "الصفحة السابقة" + +- id: next_page + translation: "الصفحة التالية" + +- id: read_time + translation: + one: "دقيقة واحده" + two: "دقيقتان" + few: "بضع ثوان" + zero: "الآن" + other: "دقائق {{ .Count }}" + +- id: toc + translation: "فهرس المحتوي" + +- id: translations + translation: "ترجمات اخري" + +- id: home + translation: "الصفحة الرئيسية"