Skip to content

Commit b3e7947

Browse files
authored
Revert "add norwegian locale (#29010)" (#29647)
This reverts commit 6ef2304.
1 parent 6ef2304 commit b3e7947

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

packages/material-ui/src/locale/index.ts

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,56 +1080,6 @@ export const nlNL: Localization = {
10801080
},
10811081
};
10821082

1083-
export const nbNO: Localization = {
1084-
props: {
1085-
MuiBreadcrumbs: {
1086-
expandText: 'Vis sti',
1087-
},
1088-
MuiTablePagination: {
1089-
backIconButtonText: 'Forrige side',
1090-
labelRowsPerPage: 'Rader pr side:',
1091-
labelDisplayedRows: ({ from, to, count }) =>
1092-
`${from}-${to} av ${count !== -1 ? count : `flere enn ${to}`}`,
1093-
nextIconButtonText: 'Neste side',
1094-
},
1095-
MuiRating: {
1096-
getLabelText: (value) => `${value} Stjerne${value !== 1 ? 'r' : ''}`,
1097-
emptyLabelText: 'Tom',
1098-
},
1099-
MuiAutocomplete: {
1100-
clearText: 'Tøm',
1101-
closeText: 'Lukk',
1102-
loadingText: 'Laster…',
1103-
noOptionsText: 'Ingen valgalternativer',
1104-
openText: 'Åpen',
1105-
},
1106-
MuiAlert: {
1107-
closeText: 'Lukk',
1108-
},
1109-
MuiPagination: {
1110-
'aria-label': 'Sidenavigasjon',
1111-
getItemAriaLabel: (type, page, selected) => {
1112-
if (type === 'page') {
1113-
return `${selected ? '' : 'Gå til '}side ${page}`;
1114-
}
1115-
if (type === 'first') {
1116-
return 'Gå til første side';
1117-
}
1118-
if (type === 'last') {
1119-
return 'Gå til siste side';
1120-
}
1121-
if (type === 'next') {
1122-
return 'Gå til neste side';
1123-
}
1124-
if (type === 'previous') {
1125-
return 'Gå til forrige side';
1126-
}
1127-
return undefined;
1128-
},
1129-
},
1130-
},
1131-
};
1132-
11331083
export const plPL: Localization = {
11341084
props: {
11351085
MuiBreadcrumbs: {

0 commit comments

Comments
 (0)