Skip to content

Commit 28e1d3a

Browse files
[core] Fix l10n data file (#7804)
1 parent c97c8b5 commit 28e1d3a

File tree

2 files changed

+3
-2
lines changed
  • docs/data/date-pickers/localization
  • packages/x-date-pickers/src/locales

2 files changed

+3
-2
lines changed

docs/data/date-pickers/localization/data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
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
{

packages/x-date-pickers/src/locales/huHU.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)