add spanish translation

This commit is contained in:
hackerESQ
2024-08-22 22:44:52 -05:00
parent 406665217f
commit d0dafab9f6
8 changed files with 596 additions and 257 deletions
@@ -42,7 +42,7 @@
<x-menu-separator />
<x-menu-item title="{{ __('Logout') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
<x-menu-item title="{{ __('Log Out') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
<form id="logout" action="{{ route('logout') }}" method="POST" style="display: none;">
{{ csrf_field() }}
</form>
@@ -20,4 +20,4 @@ new class extends Component {
}; ?>
<x-file wire:model="file" label="Select a file" hint="" accept="application/pdf" required />
<x-file wire:model="file" label="{{ __('Select a file') }}" hint="" accept="application/pdf" required />