From 71fcef1c6c3d3e0c0128fbfb945727287ef0e7e8 Mon Sep 17 00:00:00 2001 From: Dillon Date: Fri, 14 Feb 2020 22:18:22 +0800 Subject: [PATCH] chore: update i18n --- i18n/en.toml | 4 ++-- i18n/zh.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 6d957055..f7989348 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -33,10 +33,10 @@ other = "More" other = "Switch Theme" # === partials/header.html === -# === partials/comments.html === +# === partials/comment.html === [valineLang] other = "en" -# === partials/comments.html === +# === partials/comment.html === # === partials/footer.html === [powered] diff --git a/i18n/zh.toml b/i18n/zh.toml index 6b2db781..41ee9cae 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -33,10 +33,10 @@ other = "更多" other = "切换主题" # === partials/header.html === -# === partials/comments.html === +# === partials/comment.html === [valineLang] other = "zh-cn" -# === partials/comments.html === +# === partials/comment.html === # === partials/footer.html === [powered]