Skip to content

Commit

Permalink
feat: language hook
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Feb 10, 2022
1 parent dba5f25 commit ca41623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/util/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,8 @@ export class Util {
static pad(number: number): string {
return (number < 10 ? '0' : '') + number;
}

static languageHook() {

}
}

0 comments on commit ca41623

Please sign in to comment.