react-intl
Version:
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
13 lines (9 loc) • 292 B
JavaScript
/*
* Copyright 2015, Yahoo Inc.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
import allLocaleData from '../locale-data/index';
import {addLocaleData} from './react-intl';
export * from './react-intl';
addLocaleData(allLocaleData);