From 60f7098910889a40e819c2634c098373694bb478 Mon Sep 17 00:00:00 2001
From: Latiif alSharif <latiif@mail.com>
Date: Mon, 18 May 2020 14:41:27 +0000
Subject: [PATCH] Add i18n for arabic (#336)

---
 i18n/ar.toml    |   23 +++++++++++++++++++++++
 CONTRIBUTORS.md |    1 +
 2 files changed, 24 insertions(+), 0 deletions(-)

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 = "بإمكانك العودة إلى <a href=\"{{ . }}\">homepage</a>."
+
+[powered_by]
+other = "بواسطة"

--
Gitblit v1.10.0