support i18n

support i18n
This commit is contained in:
梁灏 2017-01-11 18:04:29 +08:00
parent 86b4da54d4
commit d33b51432d
10 changed files with 151 additions and 15 deletions

8
src/locale/lang/zh-TW.js Normal file
View file

@ -0,0 +1,8 @@
export default {
i: {
select: {
placeholder: '請選擇',
noMatch: '無匹配數據'
}
}
};