From b688e14de9ed7d37d48fde9899fe087c1ee4cb18 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Thu, 26 Mar 2015 20:23:14 +0100 Subject: [PATCH] Fix leftover from merge --- src/Lang/cs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lang/cs.php b/src/Lang/cs.php index 9f69445..318c3ce 100644 --- a/src/Lang/cs.php +++ b/src/Lang/cs.php @@ -45,11 +45,11 @@ 'saturday' => 'sobota', 'sunday' => 'neděle', - 'year_ago' => 'rokem|[2,Inf]:count lety', + 'year_ago' => 'rokem|[2,Inf]:count lety', 'month_ago' => 'měsícem|[2,Inf]:count měsíci', 'week_ago' => 'týdnem|[2,Inf]:count týdny', 'day_ago' => 'jedním|[2,Inf]:count dny', 'hour_ago' => 'hodinou|[2,Inf]:count hodinami', - 'minute_ago' => 'minútou|[2,Inf]:count minutami', + 'minute_ago' => 'minutou|[2,Inf]:count minutami', 'second_ago' => 'sekundou|[2,Inf]:count sekundami', );