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

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-05-25 20:51:17 +0300
committerDillon <dillonzq@outlook.com>2022-05-25 20:51:17 +0300
commit61eccb2502064ee628d6e1983af9020ed6d1de57 (patch)
tree73d3db70df9c07f963b2902f3ea9e3769f5db9e0 /i18n
parent487a77244226bf301d29a004c3f5601b7e6fafc6 (diff)
feat(giscus): standardize configuration, support i18n and add lazyLoading config
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ar.toml5
-rw-r--r--i18n/ca.toml5
-rw-r--r--i18n/de.toml3
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/es.toml3
-rw-r--r--i18n/fr.toml3
-rw-r--r--i18n/id.toml3
-rw-r--r--i18n/it.toml3
-rw-r--r--i18n/pl.toml3
-rw-r--r--i18n/pt-BR.toml3
-rw-r--r--i18n/ro.toml3
-rw-r--r--i18n/ru.toml3
-rw-r--r--i18n/sr.toml5
-rw-r--r--i18n/te.toml5
-rw-r--r--i18n/th.toml5
-rw-r--r--i18n/vi.toml3
-rw-r--r--i18n/zh-CN.toml5
-rw-r--r--i18n/zh-TW.toml2
18 files changed, 58 insertions, 7 deletions
diff --git a/i18n/ar.toml b/i18n/ar.toml
index ca9d22f6..043a4c4b 100644
--- a/i18n/ar.toml
+++ b/i18n/ar.toml
@@ -51,13 +51,16 @@ other = "يعمل الموقع بنظام {{ .Hugo }} | التصميم مقدم
# === partials/comment.html ===
[valineLang]
-other = "ar"
+other = "en"
[valinePlaceholder]
other = "تعليقك..."
[facebookLanguageCode]
other = "ar_AR"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/ca.toml b/i18n/ca.toml
index 097b05cd..3a695cca 100644
--- a/i18n/ca.toml
+++ b/i18n/ca.toml
@@ -52,13 +52,16 @@ other = "Impulsat per {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/comment.html ===
[valineLang]
-other = "ca"
+other = "en"
[valinePlaceholder]
other = "El teu comentari ..."
[facebookLanguageCode]
other = "ca_ES"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/de.toml b/i18n/de.toml
index 4781eb43..6bfaa504 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -59,6 +59,9 @@ other = "Ihr Kommentar ..."
[facebookLanguageCode]
other = "de_DE"
+
+[giscusLang]
+other = "de"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/en.toml b/i18n/en.toml
index 6f5a428a..47d8e73d 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -58,6 +58,9 @@ other = "Your comment ..."
[facebookLanguageCode]
other = "en_US"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/es.toml b/i18n/es.toml
index 0c93dd50..7c6d0186 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -59,6 +59,9 @@ other = "Tu comentario ..."
[facebookLanguageCode]
other = "es_MX"
+
+[giscusLang]
+other = "es"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 541f68c5..fd9d2823 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -59,6 +59,9 @@ other = "Votre commentaire ..."
[facebookLanguageCode]
other = "fr"
+
+[giscusLang]
+other = "fr"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/id.toml b/i18n/id.toml
index 537ab56f..2bebaac8 100644
--- a/i18n/id.toml
+++ b/i18n/id.toml
@@ -59,6 +59,9 @@ other = "Komentar Anda ..."
[facebookLanguageCode]
other = "id_ID"
+
+[giscusLang]
+other = "id"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/it.toml b/i18n/it.toml
index 2a8ea99f..b3381d00 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -59,6 +59,9 @@ other = "Il tuo commento ..."
[facebookLanguageCode]
other = "it"
+
+[giscusLang]
+other = "it"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/pl.toml b/i18n/pl.toml
index b9aa2f72..fd200763 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -59,6 +59,9 @@ other = "Twój komentarz ..."
[facebookLanguageCode]
other = "pl"
+
+[giscusLang]
+other = "pl"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml
index 6af59258..9267dc51 100644
--- a/i18n/pt-BR.toml
+++ b/i18n/pt-BR.toml
@@ -59,6 +59,9 @@ other = "O seu comentário ..."
[facebookLanguageCode]
other = "pt_BR"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/ro.toml b/i18n/ro.toml
index 7584dc6f..5ec072b2 100644
--- a/i18n/ro.toml
+++ b/i18n/ro.toml
@@ -59,6 +59,9 @@ other = "Comentariul dvs ..."
[facebookLanguageCode]
other = "ro_RO"
+
+[giscusLang]
+other = "ro"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 82a01851..d97029d4 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -59,6 +59,9 @@ other = "Ваш комментарий ..."
[facebookLanguageCode]
other = "ru_RU"
+
+[giscusLang]
+other = "ru"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/sr.toml b/i18n/sr.toml
index 09b7d049..5810f9d6 100644
--- a/i18n/sr.toml
+++ b/i18n/sr.toml
@@ -52,13 +52,16 @@ other = "Покреће {{ .Hugo }} | Тема - {{ .Theme }}"
# === partials/comment.html ===
[valineLang]
-other = "sr"
+other = "en"
[valinePlaceholder]
other = "Ваш коментар ..."
[facebookLanguageCode]
other = "sr_RS"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/te.toml b/i18n/te.toml
index 0005ca11..f61e7dc8 100644
--- a/i18n/te.toml
+++ b/i18n/te.toml
@@ -52,13 +52,16 @@ other = "{{ .Hugo }} ద్వారా ఆధారితం | నేపథ్
# === partials/comment.html ===
[valineLang]
# not supported
-other = "te"
+other = "en"
[valinePlaceholder]
other = "మీ వాఖ్యనం ..."
[facebookLanguageCode]
other = "te_IN"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/th.toml b/i18n/th.toml
index d79ecf26..58fab433 100644
--- a/i18n/th.toml
+++ b/i18n/th.toml
@@ -52,13 +52,16 @@ other = "เว็บนี้สร้างโดย {{ .Hugo }} | ธีม -
# === partials/comment.html ===
[valineLang]
-other = "th"
+other = "en"
[valinePlaceholder]
other = "ความคิดเห็นของคุณ ..."
[facebookLanguageCode]
other = "th_TH"
+
+[giscusLang]
+other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/vi.toml b/i18n/vi.toml
index 04ac1ca6..aa7ade0c 100644
--- a/i18n/vi.toml
+++ b/i18n/vi.toml
@@ -58,6 +58,9 @@ other = "Bình luận của bạn ..."
[facebookLanguageCode]
other = "vi"
+
+[giscusLang]
+other = "vi"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index a96a0b24..d45c89ea 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -52,13 +52,16 @@ other = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}"
# === partials/comment.html ===
[valineLang]
-other = "zh-cn"
+other = "zh-CN"
[valinePlaceholder]
other = "你的评论 ..."
[facebookLanguageCode]
other = "zh_CN"
+
+[giscusLang]
+other = "zh-CN"
# === partials/comment.html ===
# === partials/assets.html ===
diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml
index ced75dd7..126cfeee 100644
--- a/i18n/zh-TW.toml
+++ b/i18n/zh-TW.toml
@@ -52,7 +52,7 @@ other = "由 {{ .Hugo }} 強力驅動 | 主題 - {{ .Theme }}"
# === partials/comment.html ===
[valineLang]
-other = "zh-tw"
+other = "zh-TW"
[valinePlaceholder]
other = "你的評論 ..."