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

update() public method

Update the translation.
public update ( $text, $target, $comments, $catalogue = 'messages' ) : boolean
return boolean true if translation was updated, false otherwise.
    function update($text, $target, $comments, $catalogue = 'messages');