From db0e744af3953160257ebe01ebfcfdaf22bc1bf2 Mon Sep 17 00:00:00 2001 From: Dragomir Yordanov Date: Sun, 25 Oct 2020 05:22:26 +0100 Subject: [PATCH] i18n: improve for 'es' and add 'bg' (#58) * Translate read_time, toc and translations to spanish * Add translations in bulgarian --- i18n/bg.yaml | 16 ++++++++++++++++ i18n/es.yaml | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 i18n/bg.yaml diff --git a/i18n/bg.yaml b/i18n/bg.yaml new file mode 100644 index 00000000..1e314af8 --- /dev/null +++ b/i18n/bg.yaml @@ -0,0 +1,16 @@ +- id: prev_page + translation: "Предишна страница" + +- id: next_page + translation: "Следваща страница" + +- id: read_time + translation: + one : "1 мин" + other: "{{ .Count }} мин" + +- id: toc + translation: "Съдържание" + +- id: translations + translation: "Преводи" diff --git a/i18n/es.yaml b/i18n/es.yaml index 5d407d59..38d2239d 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -3,3 +3,14 @@ - id: next_page translation: "Página siguiente" + +- id: read_time + translation: + one : "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Tabla de Contenidos" + +- id: translations + translation: "Traducciones"