feat: add consts
This commit is contained in:
parent
88db8cb686
commit
ffbf5ad9ad
6
packages/runtime/src/consts.ts
Normal file
6
packages/runtime/src/consts.ts
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// 默认回退语言
|
||||||
|
export const DefaultFallbackLanguage = 'en'
|
||||||
|
export const DefaultLanguageSettings = [
|
||||||
|
{name: "zh",title: "中文",default:true,active:true},
|
||||||
|
{name: "en",title: "英文"}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user