Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
feat(Topbar): STELLAR in to the GALAXY
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Aug 21, 2021
1 parent 2bd247b commit 42ef537
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Topbar.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{#if display}
<header>
<span>
<a href="https://www.youtube.com/watch?v=IqT6cHCT1TE" target="_blank">
星街すいせい - 駆けろ →
<a href="https://stellarintothegalaxy.hololive.tv/" target="_blank">
{$_('TOPBAR_NOTICE')}
</a>
</span>
<svg
Expand Down
1 change: 1 addition & 0 deletions src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ export default {
Select: 'Select',
"What's this?": "What's this?",
Close: 'Close',
TOPBAR_NOTICE: '1st Solo Live "STELLAR in to the GALAXY" planned on Oct 21 →',
}
2 changes: 2 additions & 0 deletions src/lang/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ export default {
Select: 'Select',
"What's this?": "What's this?",
Close: 'Close',
TOPBAR_NOTICE:
'2021年10月21日、1st Solo Live "STELLAR in to the GALAXY"開催決定! →',
}
2 changes: 2 additions & 0 deletions src/lang/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ export default {
Select: '选择',
"What's this?": '这是什么?',
Close: '关闭',
TOPBAR_NOTICE:
'1st Solo Live "STELLAR in to the GALAXY" 计划于10月21日举行 →',
}

0 comments on commit 42ef537

Please sign in to comment.