Skip to content

Commit

Permalink
[l10n] Improve Swedish (sv-SE) locale (#15371)
Browse files Browse the repository at this point in the history
Co-authored-by: vime <vime@schoolsoft.se>
  • Loading branch information
viktormelin and vime authored Nov 15, 2024
1 parent 4850540 commit df0a879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@ -243,7 +243,7 @@
"languageTag": "sv-SE",
"importName": "svSE",
"localeName": "Swedish",
"missingKeysCount": 5,
"missingKeysCount": 0,
"totalKeysCount": 122,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/svSE.ts"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/x-data-grid/src/locales/svSE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const svSEGrid: Partial<GridLocaleText> = {
columnsManagementSearchTitle: 'Sök',
columnsManagementNoColumns: 'Inga kolumner',
columnsManagementShowHideAllText: 'Visa/Dölj alla',
// columnsManagementReset: 'Reset',
columnsManagementReset: 'Återställ',

// Filter panel text
filterPanelAddFilter: 'Lägg till filter',
Expand All @@ -58,9 +58,9 @@ const svSEGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'innehåller',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'innehåller inte',
filterOperatorEquals: 'lika med',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'inte lika med',
filterOperatorStartsWith: 'börjar med',
filterOperatorEndsWith: 'slutar med',
filterOperatorIs: 'är',
Expand All @@ -81,9 +81,9 @@ const svSEGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'Innehåller',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'Innehåller inte',
headerFilterOperatorEquals: 'Lika med',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'Inte lika med',
headerFilterOperatorStartsWith: 'Börjar med',
headerFilterOperatorEndsWith: 'Slutar med',
headerFilterOperatorIs: 'Är',
Expand Down

0 comments on commit df0a879

Please sign in to comment.