🌐 Add multilingual configuration and translation files

This commit is contained in:
HolgerHatGarKeineNode
2025-11-22 23:53:15 +01:00
parent ff2a5636f6
commit 8600f98312
27 changed files with 1090 additions and 384 deletions

View File

@@ -35,7 +35,7 @@ class extends Component {
Auth::login($user);
$this->redirectIntended(route('dashboard', ['country' => 'de'],absolute: false), navigate: true);
$this->redirectIntended(route('dashboard', ['country' => str(session('lang_country', 'de'))->after('-')->lower()],absolute: false), navigate: true);
}
}; ?>