load($file, $locale, $return); } //-------------------------------------------------------------------- /** * Expose the loaded language files */ public function loaded(string $locale = 'en') { return $this->loadedFiles[$locale]; } }