This commit is contained in:
Djordje Atlialp 2023-04-03 00:13:38 +02:00
commit 12c588c7bf
3 changed files with 43 additions and 0 deletions

View file

@ -86,6 +86,9 @@ paginate = 10
# Enable sharing buttons, if you like
enableSharingButtons = true
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = true
# Metadata mostly used in document's head
description = "My new homepage or blog"
keywords = "homepage, blog"

View file

@ -4,6 +4,7 @@ es: es
fr: fr
gl: es-ga
hi: in
id: id
it: it
ja: jp
ml: in

39
i18n/id.toml Normal file
View file

@ -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"