diff options
author | liruifengv | 2024-02-06 22:08:50 +0800 |
---|---|---|
committer | GitHub | 2024-02-06 15:08:50 +0100 |
commit | 2e17880957d1aae2a84c77500afa9b66e5292a6a (patch) | |
tree | 6505f02e71d39795248505af246086797768d049 | |
parent | dac69dda8d116274e103e6d61cdbeec42d257756 (diff) | |
download | IT.starlight-2e17880957d1aae2a84c77500afa9b66e5292a6a.tar.gz IT.starlight-2e17880957d1aae2a84c77500afa9b66e5292a6a.tar.bz2 IT.starlight-2e17880957d1aae2a84c77500afa9b66e5292a6a.zip |
i18n(zh-cn): Update toc title (#1461)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/big-pots-destroy.md | 5 | ||||
-rw-r--r-- | packages/starlight/translations/zh-CN.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/big-pots-destroy.md b/.changeset/big-pots-destroy.md new file mode 100644 index 00000000..f305bf93 --- /dev/null +++ b/.changeset/big-pots-destroy.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Improves the table of contents title translation in Simplified Chinese diff --git a/packages/starlight/translations/zh-CN.json b/packages/starlight/translations/zh-CN.json index 9776faea..9238483b 100644 --- a/packages/starlight/translations/zh-CN.json +++ b/packages/starlight/translations/zh-CN.json @@ -11,7 +11,7 @@ "languageSelect.accessibleLabel": "选择语言", "menuButton.accessibleLabel": "菜单", "sidebarNav.accessibleLabel": "主要", - "tableOfContents.onThisPage": "本页", + "tableOfContents.onThisPage": "本页内容", "tableOfContents.overview": "概述", "i18n.untranslatedContent": "此内容尚不支持你的语言。", "page.editLink": "编辑此页", |