From 37f359ee2149abe147bba0a7dd4e1ff775dc2a56 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 15 Jan 2022 14:34:54 +0100 Subject: [PATCH] Completing German, English and Spanish translation (#728) --- i18n/de.yaml | 13 +++++++++++-- i18n/en.yaml | 3 +++ i18n/es.yaml | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/i18n/de.yaml b/i18n/de.yaml index fcb5330..9a816e4 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -6,8 +6,8 @@ - id: read_time translation: - one: "1 min" - other: "{{ .Count }} min" + one: "1 Minute" + other: "{{ .Count }} Minuten" - id: toc translation: "Inhaltsverzeichnis" @@ -15,5 +15,14 @@ - id: translations translation: "Übersetzungen" +- id: home + translation: "Home" + - id: edit_post translation: "Bearbeiten" + +- id: code_copy + translation: "Kopieren" + +- id: code_copied + translation: "Kopiert!" diff --git a/i18n/en.yaml b/i18n/en.yaml index 24d11f9..4758d36 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -18,6 +18,9 @@ - id: home translation: "Home" +- id: edit_post + translation: "Edit" + - id: code_copy translation: "copy" diff --git a/i18n/es.yaml b/i18n/es.yaml index 0d3d69a..5e90ebb 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -18,6 +18,9 @@ - id: home translation: "Inicio" +- id: edit_post + translation: "Editar" + - id: code_copy translation: "copiar"