label('LanJsController'); $translations[$locale] = json_decode($strings, true); } $js = "window.i18n = " . json_encode($translations) . ";"; $response = response($js, 200); $response->header('Content-Type', 'application/javascript'); return $response; } }