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-10-18 07:54:23 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-18 07:54:23 +0300
commitc1ecff78d40ad099db77c0dc5e1d62591abbc22d (patch)
tree9ace67547cb1c516300192d77f5abd8a7e541618 /i18n
parent9d67e9683ed4f0db7961664dfe58e809617cd1ea (diff)
feat: edit this page
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 c3628d1..1385f22 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -23,4 +23,7 @@ other = "See Also"
other = "Recent"
[onThisPage]
-other = "On This Page" \ No newline at end of file
+other = "On This Page"
+
+[editThisPage]
+other = "Edit this page" \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 7de7a84..530d842 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -23,4 +23,7 @@ other = "相关"
other = "最近"
[onThisPage]
-other = "本页内容" \ No newline at end of file
+other = "本页内容"
+
+[editThisPage]
+other = "编辑本页" \ No newline at end of file