build(#10336): load locales and vite config
This commit is contained in:
parent
91e0e498eb
commit
0dcb99df19
441 changed files with 1365 additions and 15 deletions
|
|
@ -3,6 +3,7 @@ export class I18n<T extends Record<string, any>> {
|
|||
|
||||
constructor(locale: T) {
|
||||
this.ts = locale;
|
||||
console.log(this);
|
||||
|
||||
//#region BIND
|
||||
this.t = this.t.bind(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue