33bfdac89f
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.
7 lines
81 B
JSON
7 lines
81 B
JSON
{
|
|
"outlineTitle": {
|
|
"en-gb": "ON THIS PAGE",
|
|
"zh-hans": "目录"
|
|
}
|
|
}
|