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:
authorChen Xianmin <xianmin12@gmail.com>2018-04-04 15:59:00 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-04-04 15:59:00 +0300
commit305224f54fa0b8633fbc12728d2b4a61e2dccf7c (patch)
tree9ea0ca9a8e5a84f4ba12b1235e92c2fbe37b47f4 /i18n
parent6dd367f9833fdb4553583174e469bb8cc2cbb0e4 (diff)
fix(i18n): list of translations, add Chinese (#27)
If you have any good idea, welcome to report issues.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml5
-rw-r--r--i18n/es.yaml3
-rw-r--r--i18n/ru.yaml5
-rw-r--r--i18n/zh-cn.yaml11
4 files changed, 21 insertions, 3 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 7c8585f..4abee58 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -85,4 +85,7 @@
translation: Читать на русском
- id: read_es
- translation: Leer en español \ No newline at end of file
+ translation: Leer en español
+
+- id: read_zh-cn
+ translation: 中文阅读 \ No newline at end of file
diff --git a/i18n/es.yaml b/i18n/es.yaml
index bcb5e94..79683b0 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -86,3 +86,6 @@
- id: read_ru
translation: Читать на русском
+
+- id: read_zh-cn
+ translation: 中文阅读 \ No newline at end of file
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index d7b4744..a501998 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -85,4 +85,7 @@
translation: Read in English
- id: read_es
- translation: Leer en español \ No newline at end of file
+ translation: Leer en español
+
+- id: read_zh-cn
+ translation: 中文阅读 \ No newline at end of file
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
index cb2e2be..1f5754d 100644
--- a/i18n/zh-cn.yaml
+++ b/i18n/zh-cn.yaml
@@ -79,4 +79,13 @@
# other
- id: morePost
- translation: 查看更多 >>> \ No newline at end of file
+ translation: 查看更多 >>>
+
+- id: read_en
+ translation: Read in English
+
+- id: read_es
+ translation: Leer en español
+
+- id: read_ru
+ translation: Читать на русском \ No newline at end of file