From 3b83cdc4b577804e34eb39631f0551797256452a Mon Sep 17 00:00:00 2001 From: Tarun Kumar Jana <104967223+tarunjana@users.noreply.github.com> Date: Sat, 12 Nov 2022 13:05:30 +0530 Subject: [PATCH 1/2] Improve Bengali translation (#1086) Added the following id: - `words` --- i18n/bn.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i18n/bn.yaml b/i18n/bn.yaml index 9c5a2c44..f42780f2 100644 --- a/i18n/bn.yaml +++ b/i18n/bn.yaml @@ -8,6 +8,11 @@ translation: one : "১ মিনিট" other: "{{ .Count }} মিনিট" + +- id: words + translation: + one : "১ টি শব্দ" + other: "{{ .Count }} টি শব্দ" - id: toc translation: "সূচিপত্র" From 4bd96d62719b044ba28380ad2cb06c57a631afca Mon Sep 17 00:00:00 2001 From: Ezqzy <69109181+Ezqzy@users.noreply.github.com> Date: Sat, 12 Nov 2022 08:37:33 +0100 Subject: [PATCH 2/2] Added Croatian translation (hr.yaml) (#1044) --- i18n/hr.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 i18n/hr.yaml diff --git a/i18n/hr.yaml b/i18n/hr.yaml new file mode 100644 index 00000000..2f2d228c --- /dev/null +++ b/i18n/hr.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "Prethodna stranica" + +- id: next_page + translation: "Sljedeća stranica" + +- id: read_time + translation: + one : "1 minuta" + other: "{{ .Count }} minute" + +- id: words + translation: + one : "riječ" + other: "{{ .Count }} riječi" + +- id: toc + translation: "Tablica Sadržaja" + +- id: translations + translation: "Prijevodi" + +- id: home + translation: "Početna stranica" + +- id: edit_post + translation: "Promjeni" + +- id: code_copy + translation: "kopiraj" + +- id: code_copied + translation: "kopirano!"