feat(i18n): Complete localization of marketing frontend with react-i18next, prefixed URLs, JSON migrations, and automation

This commit is contained in:
Codex Agent
2025-10-03 13:05:13 +02:00
parent 1845d83583
commit 60f8de9162
46 changed files with 3454 additions and 590 deletions

View File

@@ -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