Theia API Documentation v1.65.0
    Preparing search index...
    interface LanguagePackService {
        deleteBundle(pluginId: string, locale?: string): void;
        getBundle(
            pluginId: string,
            locale: string,
        ): Promise<undefined | LanguagePackBundle>;
        storeBundle(
            pluginId: string,
            locale: string,
            bundle: LanguagePackBundle,
        ): void;
    }

    Implemented by

    Index

    Methods