build(#10336): control themes
This commit is contained in:
@@ -3,7 +3,6 @@ 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