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:
authorJunle Qian <calebqian.uiuc@gmail.com>2021-03-06 18:45:06 +0300
committerGitHub <noreply@github.com>2021-03-06 18:45:06 +0300
commit36689965a873bbf0853f1a98857e1ab8338cc860 (patch)
treec8e621a6531b78da3f108ee9398f406e8c6ee2d8 /i18n
parent4d319a1c3594e8efe16b47b2c0ced5716c0237e5 (diff)
refactor: add translations to color scheme list (#76)
* Add archive layout * Correct posts range Correct posts range in custom theme's archive layout so that doc pages don't get accidentally archived in posts archive layout. * Force HTTPS * Add Chinese support for light switch * Normalize Archive page CSS style * Separate archive content from article div * Remove archive layout for feature exclusion * refactor: change translations Co-authored-by: Wang Chucheng <me@wangchucheng.com>
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml8
-rw-r--r--i18n/zh.yaml8
2 files changed, 14 insertions, 2 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index c96facb..5046dc7 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -17,4 +17,10 @@ recent:
onThisPage:
other: On This Page
editThisPage:
- other: Edit this page \ No newline at end of file
+ other: Edit this page
+light:
+ other: Light
+dark:
+ other: Dark
+auto:
+ other: Auto
diff --git a/i18n/zh.yaml b/i18n/zh.yaml
index 91ffc50..dd87eb8 100644
--- a/i18n/zh.yaml
+++ b/i18n/zh.yaml
@@ -17,4 +17,10 @@ recent:
onThisPage:
other: 本页内容
editThisPage:
- other: 编辑本页 \ No newline at end of file
+ other: 编辑本页
+light:
+ other: 浅色
+dark:
+ other: 深色
+auto:
+ other: 自动