Skip to content

Commit

Permalink
Fix dateFormat for Czech locale (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilican authored Aug 17, 2024
1 parent df73603 commit da43657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"custom": "Vlastní",
"dateAfter": "Datum je po",
"dateBefore": "Datum je před",
"dateFormat": "dd.mm.rrrr",
"dateFormat": "d. m. yy",
"dateIs": "Datum je",
"dateIsNot": "Datum není",
"dayNames": [
Expand Down Expand Up @@ -188,4 +188,4 @@
"zoomOut": "Oddálit"
}
}
}
}

0 comments on commit da43657

Please sign in to comment.