try {
            translations = await this.translationFetcher(locale);
            this.transferState.set(languageKey, translations);
        } catch (e) {
            translations = {};