add languages

This commit is contained in:
Benjamin Takats
2022-12-18 21:15:23 +01:00
parent 31c9a66244
commit cf6afdcb43
489 changed files with 589 additions and 36883 deletions

View File

@@ -3,14 +3,14 @@
<x-button
amber
wire:click="meetupEventSearch({{ $row->id }})">
Termine anzeigen ({{ $row->meetup_events_count }})
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button>
@endif
@if($row->meetup_events_count < 1)
<x-button
outlined
wire:click="meetupEventSearch({{ $row->id }})">
Termine anzeigen ({{ $row->meetup_events_count }})
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button>
@endif
</div>

View File

@@ -2,7 +2,7 @@
<a href="{{ $row->link }}" target="_blank">
<x-badge class="whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i>
Öffnen
{{ __('Open') }}
</x-badge>
</a>
</div>