From 922b67b346280a9d2787cec7d8e0e92b8ea40eb7 Mon Sep 17 00:00:00 2001
From: therealFIGBERT <f1gb3rt@protonmail.com>
Date: Sun, 02 Feb 2020 00:28:26 +0000
Subject: [PATCH] Add Hebrew i18n file and FIGBERT to CONTRIBUTORS.md (#258)
---
i18n/he.toml | 25 +++++++++++++++++++++++++
CONTRIBUTORS.md | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 49f239b..fbfcd3e 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -55,3 +55,4 @@
- [Víctor López](https://github.com/viticlick)
- [Anson VanDoren](https://github.com/anson-vandoren)
- [Michael Lynch](https://github.com/mtlynch)
+- [FIGBERT](https://figbert.com/)
diff --git a/i18n/he.toml b/i18n/he.toml
new file mode 100644
index 0000000..3ab19f1
--- /dev/null
+++ b/i18n/he.toml
@@ -0,0 +1,25 @@
+[category]
+other = "קטגוריה"
+
+[tag]
+other = "תגית"
+
+[series]
+other = "סדרה"
+
+[reading_time]
+one = "דקה אחת לקרוא"
+other = "דקות לקרוא {{ .Count }}"
+
+[page_not_found]
+other = "דף האינטרנט שביקשת לא נמצא"
+
+[page_does_not_exist]
+other = "מצטערים, דף אינטרנט זה אינו קיים"
+
+[head_back]
+other = " אתה יכול לחזור<a href=\"{{ . }}\">לדף הבית</a>."
+
+
+[powered_by]
+other = "מופעל על ידי"
--
Gitblit v1.10.0