Skip to content

Commit

Permalink
Merge pull request #6 from caouecs/feature_lang_fr
Browse files Browse the repository at this point in the history
feature: French version
  • Loading branch information
mtownsend5512 authored Jan 15, 2019
2 parents 9b9d672 + 0b44f92 commit 39293d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/resources/lang/fr/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' => 'minute',
'sec' => 'sec',
'second' => 'seconde',
'read' => 'lire'
];

0 comments on commit 39293d9

Please sign in to comment.