hermit/i18n/en.toml
Track3 8711c169be Add i18n support for translation of strings
* Also add Simplified Chinese translations
* See #3
2018-12-14 15:17:48 +08:00

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"