Locale data
React
open
MUI Pagination aria-labels fall back to English in the zh-CN locale
[l10n] Add missing MuiPagination localization to zh-CN locale
material-ui · mui/material-ui
Symptom
The zh-CN locale is missing the MuiPagination block, so the pagination aria-label and getItemAriaLabel text fall back to English even though every other component in the file is localized. Among all locales only the three Chinese ones omit it; ja-JP and ko-KR already localize this block.
Minimal repro
Render a MUI <Pagination> under the zhCN locale and inspect it with a screen reader; the navigation aria-label and per-page item labels are announced in English.
Fix
Add the MuiPagination block to zhCN, reusing the noun phrases already in this file's MuiTablePagination.getItemAriaLabel (第一页 / 最后一页 / 下一页 / 上一页) plus 转到 ("Go to") to match the English source.