Skip to content

Commit

Permalink
[l10n] Improve German (de-DE) locale mui#3211 mui#11102
Browse files Browse the repository at this point in the history
  • Loading branch information
jho-vema committed Nov 20, 2023
1 parent aac2d57 commit 9748451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-date-pickers/src/locales/deDE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const deDEPickers: Partial<PickersLocaleText<any>> = {
value !== null && utils.isValid(value)
? `Uhrzeit auswählen, gewählte Uhrzeit ist ${utils.format(value, 'fullTime')}`
: 'Uhrzeit auswählen',
// fieldClearLabel: 'Clear value',
fieldClearLabel: 'Wert leeren',

// Table labels
timeTableLabel: 'Uhrzeit auswählen',
Expand All @@ -78,7 +78,7 @@ const deDEPickers: Partial<PickersLocaleText<any>> = {
fieldYearPlaceholder: (params) => 'J'.repeat(params.digitAmount),
fieldMonthPlaceholder: (params) => (params.contentType === 'letter' ? 'MMMM' : 'MM'),
fieldDayPlaceholder: () => 'TT',
// fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
fieldHoursPlaceholder: () => 'hh',
fieldMinutesPlaceholder: () => 'mm',
fieldSecondsPlaceholder: () => 'ss',
Expand Down

0 comments on commit 9748451

Please sign in to comment.