8711c169be
* Also add Simplified Chinese translations * See #3
24 lines
334 B
TOML
24 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"
|