fix: add i18n.json to map zh-hans/en-gb locale keys for outline title

Rspress default i18n uses short keys (zh/en), but this project uses
zh-hans/en-gb, causing outline title to always fall back to English.
This commit is contained in:
siujamo
2026-05-20 02:15:26 -05:00
parent c48cb3d8f0
commit 33bfdac89f
+3 -7
View File
@@ -1,10 +1,6 @@
{ {
"blog": { "outlineTitle": {
"en-gb": "Blog", "en-gb": "ON THIS PAGE",
"zh-hans": "博客" "zh-hans": "目录"
},
"notifications": {
"en-gb": "Notifications",
"zh-hans": "通知"
} }
} }