Skip to content

Commit

Permalink
[l10n] Improve Hebrew (he-IL) locale (#14287)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Tyla <[email protected]>
Co-authored-by: Lukas Tyla <[email protected]>
  • Loading branch information
rotembarsela and LukasTy authored Aug 23, 2024
1 parent a270b3d commit 45b2835
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 45b2835

Please sign in to comment.