Add File
This commit is contained in:
8
uni_modules/uni-fav/components/uni-fav/i18n/index.js
Normal file
8
uni_modules/uni-fav/components/uni-fav/i18n/index.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
import en from './en.json'
|
||||||
|
import zhHans from './zh-Hans.json'
|
||||||
|
import zhHant from './zh-Hant.json'
|
||||||
|
export default {
|
||||||
|
en,
|
||||||
|
'zh-Hans': zhHans,
|
||||||
|
'zh-Hant': zhHant
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user