getLocale(); $translations = Lang::get('messages', [], $locale); return Inertia::render('Home', [ 'translations' => $translations, ]); } }