fix(i18n): fix Valine Comment System i18n bug

This commit is contained in:
Dillon ZENG
2019-11-23 13:42:26 +08:00
parent 473900da79
commit 69aa0cd779
5 changed files with 31 additions and 27 deletions

View File

@@ -28,6 +28,11 @@ other = "Categories"
other = "More"
# === Pagination ===
# === partials/comments.html ===
[valineLang]
other = "en"
# === partials/comments.html ===
# === partials/footer.html ===
[powered]
other = "Powered by %s"

View File

@@ -28,6 +28,11 @@ other = "分类"
other = "更多"
# === Pagination ===
# === partials/comments.html ===
[valineLang]
other = "zh-cn"
# === partials/comments.html ===
# === partials/footer.html ===
[powered]
other = "由 %s 强力驱动"