'Hola.', 'My name is {{ name }}.' => 'Me llamo {{ name }}.', ); public function __trans($text) { return isset($this->dictionary[$text]) ? $this->dictionary[$text] : $text; } }