Skip to content

Commit

Permalink
Merge pull request #155 from jansvoboda11/master
Browse files Browse the repository at this point in the history
Fix bug for "0 seconds ago" in Czech and Slovak
  • Loading branch information
jenssegers committed Sep 16, 2015
2 parents d90f1f9 + c3a7d62 commit 27f9fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Lang/cs.php
Expand Up @@ -51,5 +51,5 @@
'day_ago' => 'jedn铆m dnem|[2,Inf]:count dny',
'hour_ago' => 'hodinou|[2,Inf]:count hodinami',
'minute_ago' => 'minutou|[2,Inf]:count minutami',
'second_ago' => 'sekundou|[2,Inf]:count sekundami',
'second_ago' => '{0}0 sekundami|{1}sekundou|[2,Inf]:count sekundami',
);
2 changes: 1 addition & 1 deletion src/Lang/sk.php
Expand Up @@ -51,6 +51,6 @@
'day_ago' => 'd艌om|[2,Inf]:count d艌ami',
'hour_ago' => 'hodinou|[2,Inf]:count hodinami',
'minute_ago' => 'min煤tou|[2,Inf]:count min煤tami',
'second_ago' => 'sekundou|[2,Inf]:count sekundami',
'second_ago' => '{0}0 sekundami|{1}sekundou|[2,Inf]:count sekundami',

);

0 comments on commit 27f9fed

Please sign in to comment.