Update react-intl locale data location (#8945)

This commit is contained in:
Yaroslav
2016-04-12 19:50:00 +04:00
committed by Masahiro Wakame
parent 88736ffa1d
commit 7e656a65e7
2 changed files with 1164 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ FormattedPlural,
FormattedDate,
FormattedTime
} from "react-intl"
import reactIntlEn = require("react-intl/lib/locale-data/en");
import reactIntlEn = require("react-intl/locale-data/en");
addLocaleData(reactIntlEn);
console.log(hasLocaleData("en"));
@@ -165,4 +165,4 @@ class TestApp extends React.Component<{}, {}> {
export default {
TestApp,
SomeComponent: injectIntl(SomeComponent)
}
}

File diff suppressed because it is too large Load Diff