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 <ccwangchn@gmail.com>2020-05-27 05:39:39 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-27 05:39:39 +0300
commitf41c4be118ac7fd01443cfc167a7e68faddf74fd (patch)
treee73cedc78e6fc4148ab4f3d3a9e579c406340955 /i18n
parent568bb5284abdf5b6cf33dde07e751005fec71583 (diff)
feat: improve the masonry layout
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/zh.toml5
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 2d36c15..b25896b 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -17,4 +17,7 @@ other = "Previous"
other = "Next"
[seeAlso]
-other = "See Also" \ No newline at end of file
+other = "See Also"
+
+[recent]
+other = "Recent" \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 4d4f463..bad1a8b 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -17,4 +17,7 @@ other = "上一页"
other = "下一页"
[seeAlso]
-other = "相关" \ No newline at end of file
+other = "相关"
+
+[recent]
+other = "最近" \ No newline at end of file