From b50bde7e47d3050d8d803cdbff1d39f8cb8288fa Mon Sep 17 00:00:00 2001 From: Satya Kresna Date: Fri, 6 Nov 2020 20:54:02 +0800 Subject: [PATCH] feat(i18n): add indonesian translation (#477) --- i18n/id.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 i18n/id.toml diff --git a/i18n/id.toml b/i18n/id.toml new file mode 100644 index 0000000..4f0784b --- /dev/null +++ b/i18n/id.toml @@ -0,0 +1,33 @@ +[category] +other = "kategori" + +[tag] +other = "label" + +[series] +other = "seri" + +[author] +other = "penulis" + +[posts] +other = "artikel" + +[reading_time] +one = "bacaan satu menit" +other = "bacaan {{ .Count }} menit" + +[page_not_found] +other = "Halaman tidak ditemukan" + +[page_does_not_exist] +other = "Maaf, halaman ini tidak ada." + +[head_back] +other = "Anda dapat kembali ke beranda." + +[powered_by] +other = "Dipersembahkan oleh" + +[see_also] +other = "artikel terkait"