build(#10336): load locales and vite config
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user