Prado\I18N\core\IMessageSource::update PHP 메소드

update() 공개 메소드

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