diff options
author | amzrk2 | 2020-04-18 11:15:11 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-18 11:15:11 +0800 |
commit | 7323b2d24082ab7b6fdae94abd09099822651f9b (patch) | |
tree | bb77bf3627d1348321449dca6747a19983b57269 /i18n/en.toml | |
parent | 81addf1275b95c1bb6a965daf1306c6a1dc82c50 (diff) | |
download | hugo-theme-fuji-7323b2d24082ab7b6fdae94abd09099822651f9b.tar.gz hugo-theme-fuji-7323b2d24082ab7b6fdae94abd09099822651f9b.tar.bz2 hugo-theme-fuji-7323b2d24082ab7b6fdae94abd09099822651f9b.zip |
Fix missing translation
Diffstat (limited to 'i18n/en.toml')
-rw-r--r-- | i18n/en.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 8a24f5c..bd4937c 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -30,3 +30,9 @@ [postCommentLoadingFailed] other = "Comments failed to load." + +[archivesTotalPages] + other = "Total posts: " + +[tagsCurrentTag] + other = "Posts with the tag {{ .Title }}: " |