From e230ea2ee6860e2836500c1407fbf1592907fced Mon Sep 17 00:00:00 2001
From: Hussaini Zulkifli <hussaini.zulkifli@gmail.com>
Date: Thu, 01 Oct 2020 14:15:18 +0000
Subject: [PATCH] Translate to Malay (#423)
---
i18n/ms.toml | 27 +++++++++++++++++++++++++++
CONTRIBUTORS.md | 1 +
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index b1d175c..83a0617 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -79,3 +79,4 @@
- [Dave Rolsky](https://github.com/autarch)
- [Joseph Sanders](https://github.com/jls83)
- [Rabin Adhikari](https://github.com/rabinadk1/)
+- [Hussaini Zulkifli](https://github.com/hussaini/)
\ No newline at end of file
diff --git a/i18n/ms.toml b/i18n/ms.toml
new file mode 100644
index 0000000..0f29fc7
--- /dev/null
+++ b/i18n/ms.toml
@@ -0,0 +1,27 @@
+[category]
+other = "kategori"
+
+[tag]
+other = "teg"
+
+[series]
+other = "siri"
+
+[reading_time]
+one = "Bacaan 1 minit"
+other = "Bacaan {{ .Count }} minit"
+
+[page_not_found]
+other = "Halaman Tidak Dijumpai"
+
+[page_does_not_exist]
+other = "Maaf, halaman ini tidak wujud."
+
+[head_back]
+other = "Kembali ke <a href=\"{{ . }}\">halaman utama</a>."
+
+[powered_by]
+other = "Dikuasakan oleh"
+
+[see_also]
+other = "Lihat juga"
--
Gitblit v1.10.0