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-21 15:52:30 +0300
committerzilch40 <wlh233@live.com>2020-11-21 15:52:30 +0300
commit111b9d34e6a5fd6da3a0365bc579d90c9923e5f6 (patch)
tree06592d36597fb3d3eea67d91c51b9550e4406ca5 /i18n
parent0e32031aeacddd30e1573e2ddac5ce2752a4f8d8 (diff)
change url to absURL
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/zh-cn.toml5
2 files changed, 7 insertions, 1 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 788bc1b..ac4d355 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -15,3 +15,6 @@ other = "There are {{ .Count }} articles in this blog"
[archives]
other = "Archives"
+
+[404-info]
+other = "Page not found, please check the URL" \ No newline at end of file
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
index 9afedbe..a2c3f5a 100644
--- a/i18n/zh-cn.toml
+++ b/i18n/zh-cn.toml
@@ -14,4 +14,7 @@ other = "下一页"
other = "本博客共 {{ .Count }} 篇博文"
[archives]
-other = "归档" \ No newline at end of file
+other = "归档"
+
+[404-info]
+other = "页面未找到,请检查 URL " \ No newline at end of file