diff options
author | DSRKafuU | 2020-04-23 23:34:45 +0800 |
---|---|---|
committer | GitHub | 2020-04-23 23:34:45 +0800 |
commit | 50900be20164758f1ae3ef1fb18d65424bc98743 (patch) | |
tree | a01ec7f161f73deac667b4e51be4f374b9ea8f5b /i18n/en.toml | |
parent | aaa441e5f2e065ebcf1e645f7924e9ef28b8d242 (diff) | |
parent | 29f2e593583861173b212c0495dec2e26206072b (diff) | |
download | hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.gz hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.bz2 hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.zip |
Merge pull request #5 from amzrk2/dev
Merge v1.2.0 dev branch
Diffstat (limited to 'i18n/en.toml')
-rw-r--r-- | i18n/en.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index bd4937c..02853ac 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "TOC" + [sidebarPages] other = "Pages" @@ -19,6 +22,9 @@ [postMetaNoTag] other = "No tag" +[postMetaWordCount] + other = " words" + [postCopyrightFront] other = "Unless otherwise noted, the content of this site is licensed under " @@ -36,3 +42,9 @@ [tagsCurrentTag] other = "Posts with the tag {{ .Title }}: " + +[webpCheckerFront] + other = "Your browser does not currently support " + +[webpCheckerEnd] + other = " images" |