From 171dda197c1c71ebff9c62568aafcf2fa9b463e3 Mon Sep 17 00:00:00 2001 From: verdant Date: Sat, 28 Feb 2026 21:32:52 +0800 Subject: feat: add multi-language support (English page) --- i18n/en.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 i18n/en.toml (limited to 'i18n/en.toml') 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 -- cgit v1.2.3