Skip to content

Commit

Permalink
lowercased German translation minute/second to be the same as other t…
Browse files Browse the repository at this point in the history
…ranslations
  • Loading branch information
mtownsend5512 committed Jan 11, 2019
1 parent 2c05aed commit aea537d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/lang/de/read-time.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
return [
'reads_left_to_right' => true,
'min' => 'min',
'minute' => 'Minute',
'minute' => 'minute',
'sec' => 'sek',
'second' => 'Sekunde',
'second' => 'sekunde',
'read' => 'lesen'
];

0 comments on commit aea537d

Please sign in to comment.