summaryrefslogtreecommitdiffstats
path: root/i18n/en.toml
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-02-28 21:32:52 +0800
committerverdant <i@glowisle.me>2026-02-28 21:32:52 +0800
commit171dda197c1c71ebff9c62568aafcf2fa9b463e3 (patch)
tree9eb49be659bc7e5c11da08792377b6e0f7787dcc /i18n/en.toml
parent9e4981b1e5201ff4ae52128b1d7f73871a8dd0c9 (diff)
downloadblog-171dda197c1c71ebff9c62568aafcf2fa9b463e3.tar.gz
blog-171dda197c1c71ebff9c62568aafcf2fa9b463e3.zip
feat: add multi-language support (English page)
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml10
1 files changed, 10 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