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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorzilch40 <wlh233@live.com>2020-11-14 18:37:40 +0300
committerzilch40 <wlh233@live.com>2020-11-14 18:37:40 +0300
commitc7e401969102c1c66d8492a0e314d1b71f48223e (patch)
treeedf7a9bc667bac6b687555bb7dd6873e32860a4d /i18n
parent9c4508e5afe2d183eeda5224a2da337b475c7440 (diff)
forgot a lot of files in last commit XD
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml23
-rw-r--r--i18n/zh-cn.toml23
2 files changed, 46 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..1fcae9e
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,23 @@
+[categories]
+other = "Categories"
+
+[tags]
+other = "Tags"
+
+[taxo_cat_before]
+other = "Articles with category "
+
+[taxo_tag_before]
+other = "Articles with tag "
+
+[taxo_after]
+other = ""
+
+[prev_page]
+other = "Previous"
+
+[next_page]
+other = "Next"
+
+[archives]
+other = "There are {{ .Count }} articles in this blog" \ No newline at end of file
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
new file mode 100644
index 0000000..b7c786e
--- /dev/null
+++ b/i18n/zh-cn.toml
@@ -0,0 +1,23 @@
+[categories]
+other = "分类"
+
+[tags]
+other = "标签"
+
+[taxo_cat_before]
+other = "分类 "
+
+[taxo_tag_before]
+other = "标签 "
+
+[taxo_after]
+other = " 中的文章"
+
+[prev_page]
+other = "上一页"
+
+[next_page]
+other = "下一页"
+
+[archives]
+other = "本博客共 {{ .Count }} 篇博文" \ No newline at end of file