From 4152dc75e8eae29f58effdb6e6500805d282e84b Mon Sep 17 00:00:00 2001 From: Essa Alshammri Date: Sat, 4 Feb 2023 09:40:27 +0300 Subject: [PATCH 1/5] update arabic pagination translation (#1137) --- i18n/ar.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/i18n/ar.yaml b/i18n/ar.yaml index 11f50a2..52990c2 100644 --- a/i18n/ar.yaml +++ b/i18n/ar.yaml @@ -1,8 +1,8 @@ - id: prev_page - translation: "الصفحة السابقة" + translation: "السابق" - id: next_page - translation: "الصفحة التالية" + translation: "التالي" - id: read_time translation: @@ -20,3 +20,9 @@ - id: home translation: "الصفحة الرئيسية" + +- id: code_copied + translation: "تم النسخ!" + +- id: code_copy + translation: "نسخ الكود" From 2b5f00640d83f001fec9e27ee6b119cdfad549d5 Mon Sep 17 00:00:00 2001 From: Igor Rodriguez <42983358+igorr0driguez@users.noreply.github.com> Date: Sat, 4 Feb 2023 03:41:54 -0300 Subject: [PATCH 2/5] PT translation updated (#1124) Signed-off-by: igorr0driguez <42983358+igorr0driguez@users.noreply.github.com> --- i18n/pt.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/i18n/pt.yaml b/i18n/pt.yaml index f449de9..ab06429 100644 --- a/i18n/pt.yaml +++ b/i18n/pt.yaml @@ -19,3 +19,15 @@ - id: translations translation: "Traduções" + +- id: home + translation: "Início" + +- id: edit_post + translation: "Editar" + +- id: code_copy + translation: "copiar" + +- id: code_copied + translation: "copiado!" From ec017773415f7d37a96a594818b73ce40a3b4843 Mon Sep 17 00:00:00 2001 From: Andrey Mukamolov <4471821+fobo66@users.noreply.github.com> Date: Sat, 4 Feb 2023 08:43:10 +0200 Subject: [PATCH 3/5] Added Belarusian translations i18n/be.yaml (#1144) --- i18n/be.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 i18n/be.yaml diff --git a/i18n/be.yaml b/i18n/be.yaml new file mode 100644 index 0000000..22902ab --- /dev/null +++ b/i18n/be.yaml @@ -0,0 +1,39 @@ +- id: prev_page + translation: "Папярэдняя" + +- id: next_page + translation: "Наступная" + +- id: read_time + translation: + zero: "0 хвілін" + one: "1 хвіліна" + few: "{{ .Count }} хвіліны" + many: "{{ .Count }} хвілін" + other: "{{ .Count }} хвілін" + +- id: words + translation: + zero: "няма слоў" + one: "1 слова" + few: "{{ .Count }} слова" + many: "{{ .Count }} слоў" + other: "{{ .Count }} слова" + +- id: toc + translation: "Змест" + +- id: translations + translation: "Пераклады" + +- id: home + translation: "Галоўная" + +- id: edit_post + translation: "Рэдагаваць" + +- id: code_copy + translation: "капіяваць" + +- id: code_copied + translation: "скапіявана!" From d47a7d67fa67102020aa393484fe3547beeb74f6 Mon Sep 17 00:00:00 2001 From: Karpfly Date: Sat, 4 Feb 2023 07:43:43 +0100 Subject: [PATCH 4/5] updated Polish translation (#1148) --- i18n/pl.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i18n/pl.yaml b/i18n/pl.yaml index fdf6b0c..edc0ce8 100644 --- a/i18n/pl.yaml +++ b/i18n/pl.yaml @@ -9,6 +9,11 @@ one: "1 min" other: "{{ .Count }} min" +- id: words + translation: + one : "słowo" + other: "{{ .Count }} słów" + - id: toc translation: "Spis treści" From db75cdc9b8343d48706154ec9f4c164e1f6fe376 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Sat, 4 Feb 2023 08:01:25 +0100 Subject: [PATCH 5/5] Add Tumblr Icon (#1115) --- layouts/partials/svg.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 49f5389..18d7f52 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -585,6 +585,10 @@ c-14.7-15.1-2.1-40.5,19-37.7v12.3c-9.5-3-17.2,8-11.2,15.9c5.8,7.7,18.3,3.6,18.3-6.1c0,0,0-48.2,0-48.2c2.4,0,9.9,0,12.2,0v1.6 c0.7,7.4,6.1,13.4,13.3,15v0C65.4,19.3,65.6,19.4,65.9,19.4z"/> +{{- else if (eq $icon_name "tumblr") -}} + + + {{- else if (eq $icon_name "twitch") -}}