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');