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
path: root/i18n
diff options
context:
space:
mode:
authorSascha Fitzner <sascha@fitzner.io>2017-03-27 10:15:27 +0300
committerAdrián Moreno <adrian@morenomartinez.com>2017-03-27 10:15:27 +0300
commitae8325a2406fda004b754afcfbdb19aa745b7235 (patch)
tree11a2bff73979c0e023cf09d5ddb572655febb625 /i18n
parentc22f392e30f166404011f437c88c986f9ec5b855 (diff)
Missing translation completed (#66)
* Missing translation completed * Added missing translations and changed date format * Missing translation completed
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ca.yaml6
-rw-r--r--i18n/de.yaml6
-rw-r--r--i18n/en.yaml6
-rw-r--r--i18n/es.yaml6
-rw-r--r--i18n/ru.yaml7
5 files changed, 31 insertions, 0 deletions
diff --git a/i18n/ca.yaml b/i18n/ca.yaml
index 3448255..0643a08 100644
--- a/i18n/ca.yaml
+++ b/i18n/ca.yaml
@@ -60,3 +60,9 @@
- id: aboutUs
translation: "Sobre nosaltres"
+
+- id: newer
+ translation: "Nuevo"
+
+- id: older
+ translation: "Más viejo" \ No newline at end of file
diff --git a/i18n/de.yaml b/i18n/de.yaml
index 75f1767..c12749d 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -61,3 +61,9 @@
- id: aboutUs
translation: "Über uns"
+- id: newer
+ translation: "Neuer"
+
+- id: older
+ translation: "Älter"
+
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 105d9bb..5233f0f 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -60,3 +60,9 @@
- id: aboutUs
translation: "About us"
+
+- id: newer
+ translation: "Newer"
+
+- id: older
+ translation: "Older"
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 3b6e7ce..57faf57 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -60,3 +60,9 @@
- id: aboutUs
translation: "Sobre nosotros"
+
+- id: newer
+ translation: "Nuevo"
+
+- id: older
+ translation: "Más viejo"
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 8a611de..9d915c8 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -60,3 +60,10 @@
- id: aboutUs
translation: "О нас"
+
+- id: newer
+ translation: "Следующая запись"
+
+- id: older
+ translation: "Предыдущая запись"
+