Skip to content

Commit

Permalink
hungarian abbrevation of days (#240)
Browse files Browse the repository at this point in the history
* hungarian shortcodes for days

* fixing hungarian shortcodes for days
  • Loading branch information
nemethbuda authored and jenssegers committed Jun 6, 2017
1 parent a709dd8 commit 68262b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Lang/hu.php
Expand Up @@ -69,4 +69,12 @@
'saturday' => 'szombat',
'sunday' => 'vas谩rnap',

'mon' => 'H',
'tue' => 'K',
'wed' => 'Sze',
'thu' => 'Cs',
'fri' => 'P',
'sat' => 'Szo',
'sun' => 'V',

];

0 comments on commit 68262b1

Please sign in to comment.