diff --git a/i18n/en.yaml b/i18n/en.yaml index 7f14a98..a093292 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -15,9 +15,9 @@ - id: previousPost translation: "Previous" - + - id: nextPost - translation: "Next" + translation: "Next" - id: postCount translation: diff --git a/i18n/zh-Hans.yaml b/i18n/zh-Hans.yaml index fc7bec9..0a760d2 100644 --- a/i18n/zh-Hans.yaml +++ b/i18n/zh-Hans.yaml @@ -13,9 +13,9 @@ - id: previousPost translation: "上一篇" - + - id: nextPost - translation: "下一篇" + translation: "下一篇" - id: postCount - translation: "共有{{ .Count }}篇文章" \ No newline at end of file + translation: "共有{{ .Count }}篇文章"