Skip to content

Commit

Permalink
Merge pull request #259 from Mike-Savin/master
Browse files Browse the repository at this point in the history
Add short days of week and months to uk.php
  • Loading branch information
jenssegers committed Nov 7, 2017
2 parents c69e644 + 2a740c7 commit d0c5047
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/Lang/uk.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
'minute' => ':count хвилину|:count хвилини|:count хвилин',
'second' => ':count секунду|:count секунди|:count секунд',

'jan' => 'січ',
'feb' => 'лют',
'mar' => 'бер',
'apr' => 'кві',
'may' => 'тра',
'jun' => 'чер',
'jul' => 'лип',
'aug' => 'сер',
'sep' => 'вер',
'oct' => 'жов',
'nov' => 'лис',
'dec' => 'гру',

'january' => '{0}січень|{1}січня',
'february' => '{0}лютий|{1}лютого',
'march' => '{0}березень|{1}березня',
Expand All @@ -45,4 +58,11 @@
'saturday' => 'субота',
'sunday' => 'неділя',

'mon' => 'пн',
'tue' => 'вт',
'wed' => 'ср',
'thu' => 'чт',
'fri' => 'пт',
'sat' => 'сб',
'sun' => 'нд',
];

0 comments on commit d0c5047

Please sign in to comment.