File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/data/date-pickers/localization
packages/x-date-pickers/src/locales Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5959 "languageTag" : " hu-HU" ,
6060 "importName" : " huHU" ,
6161 "localeName" : " Hungarian" ,
62- "missingKeysCount" : 0 ,
63- "totalKeysCount" : 34 ,
62+ "missingKeysCount" : 1 ,
63+ "totalKeysCount" : 35 ,
6464 "githubLink" : " https://github.com/mui/mui-x/blob/next/packages/x-date-pickers/src/locales/huHU.ts/"
6565 },
6666 {
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ const huHUPickers: Partial<PickersLocaleText<any>> = {
7272 fieldYearPlaceholder : ( params ) => 'É' . repeat ( params . digitAmount ) ,
7373 fieldMonthPlaceholder : ( params ) => ( params . contentType === 'letter' ? 'HHHH' : 'HH' ) ,
7474 fieldDayPlaceholder : ( ) => 'NN' ,
75+ // fieldWeekDayPlaceholder: params => params.contentType === 'letter' ? 'EEEE' : 'EE',
7576 fieldHoursPlaceholder : ( ) => 'óó' ,
7677 fieldMinutesPlaceholder : ( ) => 'pp' ,
7778 fieldSecondsPlaceholder : ( ) => 'mm' ,
You can’t perform that action at this time.
0 commit comments