From 60f7098910889a40e819c2634c098373694bb478 Mon Sep 17 00:00:00 2001 From: Latiif alSharif Date: Mon, 18 May 2020 16:41:27 +0200 Subject: [PATCH] Add i18n for arabic (#336) * Add Arabic i18n file. Signed-off-by: latiif * Add Latiif Alsharif to contributors Signed-off-by: latiif --- CONTRIBUTORS.md | 1 + i18n/ar.toml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 i18n/ar.toml diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2d6ac62..9745d4f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -66,3 +66,4 @@ - [Clément Pannetier](https://clementpannetier.dev) - [FantasticMao](https://github.com/FantasticMao) - [Utkarsh Gupta](https://utkarsh2102.com) +- [Latiif Alsharif](https://latiif.se) diff --git a/i18n/ar.toml b/i18n/ar.toml new file mode 100644 index 0000000..6b8c09c --- /dev/null +++ b/i18n/ar.toml @@ -0,0 +1,23 @@ +[category] +other = "فئة" + +[tag] +other = "وَسم" + +[series] +other = "سلسلة" + +[reading_time] +other = "تستغرق {{ .Count }} د" + +[page_not_found] +other = "الصفحة غير موجودة" + +[page_does_not_exist] +other = "هذه الصفحة غير موجودة" + +[head_back] +other = "بإمكانك العودة إلى homepage." + +[powered_by] +other = "بواسطة"