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/english.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/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index fe449d34..5477632c 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -11,7 +11,8 @@ const English: Locale = { profile: 'Profile', logIn: 'Log in with AniList', logOut: 'Log out', - schedule: 'Schedule' + schedule: 'Schedule', + hololive: 'hololive' }, settings: { fields: { |