UNPKG

ember-intl

Version:

A internationalization toolbox for ambitious applications.

10 lines (8 loc) 229 B
import makeIntlHelper from './-private/make-intl-helper'; /** * Invokes the `setLocale` method of the `intl` service. * * @function setLocale * @param {string|string[]} locale */ export default makeIntlHelper('setLocale');