Skip to content

Commit

Permalink
Merge pull request #1 from Lloople/master
Browse files Browse the repository at this point in the history
Added Catalan Translation
  • Loading branch information
mtownsend5512 authored Jan 9, 2019
2 parents ca6979d + 176929a commit 73511d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/resources/lang/ca/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' => 'min',
'minute' => 'minut',
'sec' => 'seg',
'second' => 'segon',
'read' => 'llegir'
];
2 changes: 1 addition & 1 deletion src/resources/lang/en/read-time.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'reads_left_to_right' => true,
'reads_left_to_right' => true,
'min' => 'min',
'minute' => 'minute',
'sec' => 'sec',
Expand Down
2 changes: 1 addition & 1 deletion src/resources/lang/es/read-time.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'reads_left_to_right' => true,
'reads_left_to_right' => true,
'min' => 'min',
'minute' => 'minuto',
'sec' => 'seg',
Expand Down

0 comments on commit 73511d8

Please sign in to comment.