Skip to content

Commit

Permalink
Merge pull request #10 from Glennmen/feature/lang-nl
Browse files Browse the repository at this point in the history
Added Dutch translation
  • Loading branch information
mtownsend5512 authored Jan 17, 2019
2 parents b16d302 + a105c84 commit 3cc439e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/resources/lang/nl/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' => 'minuut',
'sec' => 'sec',
'second' => 'seconde',
'read' => 'leestijd'
];

0 comments on commit 3cc439e

Please sign in to comment.