I use some construction
$this->_lang = [
'some' => 'text <b>text</b>'
];
$translator = new \Phalcon\Translate\Adapter\NativeArray([
'content' => $this->_lang
]);
html tags in translate array $this->_lang not work.
How use html tags in array?