zollero / el-search-table-pagination

🐶 Combine Form, Table and Pagination components of Element UI together.
MIT License
306 stars 79 forks source link

希望能支持国际化 #15

Closed lchxiang closed 5 years ago

zollero commented 6 years ago

@liuchihanxiang Good question. Internationalization will be supported in the next releases.

zollero commented 5 years ago

国际化支持,跟Element库是一样的,可以通过下面这种方式实现。

import lang from 'element-ui/lib/locale/lang/en'
import locale from 'element-ui/lib/locale'
locale.use(lang)