From 76385332cf3a08c963b244971aaa054ba2687cc3 Mon Sep 17 00:00:00 2001 From: Ali Date: Mon, 27 Jun 2022 00:14:39 +0700 Subject: [PATCH] Add Indonesian translation --- data/langFlags.yaml | 1 + i18n/id.toml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 i18n/id.toml diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 4132ed4..2c1e1ec 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -4,6 +4,7 @@ es: es fr: fr gl: es-ga hi: in +id: id it: it ja: jp ml: in diff --git a/i18n/id.toml b/i18n/id.toml new file mode 100644 index 0000000..cf5f7ee --- /dev/null +++ b/i18n/id.toml @@ -0,0 +1,39 @@ +# Translations for Indonesia +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Generic +# +[translations] +other = "Terjemahan" + +[postAvailable] +other = "Tersedia juga di" + + +# 404.html +# +[archives] +other = "Arsip" + +[home] +other = "Beranda" + +[notFound] +other = "Oops, halaman tidak ditemukan…" + + +# posts/single.html +# +[readingTime] +one = "Satu menit" +other = "{{ .Count }} menit" + +[tableOfContents] +other = "Daftar isi" + +[wordCount] +one = "Satu Kata" +other = "{{ .Count }} Kata" + +[lastModified] +other = "Terakhir diupdate" \ No newline at end of file