Files
homepage/i18n.json
T
siujamo 33bfdac89f 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.
2026-05-20 02:15:26 -05:00

7 lines
81 B
JSON

{
"outlineTitle": {
"en-gb": "ON THIS PAGE",
"zh-hans": "目录"
}
}