在React中添加locale.js

时间:2017-07-02 16:33:06

标签: javascript reactjs momentjs

我想添加moment-locale-ru.js作为反应,我只需在moment-locale-ru.js script tag中添加index.html,但需要moment,因为reactscript tag之后执行。如何在locale moment中正确添加React

1 个答案:

答案 0 :(得分:2)

如果您查看github repo here,已经包含俄语语言环境,您可以将其导入组件中,如下所示:

import 'moment/locale/ru';