Skip to content

Commit

Permalink
[l10n] Improve Czech (cs-CZ) locale (#9397)
Browse files Browse the repository at this point in the history
Co-authored-by: Radim Kafka <radim.kafka@vodafone.com>
  • Loading branch information
radimkafka and Radim Kafka authored Jun 20, 2023
1 parent 401f5b7 commit c9c6d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-date-pickers/src/locales/csCZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const timeViews: Record<TimeViewWithMeridiem, string> = {

const csCZPickers: Partial<PickersLocaleText<any>> = {
// Calendar navigation
previousMonth: 'Další měsíc',
nextMonth: 'Předchozí měsíc',
previousMonth: 'Předchozí měsíc',
nextMonth: 'Další měsíc',

// View navigation
openPreviousView: 'otevřít předchozí zobrazení',
Expand Down

0 comments on commit c9c6d37

Please sign in to comment.