Skip to content

Commit

Permalink
[l10n] Fix typo in is-IS locale (#41810)
Browse files Browse the repository at this point in the history
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
magnimarels and ZeeshanTamboli committed Apr 9, 2024
1 parent e047fcb commit 4295e70
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 4295e70

Please sign in to comment.