pub async fn create_translation_file(
    locale: &str,
    immutable_store: &ImmutableStore,
    translations_manager: &impl TranslationsManager
) -> Result<(), ServerError>
Expand description

Creates a translation file for exporting. This is broken out for concurrency.