From da2fc7ed355c99cfa49d1022c97f930af7ea593f Mon Sep 17 00:00:00 2001 From: Guillermo Guerrero Ibarra Date: Wed, 11 Aug 2021 19:15:11 +0200 Subject: Locales normalized. (#310) Co-authored-by: Guillermo Guerrero Ibarra --- i18n/cs.yaml | 9 +++++++++ i18n/da.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/i18n/cs.yaml b/i18n/cs.yaml index 5457b4c..34dbe4e 100644 --- a/i18n/cs.yaml +++ b/i18n/cs.yaml @@ -69,3 +69,12 @@ - id: publishedOn translation: "dne" + +- id: 404Error + translation: "Error 404: Page not found" + +- id: 404Message + translation: "We are sorry – this page is not here anymore" + +- id: 404NavHome + translation: "Go to homepage" diff --git a/i18n/da.yaml b/i18n/da.yaml index 162a51e..5c48682 100644 --- a/i18n/da.yaml +++ b/i18n/da.yaml @@ -69,3 +69,12 @@ - id: publishedOn translation: "den" + +- id: 404Error + translation: "Error 404: Page not found" + +- id: 404Message + translation: "We are sorry – this page is not here anymore" + +- id: 404NavHome + translation: "Go to homepage" -- cgit v1.2.3