diff options
| author | Fuwn <[email protected]> | 2024-02-11 12:35:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-11 12:35:56 -0800 |
| commit | f9f7dcc8eb86e58af04adacd797f6de69a8816b9 (patch) | |
| tree | 9a1bbe4b46f1859087d802a262616b7107e12a6f /src/lib/Locale/english.ts | |
| parent | refactor(tools): make descriptions dynamic (diff) | |
| download | due.moe-f9f7dcc8eb86e58af04adacd797f6de69a8816b9.tar.xz due.moe-f9f7dcc8eb86e58af04adacd797f6de69a8816b9.zip | |
feat(layout): profile dropdown
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 24814f47..34052e21 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -14,7 +14,9 @@ const English: Locale = { logIn: 'Log in with AniList', logOut: 'Log out', schedule: 'Schedule', - hololive: 'hololive' + hololive: 'hololive', + myProfile: 'My Profile', + myBadgeWall: 'My Badge Wall' }, settings: { fields: { |