-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Generated category index page title not translated in pagination link #8118
Copy link
Copy link
Closed
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executiondomain: i18nRelated to the i18n systemRelated to the i18n systemstatus: accepting prThis issue has been accepted, and we are looking for community contributors to implement thisThis issue has been accepted, and we are looking for community contributors to implement this
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executiondomain: i18nRelated to the i18n systemRelated to the i18n systemstatus: accepting prThis issue has been accepted, and we are looking for community contributors to implement thisThis issue has been accepted, and we are looking for community contributors to implement this
Type
Fields
Give feedbackNo fields configured for issues without a type.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
The title should be translated into locale language:
docusaurus/packages/docusaurus-theme-classic/src/theme/PaginatorNavLink/index.tsx
Line 23 in 6514f07
Reproducible demo
No response
Steps to reproduce
see https://docusaurus.io/zh-CN/docs
Expected behavior
At footer, the next page title of next document should be translated into Chinese
Actual behavior
not translated
Your environment
No response
Self-service