support i18n
support i18n
This commit is contained in:
parent
86b4da54d4
commit
d33b51432d
10 changed files with 151 additions and 15 deletions
8
src/locale/lang/zh-TW.js
Normal file
8
src/locale/lang/zh-TW.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: '請選擇',
|
||||
noMatch: '無匹配數據'
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue