aboutsummaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorVerdant <i@yingyu5658.me>2026-02-28 21:44:04 +0800
committerGitHub <noreply@github.com>2026-02-28 21:44:04 +0800
commitd369dacf5bad0079d75cf65e1dcfe01b4a313364 (patch)
tree089440f5ecaf79c836d85d5ac68782ec5280f77f /i18n
parent5e57e61a0e42b269c6e2f9d9ef067253c911f7a4 (diff)
parent96b88e99201b4aabd3eabf0453ab75a5f34d17df (diff)
downloadblog-d369dacf5bad0079d75cf65e1dcfe01b4a313364.tar.gz
blog-d369dacf5bad0079d75cf65e1dcfe01b4a313364.zip
Merge pull request #2 from yingyu5658/refactor/style
Refactor/style
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml10
-rw-r--r--i18n/zh.toml10
2 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..ffe60fd
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,10 @@
+lang = "en"
+
+title = "GlowIsle"
+
+[nav]
+categories = "categories"
+readings = "readings"
+links = "links"
+archives = "archives"
+about = "about" \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
new file mode 100644
index 0000000..dc90ec6
--- /dev/null
+++ b/i18n/zh.toml
@@ -0,0 +1,10 @@
+lang = "zh-CN"
+
+title = "映屿"
+
+[nav]
+categories = "分类"
+readings = "书单"
+links = "友人"
+archives = "归档"
+about = "关于" \ No newline at end of file