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

save() public method

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