Guest User

Untitled

a guest
Feb 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const loadData = async (locale) => {
  2. const localeData = await import(`react-intl/locale-data/${locale}`);
  3. addLocaleData(localeData.default);
  4. };
Add Comment
Please, Sign In to add comment