From 81779c3f9345224ce8a1feae54bf2dc4cea320e1 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 12 Mar 2017 13:26:00 +0200 Subject: [PATCH] Workaround pl translation issue #613 --- resources/views/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 92c1101cd9c0..ca127f3f81b4 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -349,7 +349,7 @@ {{ trans('texts.activity') }} @if ($invoicesSent)
- @if (App::getLocale() == 'pl') + @if (in_array(App::getLocale(), ['pl', 'cs'])) @else {{ trans_choice('texts.invoices_sent', $invoicesSent) }}