diff --git a/i18n/en.toml b/i18n/en.toml index 72c6641..0653e75 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -24,10 +24,15 @@ other = "Categories" # === Taxonomy === # === Pagination === -[More] +[more] other = "More" # === Pagination === +# === partials/header.html === +[switchTheme] +other = "Switch Theme" +# === partials/header.html === + # === partials/comments.html === [valineLang] other = "en" @@ -75,7 +80,7 @@ other = "Back" [home] other = "Home" -[readmore] +[readMore] other = "Read More" [day] diff --git a/i18n/zh.toml b/i18n/zh.toml index 6eba84b..d60b617 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -24,10 +24,15 @@ other = "分类" # === Taxonomy === # === Pagination === -[More] +[more] other = "更多" # === Pagination === +# === partials/header.html === +[switchTheme] +other = "切换主题" +# === partials/header.html === + # === partials/comments.html === [valineLang] other = "zh-cn" @@ -78,7 +83,7 @@ other = "返回" [home] other = "主页" -[readmore] +[readMore] other = "阅读全文" [day] diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index f6d8086..6a39c15 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -47,7 +47,7 @@ {{ end }}
+