Skip to content

Commit

Permalink
Localization updated; prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
soler1212 committed Apr 19, 2024
1 parent 9256486 commit 5b53f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -19,7 +19,7 @@
"languageTag": "ca-ES",
"importName": "caES",
"localeName": "Catalan",
"missingKeysCount": 14,
"missingKeysCount": 0,
"totalKeysCount": 50,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-date-pickers/src/locales/caES.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/x-date-pickers/src/locales/caES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const caESPickers: Partial<PickersLocaleText<any>> = {
openNextView: 'Obrir la següent vista',
calendarViewSwitchingButtonAriaLabel: (view) =>
view === 'year'
? "la vista anual està oberta, canvia a la vista de calendari"
: "la vista de calendari està oberta, canvia a la vista anual",
? 'la vista anual està oberta, canvia a la vista de calendari'
: 'la vista de calendari està oberta, canvia a la vista anual',

// DateRange labels
start: 'Començar',
Expand Down

0 comments on commit 5b53f5a

Please sign in to comment.