Skip to content

Commit

Permalink
[l10n] Improve Turkish (tr-TR) locale (@ihsanberkozcan) (#15748)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Tyla <[email protected]>
Co-authored-by: İhsan Berk Özcan <[email protected]>
Co-authored-by: Kenan Yusuf <[email protected]>
Co-authored-by: Lukas Tyla <[email protected]>
  • Loading branch information
4 people authored Dec 9, 2024
1 parent c28f787 commit c7ddc94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -251,7 +251,7 @@
"languageTag": "tr-TR",
"importName": "trTR",
"localeName": "Turkish",
"missingKeysCount": 3,
"missingKeysCount": 0,
"totalKeysCount": 123,
"githubLink": "https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/locales/trTR.ts"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/x-data-grid/src/locales/trTR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const trTRGrid: Partial<GridLocaleText> = {
columnsManagementNoColumns: 'Kolon yok',
columnsManagementShowHideAllText: 'Hepsini Göster/Gizle',
columnsManagementReset: 'Sıfırla',
// columnsManagementDeleteIconLabel: 'Clear',
columnsManagementDeleteIconLabel: 'Temizle',

// Filter panel text
filterPanelAddFilter: 'Filtre Ekle',
Expand All @@ -58,9 +58,9 @@ const trTRGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'içerir',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'içermiyor',
filterOperatorEquals: 'eşittir',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'eşit değil',
filterOperatorStartsWith: 'ile başlar',
filterOperatorEndsWith: 'ile biter',
filterOperatorIs: 'eşittir',
Expand Down

0 comments on commit c7ddc94

Please sign in to comment.