diff options
author | amzrk2 | 2020-04-16 15:34:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:34:39 +0800 |
commit | eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch) | |
tree | b0480b915ce26df5545aecd3b807a7fedef10eba /i18n/en.toml | |
parent | bbed6aaeab766901f9d425777a22ad3e767b7716 (diff) | |
download | hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.gz hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.bz2 hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.zip |
i18n support
Diffstat (limited to 'i18n/en.toml')
-rw-r--r-- | i18n/en.toml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..8a24f5c --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,32 @@ +[sidebarPages] + other = "Pages" + +[sidebarTags] + other = "Tags" + +[sidebarLinks] + other = "Links" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Powered by " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "No tag" + +[postCopyrightFront] + other = "Unless otherwise noted, the content of this site is licensed under " + +[postCopyrightEnd] + other = "." + +[postCommentLoading] + other = "Loading comments..." + +[postCommentLoadingFailed] + other = "Comments failed to load." |