diff --git a/components/pagination/index.jsx b/components/pagination/index.jsx index 37fb9ecdd5..4bee94e123 100644 --- a/components/pagination/index.jsx +++ b/components/pagination/index.jsx @@ -23,6 +23,7 @@ AntPagination.defaultProps = { locale: zhCN, }; +// TODO. remove after https://github.com/ant-design/ant-design/issues/487 AntPagination.locale = { en_US: enUS, zh_CN: zhCN,