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

@@ -10,10 +10,10 @@ class LibraryTable extends Component
{
public Country $country;
public $currentTab = 'Alle';
public $currentTab = '*';
protected $queryString = [
'currentTab' => ['except' => 'Alle'],
'currentTab' => ['except' => '*'],
];
public function render()
@@ -30,7 +30,7 @@ class LibraryTable extends Component
->get();
$tabs = collect([
[
'name' => 'Alle',
'name' => '*',
]
]);
foreach ($libraries as $library) {