UNPKG

ember-intl

Version:

Internationalization for Ember projects

8 lines 241 B
/** * Updates the locale as if the user had changed their preferred language. * * @function setLocale * @param {string} locale */ export declare function setLocale(locale: string): Promise<void>; //# sourceMappingURL=set-locale.d.ts.map