Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 3, 2022
1 parent 1f1be39 commit cfdbc1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,8 @@ export const zhTW: Localization = {
return '上一頁';
},
labelRowsPerPage: '每頁數量:',
labelDisplayedRows: ({ from, to, count }) => `${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`,
labelDisplayedRows: ({ from, to, count }) =>
`${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`,
},
},
MuiRating: {
Expand Down

0 comments on commit cfdbc1d

Please sign in to comment.