Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async _setLocale(locale) {
await I18n.setLocale(locale);
formatMessage.setup({
locale:
this.currentLocale === PSEUDO_LOCALE
? DEFAULT_LOCALE
: this.currentLocale,
});
}