Skip to content

Commit 6fd2486

Browse files
remove translations
1 parent 8e1fb5c commit 6fd2486

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

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

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -594,55 +594,6 @@ export const frFR: Localization = {
594594
},
595595
};
596596

597-
export const glES: Localization = {
598-
props: {
599-
MuiBreadcrumbs: {
600-
expandText: 'Mostrar camiño',
601-
},
602-
MuiTablePagination: {
603-
backIconButtonText: 'Páxina anterior',
604-
labelRowsPerPage: 'Filas por páxina:',
605-
labelDisplayedRows: ({ from, to, count }) => `${from}-${to === -1 ? count : to} de ${count}`,
606-
nextIconButtonText: 'Seguinte páxina',
607-
},
608-
MuiRating: {
609-
getLabelText: (value) => `${value} Estrela${value !== 1 ? 's' : ''}`,
610-
emptyLabelText: 'Baleira',
611-
},
612-
MuiAutocomplete: {
613-
clearText: 'Limpar',
614-
closeText: 'Pechar',
615-
loadingText: 'Cargando…',
616-
noOptionsText: 'Sen opcións',
617-
openText: 'Aberto',
618-
},
619-
MuiAlert: {
620-
closeText: 'Pechar',
621-
},
622-
MuiPagination: {
623-
'aria-label': 'Paxinador',
624-
getItemAriaLabel: (type, page, selected) => {
625-
if (type === 'page') {
626-
return `${selected ? '' : 'Ir á '}páxina ${page}`;
627-
}
628-
if (type === 'first') {
629-
return 'Ir á primeira páxina';
630-
}
631-
if (type === 'last') {
632-
return 'Ir á última páxina';
633-
}
634-
if (type === 'next') {
635-
return 'Ir á páxina seguinte';
636-
}
637-
if (type === 'previous') {
638-
return 'Ir á páxina anterior';
639-
}
640-
return undefined;
641-
},
642-
},
643-
},
644-
};
645-
646597
export const heIL: Localization = {
647598
props: {
648599
// MuiBreadcrumbs: {

0 commit comments

Comments
 (0)