Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-21 17:55:06 +0300
committerGitHub <noreply@github.com>2020-04-21 17:55:06 +0300
commitf14301c395ffd63ef72625bf8bfe887fa211d013 (patch)
tree367e8f5a699a0b1df5d142f0ae259c9d6dd9de3f /i18n
parent8a0e61085cfc2f2d1a342697c73b10cbc1d27a68 (diff)
feat: improve configuration (#245)
* feat: improve configuration * fix: fix partials/footer.html error
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml11
-rw-r--r--i18n/fr.toml11
-rw-r--r--i18n/pl.toml11
-rw-r--r--i18n/zh-CN.toml11
4 files changed, 44 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index d914214..8466336 100644
--- a/i18n/en.toml
+++ b/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"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index bde9a11..694bad8 100644
--- a/i18n/fr.toml
+++ b/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"
diff --git a/i18n/pl.toml b/i18n/pl.toml
index 1b7f52e..2605259 100644
--- a/i18n/pl.toml
+++ b/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"
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index fa46c06..04092b8 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -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 = "搜索"