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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-01-28 12:36:32 +0300
committerWang Chucheng <me@wangchucheng.com>2021-01-28 12:36:32 +0300
commitef43e8347388e20a96e2472088623b8901da21bb (patch)
tree372da19414da4905e1c1dacd195354dc0f026aa3 /i18n
parent13d24aee7a87924442254f0efc7011630054ba14 (diff)
refactor: migrate from toml to yaml
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml29
-rw-r--r--i18n/en.yaml20
-rw-r--r--i18n/it.toml29
-rw-r--r--i18n/it.yaml20
-rw-r--r--i18n/zh.toml29
-rw-r--r--i18n/zh.yaml20
6 files changed, 60 insertions, 87 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
deleted file mode 100644
index 1385f22..0000000
--- a/i18n/en.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-[readMore]
-other = "Read More"
-
-[readingTime]
-other = "{{ .ReadingTime }} min read"
-
-[toc]
-other = "Table of Contents"
-
-[seriesOfPosts]
-other = "Series of Posts"
-
-[previous]
-other = "Previous"
-
-[next]
-other = "Next"
-
-[seeAlso]
-other = "See Also"
-
-[recent]
-other = "Recent"
-
-[onThisPage]
-other = "On This Page"
-
-[editThisPage]
-other = "Edit this page" \ No newline at end of file
diff --git a/i18n/en.yaml b/i18n/en.yaml
new file mode 100644
index 0000000..c96facb
--- /dev/null
+++ b/i18n/en.yaml
@@ -0,0 +1,20 @@
+readMore:
+ other: Read More
+readingTime:
+ other: '{{ .ReadingTime }} min read'
+toc:
+ other: Table of Contents
+seriesOfPosts:
+ other: Series of Posts
+previous:
+ other: Previous
+next:
+ other: Next
+seeAlso:
+ other: See Also
+recent:
+ other: Recent
+onThisPage:
+ other: On This Page
+editThisPage:
+ other: Edit this page \ No newline at end of file
diff --git a/i18n/it.toml b/i18n/it.toml
deleted file mode 100644
index 0e18077..0000000
--- a/i18n/it.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-[readMore]
-other = "Leggi di più"
-
-[readingTime]
-other = "{{ .ReadingTime }} min"
-
-[toc]
-other = "Indice dei Contenuti"
-
-[seriesOfPosts]
-other = "Serie di Post"
-
-[previous]
-other = "Precedente"
-
-[next]
-other = "Successivo"
-
-[seeAlso]
-other = "Vedi Anche"
-
-[recent]
-other = "Recenti"
-
-[onThisPage]
-other = "In Questa Pagina"
-
-[editThisPage]
-other = "Modifica questa pagina"
diff --git a/i18n/it.yaml b/i18n/it.yaml
new file mode 100644
index 0000000..56ad801
--- /dev/null
+++ b/i18n/it.yaml
@@ -0,0 +1,20 @@
+readMore:
+ other: Leggi di più
+readingTime:
+ other: '{{ .ReadingTime }} min'
+toc:
+ other: Indice dei Contenuti
+seriesOfPosts:
+ other: Serie di Post
+previous:
+ other: Precedente
+next:
+ other: Successivo
+seeAlso:
+ other: Vedi Anche
+recent:
+ other: Recenti
+onThisPage:
+ other: In Questa Pagina
+editThisPage:
+ other: Modifica questa pagina \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
deleted file mode 100644
index 530d842..0000000
--- a/i18n/zh.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-[readMore]
-other = "阅读更多"
-
-[readingTime]
-other = "{{ .ReadingTime }}分钟阅读时长"
-
-[toc]
-other = "目录"
-
-[seriesOfPosts]
-other = "系列文章"
-
-[previous]
-other = "上一页"
-
-[next]
-other = "下一页"
-
-[seeAlso]
-other = "相关"
-
-[recent]
-other = "最近"
-
-[onThisPage]
-other = "本页内容"
-
-[editThisPage]
-other = "编辑本页" \ No newline at end of file
diff --git a/i18n/zh.yaml b/i18n/zh.yaml
new file mode 100644
index 0000000..91ffc50
--- /dev/null
+++ b/i18n/zh.yaml
@@ -0,0 +1,20 @@
+readMore:
+ other: 阅读更多
+readingTime:
+ other: '{{ .ReadingTime }}分钟阅读时长'
+toc:
+ other: 目录
+seriesOfPosts:
+ other: 系列文章
+previous:
+ other: 上一页
+next:
+ other: 下一页
+seeAlso:
+ other: 相关
+recent:
+ other: 最近
+onThisPage:
+ other: 本页内容
+editThisPage:
+ other: 编辑本页 \ No newline at end of file