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