From 42fa989316c8630ca2adbc41a668aa2fe7574b5c Mon Sep 17 00:00:00 2001 From: Netruk44 Date: Fri, 5 Aug 2022 23:39:58 -0700 Subject: [PATCH 1/3] Add optional custom "title" for social links (#999) Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> --- layouts/partials/social_icons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/social_icons.html b/layouts/partials/social_icons.html index 7c16e30..3f8d6a3 100644 --- a/layouts/partials/social_icons.html +++ b/layouts/partials/social_icons.html @@ -1,6 +1,6 @@
{{- range . }} - + {{ partial "svg.html" . }} {{- end }} From 3e544a3ebd21008f8119cbd8971f74fe2c958374 Mon Sep 17 00:00:00 2001 From: Mehedi Hasan <0xmehedi@tutanota.com> Date: Sat, 6 Aug 2022 12:40:41 +0600 Subject: [PATCH 2/3] Updating pagination strings for bn: (#1002) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "পরবর্তী পাতা" -> "পরবর্তী" & "পূর্বের পাতা" -> "পূর্ববর্তী" --- i18n/bn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/bn.yaml b/i18n/bn.yaml index 9fdafd1..9c5a2c4 100644 --- a/i18n/bn.yaml +++ b/i18n/bn.yaml @@ -1,8 +1,8 @@ - id: prev_page - translation: "পূর্বের পাতা" + translation: "পূর্ববর্তী" - id: next_page - translation: "পরবর্তী পাতা" + translation: "পরবর্তী" - id: read_time translation: From 7c4aa74069173e1a8f9830dbf307f5a81bc2e9fa Mon Sep 17 00:00:00 2001 From: "Hattomo (TomohiroHattori)" <45988993+Hattomo@users.noreply.github.com> Date: Fri, 12 Aug 2022 23:12:09 +0900 Subject: [PATCH 3/3] Add more ja translations (#1004) --- i18n/ja.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/i18n/ja.yaml b/i18n/ja.yaml index c286ef9..bc7bf37 100644 --- a/i18n/ja.yaml +++ b/i18n/ja.yaml @@ -9,8 +9,25 @@ one : "1 分" other: "{{ .Count }} 分" +- id: words + translation: + one: "文字" + other: "{{ .Count }} 文字" + - id: toc translation: "目次" - id: translations translation: "言語" + +- id: home + translation: "ホーム" + +- id: edit_post + translation: "編集" + +- id: code_copy + translation: "コピー" + +- id: code_copied + translation: "コピーされました!"