Skip to content

Commit

Permalink
[l10n] Improve Hebrew (he-IL) locale (#11788)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniella Mishan <[email protected]>
Co-authored-by: Bilal Shafi <[email protected]>
  • Loading branch information
3 people authored Jan 27, 2024
1 parent 8fcf3e8 commit 35f5d73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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": 10,
"missingKeysCount": 3,
"totalKeysCount": 117,
"githubLink": "https://github.com/mui/mui-x/blob/next/packages/grid/x-data-grid/src/locales/heIL.ts"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/grid/x-data-grid/src/locales/heIL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ const heILGrid: Partial<GridLocaleText> = {
filterOperatorIsEmpty: 'ריק',
filterOperatorIsNotEmpty: 'אינו ריק',
filterOperatorIsAnyOf: 'הוא אחד מ-',
// 'filterOperator=': '=',
// 'filterOperator!=': '!=',
// 'filterOperator>': '>',
// 'filterOperator>=': '>=',
// 'filterOperator<': '<',
// 'filterOperator<=': '<=',
'filterOperator=': '=',
'filterOperator!=': '!=',
'filterOperator>': '>',
'filterOperator>=': '>=',
'filterOperator<': '<',
'filterOperator<=': '<=',

// Header filter operators text
headerFilterOperatorContains: 'מכיל',
Expand Down Expand Up @@ -159,7 +159,7 @@ const heILGrid: Partial<GridLocaleText> = {
unGroupColumn: (name) => `הפסק לקבץ לפי ${name}`,

// Master/detail
// detailPanelToggle: 'Detail panel toggle',
detailPanelToggle: 'הצג/הסתר פרטים',
expandDetailPanel: 'הרחב',
collapseDetailPanel: 'כווץ',

Expand Down

0 comments on commit 35f5d73

Please sign in to comment.