Add i18n support for translation of strings
* Also add Simplified Chinese translations * See #3
This commit is contained in:
24
i18n/en.toml
Normal file
24
i18n/en.toml
Normal file
@ -0,0 +1,24 @@
|
||||
# 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"
|
Reference in New Issue
Block a user