mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Workaround pl translation issue #613
This commit is contained in:
parent
261e65d918
commit
bdbfe3d70e
@ -349,7 +349,11 @@
|
|||||||
<i class="glyphicon glyphicon-exclamation-sign"></i> {{ trans('texts.activity') }}
|
<i class="glyphicon glyphicon-exclamation-sign"></i> {{ trans('texts.activity') }}
|
||||||
@if ($invoicesSent)
|
@if ($invoicesSent)
|
||||||
<div class="pull-right" style="font-size:14px;padding-top:4px">
|
<div class="pull-right" style="font-size:14px;padding-top:4px">
|
||||||
|
@if (App::getLocale() == 'pl')
|
||||||
|
<!-- https://github.com/invoiceninja/invoiceninja/issues/613 -->
|
||||||
|
@else
|
||||||
{{ trans_choice('texts.invoices_sent', $invoicesSent) }}
|
{{ trans_choice('texts.invoices_sent', $invoicesSent) }}
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</h3>
|
</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user