From 20bf7194114a882b4f10a91bc4c49d8ebbe4bc9e Mon Sep 17 00:00:00 2001 From: Jarao <44677306+WROIATE@users.noreply.github.com> Date: Sun, 29 Oct 2023 05:51:05 +0800 Subject: [PATCH 1/2] fix(comments): twikoo icon & count text color not visible on dark theme (#890) * fix(comments): twikoo icon & count text color * fix(comments): twikoo prompt color --- layouts/partials/comments/provider/twikoo.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/comments/provider/twikoo.html b/layouts/partials/comments/provider/twikoo.html index 71eae39..53830dd 100644 --- a/layouts/partials/comments/provider/twikoo.html +++ b/layouts/partials/comments/provider/twikoo.html @@ -13,7 +13,9 @@ } .twikoo .el-input-group__prepend, .twikoo .tk-action-icon, + .twikoo .tk-submit-action-icon, .twikoo .tk-time, + .twikoo .tk-comments-no, .twikoo .tk-comments-count { color: var(--twikoo-body-text-color); } @@ -28,6 +30,9 @@ .twikoo .el-button{ color: var(--twikoo-body-text-color)!important; } + .twikoo .el-input__count { + color: var(--twikoo-body-text-color) !important; + } .OwO .OwO-body { background-color: var(--body-background) !important; color: var(--body-text-color) !important; From 21da06e448fe466ef0a03d1c717847f0eb0049fe Mon Sep 17 00:00:00 2001 From: Aman Rawat <124811276+amanr-dev@users.noreply.github.com> Date: Sun, 29 Oct 2023 03:29:27 +0530 Subject: [PATCH 2/2] feat(i18n): add Hindi translation (#889) --- i18n/hi.yaml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 i18n/hi.yaml diff --git a/i18n/hi.yaml b/i18n/hi.yaml new file mode 100644 index 0000000..27316fe --- /dev/null +++ b/i18n/hi.yaml @@ -0,0 +1,73 @@ +toggleMenu: + other: मेनू टॉगल करें + +darkMode: + other: डार्क मोड + +list: + page: + one: "{{ .Count }} पेज" + other: "{{ .Count }} पेज" + + section: + other: अनुभाग + + subsection: + one: उपधारा + other: उपखंड + +article: + back: + other: पीछे + + tableOfContents: + other: विषयसूची + + relatedContent: + other: संबंधित सामग्री + + lastUpdatedOn: + other: अंतिम बार अपडेट किया गया + + readingTime: + one: "{{ .Count }} मिनट पढ़ें" + other: "{{ .Count }} मिनट पढ़ें" + +notFound: + title: + other: 404 नहीं मिला। + + subtitle: + other: यह पृष्ठ मौजूद नहीं है। + +widget: + archives: + title: + other: अभिलेखागार + + more: + other: अधिक + + tagCloud: + title: + other: टैग + categoriesCloud: + title: + other: श्रेणियाँ + +search: + title: + other: खोज + + placeholder: + other: कुछ लिखें... + + resultTitle: + other: "#PAGES_COUNT पेज (#TIME_SECONDS सेकंड)" + +footer: + builtWith: + other: निर्मित {{ .Generator }} के साथ + + designedBy: + other: थीम {{ .Theme }} द्वारा डिज़ाइन किया गया {{ .DesignedBy }}