Prado\I18N\core\IMessageSource::read PHP Method

read() public method

It must return a 2 level array of translation strings. # "catalogue+variant" the catalogue and its variants. # "source string" translation keys, and its translations. array('catalogue+variant' => array('source string' => 'target string', ...) ...), ...);
public read ( ) : array
return array 2 level array translation table.
    function read();