first
This commit is contained in:
4
uni_modules/uni-fav/components/uni-fav/i18n/en.json
Normal file
4
uni_modules/uni-fav/components/uni-fav/i18n/en.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"uni-fav.collect": "collect",
|
||||
"uni-fav.collected": "collected"
|
||||
}
|
||||
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
|
||||
}
|
||||
4
uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json
Normal file
4
uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"uni-fav.collect": "收藏",
|
||||
"uni-fav.collected": "已收藏"
|
||||
}
|
||||
4
uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json
Normal file
4
uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"uni-fav.collect": "收藏",
|
||||
"uni-fav.collected": "已收藏"
|
||||
}
|
||||
Reference in New Issue
Block a user