diff options
| author | Fuwn <[email protected]> | 2024-02-07 01:07:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-07 01:07:34 -0800 |
| commit | b2cd85ceddb1d39924b858cb198a9784954fd4c5 (patch) | |
| tree | 62c7afc68bbdf06da7221d0763db0c03bc28fcfa /src/lib/Locale/layout.ts | |
| parent | fix(match): skip specials and ovas in schedule (diff) | |
| download | due.moe-b2cd85ceddb1d39924b858cb198a9784954fd4c5.tar.xz due.moe-b2cd85ceddb1d39924b858cb198a9784954fd4c5.zip | |
feat(hololive): hololive schedule
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index d2af0a4c..e1c81e0f 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -16,6 +16,7 @@ export interface Locale { logIn: LocaleValue; logOut: LocaleValue; schedule: LocaleValue; + hololive: LocaleValue; }; settings: { fields: { |