Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-08-11 20:15:11 +0300
committerGitHub <noreply@github.com>2021-08-11 20:15:11 +0300
commitda2fc7ed355c99cfa49d1022c97f930af7ea593f (patch)
tree04e78b58196bec6463f614b9bcdce6d2aa71978d
parent4f220906047be2c1db6f4a8b7075b27e998a56de (diff)
Locales normalized. (#310)
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
-rw-r--r--i18n/cs.yaml9
-rw-r--r--i18n/da.yaml9
2 files changed, 18 insertions, 0 deletions
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"