Merge branch 'master' of https://github.com/rhazdon/hugo-theme-hello-friend-ng
This commit is contained in:
commit
12c588c7bf
3 changed files with 43 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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
39
i18n/id.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue