Skip to main content

update_catalog

Function update_catalog 

Source
pub fn update_catalog(
    options: UpdateCatalogOptions<'_>,
) -> Result<CatalogUpdateResult, ApiError>
Expand description

Merges extracted messages into an existing catalog and returns updated catalog content.

ยงErrors

Returns ApiError when the source locale is missing, the existing catalog cannot be parsed, or the requested storage format cannot be rendered safely.