From 53463ffaa20adb213452ee39baa2223a34b63600 Mon Sep 17 00:00:00 2001
From: fitrarhm <63356065+fitrarhm@users.noreply.github.com>
Date: Thu, 26 Sep 2024 03:01:04 +0000
Subject: [PATCH] theme(i18n): add indonesian language (#672)
---
i18n/id.toml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/i18n/id.toml b/i18n/id.toml
new file mode 100644
index 0000000..d041a1e
--- /dev/null
+++ b/i18n/id.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Lagi"
+
+[allTitle]
+other = "Semua {{.Title }}"
+
+[recentTitle]
+other = "Terbaru {{.Title }}"
+
+[readMore]
+other = "Baca selengkapnya"
+
+[by]
+other = "Oleh"
+
+[whatsInThis]
+other = "Apa isinya? {{ .Type }}"
+
+[related]
+other = "Terkait"
+
+[yourName]
+other = "Nama Anda"
+
+[emailAddress]
+other = "Alamat Email"
+
+[message]
+other = "Pesan"
+
+[emailRequiredNote]
+other = "Alamat email diperlukan."
+
+[send]
+other = "Kirim"
+
+[taxonomyPageList]
+other = "Di bawah ini Anda akan menemukan halaman yang menggunakan istilah taksonomi “{{ .Title }}”"
+
+[readingTime]
+one = "Satu menit dibaca"
+other = "{{ .Count }} menit dibaca"
+
+[wordCount]
+one = "Satu kata"
+other = "{{ .Count }} kata"
+
+[pageTitle]
+other = "{{ .Name }} halaman"
--
Gitblit v1.10.0