diff --git a/docs/data/material/guides/localization/localization.md b/docs/data/material/guides/localization/localization.md index c2bc202ab11e10..9896a3412dff93 100644 --- a/docs/data/material/guides/localization/localization.md +++ b/docs/data/material/guides/localization/localization.md @@ -70,7 +70,6 @@ The [Data Grid and Data Grid Pro](/x/react-data-grid/) components have their own | Khmer | kh-KH | `khKH` | | Kazakh | kk-KZ | `kkKZ` | | Korean | ko-KR | `koKR` | -| Kurdish (Central) | ku-CKB | `kuCKB` | | Macedonian | mk-MK | `mkMK` | | Norwegian (bokmål) | nb-NO | `nbNO` | | Persian | fa-IR | `faIR` | diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index 85460aabdbb6a5..66fe3520d4c93e 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -2195,77 +2195,6 @@ export const koKR: Localization = { }, }; -export const kuCKB: Localization = { - components: { - MuiBreadcrumbs: { - defaultProps: { - expandText: 'ڕێچکە پیشان بدە', - }, - }, - MuiTablePagination: { - defaultProps: { - getItemAriaLabel: (type) => { - if (type === 'first') { - return 'چوونە یەکەم پەڕە'; - } - if (type === 'last') { - return 'چوونە کۆتا پەڕە'; - } - if (type === 'next') { - return 'چوونە پەڕەی دواتر'; - } - // if (type === 'previous') { - return 'گەڕانەوە بۆ پەڕەی پێشوو'; - }, - labelRowsPerPage: 'ژمارەی ڕیزەکان لە هەر پەڕەیەک:', - labelDisplayedRows: ({ from, to, count }) => - `${from}–${to} لە ${count !== -1 ? count : ` زیاترە لە${to}`}`, - }, - }, - MuiRating: { - defaultProps: { - getLabelText: (value) => `${value} ${value !== 1 ? 'ئەستێرەکان' : 'ئەستێرە'}`, - emptyLabelText: 'خاڵیە', - }, - }, - MuiAutocomplete: { - defaultProps: { - clearText: 'سڕینەوە', - closeText: 'داخستن', - loadingText: 'لە بارکردندایە...', - noOptionsText: 'هیچ بژاردەیەک نیە', - openText: 'کردنەوە', - }, - }, - MuiAlert: { - defaultProps: { - closeText: 'داخستن', - }, - }, - MuiPagination: { - defaultProps: { - 'aria-label': 'گەڕان لە پەڕەکان', - getItemAriaLabel: (type, page, selected) => { - if (type === 'page') { - return `${selected ? '' : 'چوون بۆ '} پەڕەی ${page}`; - } - if (type === 'first') { - return 'چوونە یەکەم پەڕە'; - } - if (type === 'last') { - return 'چوونە کۆتا پەڕە'; - } - if (type === 'next') { - return 'چوونە پەڕەی دواتر'; - } - // if (type === 'previous') { - return 'گەڕانەوە بۆ پەڕەی پێشوو'; - }, - }, - }, - }, -}; - export const kuLatn: Localization = { components: { MuiBreadcrumbs: {