@worldware/msg
    Preparing search index...

    Type Alias MsgProjectData

    Plain data used to create a MsgProject.

    type MsgProjectData = {
        loader: MsgTranslationLoader;
        locales: MsgLocalesSettings;
        project: MsgProjectSettings;
    }
    Index

    Function used to load translations for a locale.

    Source, pseudo, and target locale settings.

    Project name, version, and default format.