Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyaDaihuku committed Dec 9, 2024
1 parent be57da3 commit cae3432
Show file tree
Hide file tree
Showing 6 changed files with 1,036 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ unwatch: "ウォッチ解除"
accept: "許可"
reject: "拒否"
normal: "通常"
novels: "小説"
instanceName: "サーバー名"
instanceDescription: "サーバーの紹介"
maintainerName: "管理者の名前"
Expand Down
5 changes: 5 additions & 0 deletions packages/frontend/src/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ export const navbarItemDef = reactive({
icon: 'ti ti-news',
to: '/pages',
},
novels: {
title: i18n.ts.novels,
icon: 'ti ti-book',
to: '/novels',
},
play: {
title: 'Play',
icon: 'ti ti-player-play',
Expand Down
Loading

0 comments on commit cae3432

Please sign in to comment.