mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat(i18n): Add Indonesian translation for readingTime
(#279)
This commit is contained in:
parent
d86b857635
commit
8d0c65c374
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ article:
|
|||
lastUpdatedOn:
|
||||
other: Terakhir diperbarui pada
|
||||
|
||||
readingTime:
|
||||
one: "Waktu Membaca: {{ .Count }} menit"
|
||||
other: "Waktu Membaca: {{ .Count }} menit"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Tidak ditemukan
|
||||
|
|
Loading…
Reference in a new issue