Skip to content

Commit

Permalink
Datepicker: Fix Hungarian localization to use uppercase for first cha…
Browse files Browse the repository at this point in the history
…racters
  • Loading branch information
zsoltii authored and fnagel committed Mar 23, 2020
1 parent ddbcc5d commit 9bb366e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/i18n/datepicker-hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}( function( datepicker ) {

datepicker.regional.hu = {
closeText: "bezár",
prevText: "vissza",
nextText: "előre",
currentText: "ma",
closeText: "Bezár",
prevText: "Vissza",
nextText: "Előre",
currentText: "Ma",
monthNames: [ "Január", "Február", "Március", "Április", "Május", "Június",
"Július", "Augusztus", "Szeptember", "Október", "November", "December" ],
monthNamesShort: [ "Jan", "Feb", "Már", "Ápr", "Máj", "Jún",
Expand Down

0 comments on commit 9bb366e

Please sign in to comment.