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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorGerman Lashevich <design.ber@gmail.com>2018-04-04 15:11:42 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-04-04 15:11:42 +0300
commit6dd367f9833fdb4553583174e469bb8cc2cbb0e4 (patch)
tree63cad8ffb6a2452e0de5a53e6c05e5d600409213 /i18n
parent56627347534b3659c781c9579ffe4e230fa91a6e (diff)
feat(i18n): Show list of available translations (#27)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml8
-rw-r--r--i18n/es.yaml6
-rw-r--r--i18n/ru.yaml6
3 files changed, 19 insertions, 1 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 2bee3ec..7c8585f 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -79,4 +79,10 @@
# other
- id: morePost
- translation: "More Post >>>" \ No newline at end of file
+ translation: "More Post >>>"
+
+- id: read_ru
+ translation: Читать на русском
+
+- id: read_es
+ translation: Leer en español \ No newline at end of file
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 2593224..bcb5e94 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -80,3 +80,9 @@
# other
- id: morePost
translation: "Mas Posts >>>"
+
+- id: read_en
+ translation: Read in English
+
+- id: read_ru
+ translation: Читать на русском
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 4594f3f..d7b4744 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -80,3 +80,9 @@
# other
- id: morePost
translation: "Больше записей >>>"
+
+- id: read_en
+ translation: Read in English
+
+- id: read_es
+ translation: Leer en español \ No newline at end of file