25 lines
334 B
TOML
25 lines
334 B
TOML
|
# Translations for English
|
||
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||
|
|
||
|
# 404.html
|
||
|
#
|
||
|
[notFound]
|
||
|
other = "Oops, page not found…"
|
||
|
|
||
|
[home]
|
||
|
other = "Home"
|
||
|
|
||
|
[archives]
|
||
|
other = "Archives"
|
||
|
|
||
|
# posts/single.html
|
||
|
#
|
||
|
[wordCount]
|
||
|
other = "{{ .WordCount }} Words"
|
||
|
|
||
|
[newer]
|
||
|
other = "Newer"
|
||
|
|
||
|
[older]
|
||
|
other = "Older"
|