Skip to content

Commit

Permalink
Add doesnt contain and doesnt equal translations
Browse files Browse the repository at this point in the history
  • Loading branch information
GMchris committed Sep 11, 2024
1 parent ba34b9b commit 14ba583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -19,7 +19,7 @@
"languageTag": "bg-BG",
"importName": "bgBG",
"localeName": "Bulgarian",
"missingKeysCount": 8,
"missingKeysCount": 0,
"totalKeysCount": 122,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/bgBG.ts"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/x-data-grid/src/locales/bgBG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const bgBGGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'съдържа',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'не съдържа',
filterOperatorEquals: 'равно',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'не е равно',
filterOperatorStartsWith: 'започва с',
filterOperatorEndsWith: 'завършва с',
filterOperatorIs: 'е',
Expand All @@ -80,9 +80,9 @@ const bgBGGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'Съдържа',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'Не съдържа',
headerFilterOperatorEquals: 'Равнo',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'Не е равно',
headerFilterOperatorStartsWith: 'Започва с',
headerFilterOperatorEndsWith: 'Завършва с',
headerFilterOperatorIs: 'Равно е на',
Expand Down

0 comments on commit 14ba583

Please sign in to comment.