From e230ea2ee6860e2836500c1407fbf1592907fced Mon Sep 17 00:00:00 2001 From: Hussaini Zulkifli Date: Thu, 1 Oct 2020 22:15:18 +0800 Subject: [PATCH] Translate to Malay (#423) --- CONTRIBUTORS.md | 1 + i18n/ms.toml | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 i18n/ms.toml 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 halaman utama." + +[powered_by] +other = "Dikuasakan oleh" + +[see_also] +other = "Lihat juga"