diff options
| author | Fuwn <[email protected]> | 2024-01-31 08:09:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 08:09:40 -0800 |
| commit | a1a9bd7e08397e7a98a33a249024b6a2e7e08b36 (patch) | |
| tree | fe19095cf84b02a346c81e68ddadaa17b952df92 /src/routes/+layout.svelte | |
| parent | feat(hovercover): half animation time (diff) | |
| download | due.moe-a1a9bd7e08397e7a98a33a249024b6a2e7e08b36.tar.xz due.moe-a1a9bd7e08397e7a98a33a249024b6a2e7e08b36.zip | |
feat(locale): localise birthdays
Diffstat (limited to 'src/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6d57ff78..a29529d7 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -116,7 +116,9 @@ <a href={root('/schedule')} class="header-item">{$locale().navigation.subtitleSchedule}</a > <a href={root('/updates')} class="header-item">{$locale().navigation.newReleases}</a> - <a href={root('/birthdays')} class="header-item">Character Birthdays</a> + <a href={root('/birthdays')} class="header-item"> + {$locale().tools.tool.characterBirthdays.short} + </a> </div> </div> <a href={root('/tools')} class="header-item">{$locale().navigation.tools}</a> |