mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated into Brazilian Portuguese
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="card mt-4">
|
||||
<div class="card-header">
|
||||
Other items from the same product
|
||||
{{ __('item.otherItems') }}
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
@@ -10,7 +10,7 @@
|
||||
<li><a href="/item/{{ $otherItem->id }}">{{ $otherItem->name }}</a></li>
|
||||
@endif
|
||||
@empty
|
||||
<p>There are no items yet. Include one with the form above.</p>
|
||||
<p>{{ __('item.noItems') }}</p>
|
||||
@endforelse
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user