localize(...) ), ]; } /** * Returns the name of the extension. * * @return The name of the extension */ public function getName() { return 'chill_main_localize'; } public function localize(array $translatableStrings) { return $this->helper ->localize($translatableStrings); } }