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

save() 공개 메소드

If the translation was not found, you should add those strings to the translation source via the append() method.
public save ( $catalogue = 'messages' ) : boolean
리턴 boolean true if saved successfuly, false otherwise.
    function save($catalogue = 'messages');