Skip to content

Commit

Permalink
[l10n] zhTW refinement (mui#33391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aporim authored and Daniel Rabe committed Nov 29, 2022
1 parent 163e852 commit fe66ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/locale/index.ts
Expand Up @@ -3424,7 +3424,7 @@ export const zhTW: Localization = {
}
return '上一頁';
},
labelRowsPerPage: '每行行數:',
labelRowsPerPage: '每頁行數:',
labelDisplayedRows: ({ from, to, count }) =>
`第 ${from} 條到第 ${to} 條,${count !== -1 ? `共 ${count} 條` : `至少 ${to} 條`}`,
},
Expand Down

0 comments on commit fe66ef8

Please sign in to comment.