Skip to content

Commit

Permalink
[l10n] Improve Greek (el-GR) locale (#15250)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiosDrivas authored Nov 3, 2024
1 parent f5fecc6 commit bcd8162
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 @@ -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"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/x-date-pickers/src/locales/elGR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ const elGRPickers: Partial<PickersLocaleText> = {
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',
Expand Down

0 comments on commit bcd8162

Please sign in to comment.