aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-28 07:13:42 -0700
committerFuwn <[email protected]>2024-03-28 07:13:42 -0700
commit9424c5bc7e656ce1e092a4f73df0fd7e3e53c287 (patch)
tree3c9956ba9d24515001279587925f8418b42f4efb /src/lib
parentfeat(tools): hololive birthdays (diff)
downloaddue.moe-9424c5bc7e656ce1e092a4f73df0fd7e3e53c287.tar.xz
due.moe-9424c5bc7e656ce1e092a4f73df0fd7e3e53c287.zip
feat(locale): add schedule to hololive dropdown
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Locale/english.ts2
-rw-r--r--src/lib/Locale/japanese.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts
index 34666978..7400ae82 100644
--- a/src/lib/Locale/english.ts
+++ b/src/lib/Locale/english.ts
@@ -14,7 +14,7 @@ const English: Locale = {
logIn: 'Log in with AniList',
logOut: 'Log out',
schedule: 'Schedule',
- hololive: 'hololive',
+ hololive: 'hololive Schedule',
myProfile: 'My Profile',
myBadgeWall: 'My Badge Wall'
},
diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts
index 3caea474..177acd51 100644
--- a/src/lib/Locale/japanese.ts
+++ b/src/lib/Locale/japanese.ts
@@ -14,7 +14,7 @@ const Japanese: Locale = {
logIn: 'AniListでログインする',
logOut: 'ログアウト',
schedule: 'スケジュール',
- hololive: 'ホロライブ',
+ hololive: 'ホロライブスケジュール',
myProfile: 'プロフィール',
myBadgeWall: 'バッジウォール'
},