Workaround pl translation issue #613

This commit is contained in:
Hillel Coren 2017-03-12 20:28:19 +02:00
parent 81779c3f93
commit 539740fc95

View File

@ -349,7 +349,7 @@
<i class="glyphicon glyphicon-exclamation-sign"></i> {{ trans('texts.activity') }}
@if ($invoicesSent)
<div class="pull-right" style="font-size:14px;padding-top:4px">
@if (in_array(App::getLocale(), ['pl', 'cs']))
@if (in_array(App::getLocale(), ['pl', 'cs', 'hr']))
<!-- https://github.com/invoiceninja/invoiceninja/issues/613 -->
@else
{{ trans_choice('texts.invoices_sent', $invoicesSent) }}