Skip to content

Commit

Permalink
[l10n] Improve fiFI locale (#30442)
Browse files Browse the repository at this point in the history
  • Loading branch information
certificate committed Dec 29, 2021
1 parent a15f35c commit d3c609b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@ export const fiFI: Localization = {
return 'Mene edelliselle sivulle';
},
labelRowsPerPage: 'Rivejä per sivu:',
// labelDisplayedRows: ({ from, to, count }) =>
// `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
labelDisplayedRows: ({ from, to, count }) =>
`${from}${to} / ${count !== -1 ? count : `enemmän kuin ${to}`}`,
},
},
MuiRating: {
Expand Down

0 comments on commit d3c609b

Please sign in to comment.