Skip to content

Commit

Permalink
Merge pull request #9 from Menelion/ukrainian
Browse files Browse the repository at this point in the history
Add Ukrainian translation
  • Loading branch information
mtownsend5512 authored Jan 16, 2019
2 parents e4b6536 + 0ff3953 commit b16d302
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/resources/lang/uk/read-time.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'reads_left_to_right' => true,
'min' => 'хв.',
'minute' => 'хвилин',
'sec' => 'сек.',
'second' => 'секунд',
'read' => 'читання'
];

0 comments on commit b16d302

Please sign in to comment.