Skip to content

Commit

Permalink
[l10n] Fix typo in is-IS locale (@magnimarels) (#41815)
Browse files Browse the repository at this point in the history
Co-authored-by: magnimarels <70704459+magnimarels@users.noreply.github.com>
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
3 people committed Apr 9, 2024
1 parent a1b9ed0 commit fc95e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ export const isIS: Localization = {
},
labelRowsPerPage: 'Raðir á síðu:',
labelDisplayedRows: ({ from, to, count }) =>
`${from}${to} af ${count !== -1 ? count : `fleiri enn ${to}`}`,
`${from}${to} af ${count !== -1 ? count : `fleiri en ${to}`}`,
},
},
MuiRating: {
Expand Down

0 comments on commit fc95e40

Please sign in to comment.