Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[l10n] Improve Hebrew (he-IL) locale #14287

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/data-grid/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"languageTag": "he-IL",
"importName": "heIL",
"localeName": "Hebrew",
"missingKeysCount": 4,
"missingKeysCount": 0,
"totalKeysCount": 118,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/heIL.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/data/date-pickers/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"languageTag": "he-IL",
"importName": "heIL",
"localeName": "Hebrew",
"missingKeysCount": 1,
"missingKeysCount": 0,
"totalKeysCount": 50,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-date-pickers/src/locales/heIL.ts"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/x-data-grid/src/locales/heIL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ const heILGrid: Partial<GridLocaleText> = {
toolbarExportExcel: 'ייצוא ל- Excel',

// Columns management text
// columnsManagementSearchTitle: 'Search',
// columnsManagementNoColumns: 'No columns',
// columnsManagementShowHideAllText: 'Show/Hide All',
// columnsManagementReset: 'Reset',
columnsManagementSearchTitle: 'חיפוש',
columnsManagementNoColumns: 'אין עמודות',
columnsManagementShowHideAllText: 'הצג/הסתר הכל',
columnsManagementReset: 'אתחול',

// Filter panel text
filterPanelAddFilter: 'הוסף מסנן',
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/locales/heIL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const heILPickers: Partial<PickersLocaleText<any>> = {
hours: 'שעות',
minutes: 'דקות',
seconds: 'שניות',
// meridiem: 'Meridiem',
meridiem: 'יחידת זמן',

// Common
empty: 'ריק',
Expand Down