feat: improve configuration (#245)
* feat: improve configuration * fix: fix partials/footer.html error
This commit is contained in:
11
i18n/en.toml
11
i18n/en.toml
@@ -52,6 +52,17 @@ other = "Powered by %s"
|
||||
other = "Theme"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Your comment ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "en_US"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Search"
|
||||
|
||||
11
i18n/fr.toml
11
i18n/fr.toml
@@ -52,6 +52,17 @@ other = "Propulsé par %s"
|
||||
other = "Thème"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Votre commentaire ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "fr"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Chercher"
|
||||
|
||||
11
i18n/pl.toml
11
i18n/pl.toml
@@ -52,6 +52,17 @@ other = "Napędzany przez %s"
|
||||
other = "Szablon"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Twój komentarz ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "pl"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Szukaj"
|
||||
|
||||
@@ -52,6 +52,17 @@ other = "由 %s 强力驱动"
|
||||
other = "主题"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "zh-cn"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "你的评论 ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "zh_CN"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "搜索"
|
||||
|
||||
Reference in New Issue
Block a user