add t to global blessing variable
This commit is contained in:
parent
87bc54e6f8
commit
a955fdfefa
|
|
@ -25,3 +25,4 @@ export function t(key: string, parameters = Object.create(null)): string {
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.assign(window, { trans: t })
|
Object.assign(window, { trans: t })
|
||||||
|
Object.assign(blessing, { t })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user