diff --git a/docs/data/date-pickers/localization/data.json b/docs/data/date-pickers/localization/data.json index f29e1b96e9a5..14a69bf378d6 100644 --- a/docs/data/date-pickers/localization/data.json +++ b/docs/data/date-pickers/localization/data.json @@ -107,7 +107,7 @@ "languageTag": "el-GR", "importName": "elGR", "localeName": "Greek", - "missingKeysCount": 14, + "missingKeysCount": 6, "totalKeysCount": 50, "githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-date-pickers/src/locales/elGR.ts" }, diff --git a/packages/x-date-pickers/src/locales/elGR.ts b/packages/x-date-pickers/src/locales/elGR.ts index 29ff14b95d39..2effab12a415 100644 --- a/packages/x-date-pickers/src/locales/elGR.ts +++ b/packages/x-date-pickers/src/locales/elGR.ts @@ -82,14 +82,14 @@ const elGRPickers: Partial = { fieldMeridiemPlaceholder: () => 'aa', // View names - // year: 'Year', - // month: 'Month', - // day: 'Day', - // weekDay: 'Week day', - // hours: 'Hours', - // minutes: 'Minutes', - // seconds: 'Seconds', - // meridiem: 'Meridiem', + year: 'Χρόνος', + month: 'Μήνας', + day: 'Ημέρα', + weekDay: 'Καθημερινή', + hours: 'Ώρες', + minutes: 'Λεπτά', + seconds: 'Δευτερόλεπτα', + meridiem: 'Προ Μεσημβρίας', // Common // empty: 'Empty',