build(#10336): control themes
This commit is contained in:
parent
bdbbb92ff6
commit
0ac4d744fd
7 changed files with 843 additions and 195 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue