feat(i18n): Complete localization of marketing frontend with react-i18next, prefixed URLs, JSON migrations, and automation
This commit is contained in:
@@ -28,11 +28,10 @@ class MarketingRegisterController extends Controller
|
||||
{
|
||||
$package = $package_id ? Package::find($package_id) : null;
|
||||
|
||||
App::setLocale('de');
|
||||
//App::setLocale('de');
|
||||
|
||||
return Inertia::render('Auth/Register', [
|
||||
return Inertia::render('auth/register', [
|
||||
'package' => $package,
|
||||
'privacyHtml' => view('legal.datenschutz')->render(),
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -157,3 +156,4 @@ class MarketingRegisterController extends Controller
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user