Skip to content

Commit

Permalink
Reformat main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Nov 21, 2019
1 parent 7ba5576 commit bdb9891
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/app/locales/de/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ main-menu:
featured: Vorgestellt
games: Spiele
streams: Streams
my:
header: Meine
live-streams: Live Streams
followed:
header: Gefolgte
streams: Streams
channels: Kanäle
misc:
header: Sonstiges
Expand Down
6 changes: 3 additions & 3 deletions src/app/locales/en/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ main-menu:
featured: Featured
games: Games
streams: Streams
my:
header: My
live-streams: Live Streams
followed:
header: Followed
streams: Streams
channels: Channels
misc:
header: Misc
Expand Down
6 changes: 3 additions & 3 deletions src/app/locales/fr/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ main-menu:
featured: En avant
games: Jeux
streams: Streams
my:
header: Mes
live-streams: Streams live
followed:
header: Suivis
streams: Streams
channels: Chaînes
misc:
header: Divers
Expand Down
6 changes: 3 additions & 3 deletions src/app/locales/zh-tw/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ main-menu:
featured: 精選
games: 遊戲
streams: 實況中
my:
header: 我的
live-streams: 實況
followed:
header: 追隨中
streams: 實況中
channels: 頻道
misc:
header: 其他
Expand Down
6 changes: 3 additions & 3 deletions src/app/ui/components/main-menu/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<li>{{#link-to "games"}}{{t "components.main-menu.browse.games"}}{{/link-to}}</li>
<li>{{#link-to "streams"}}{{t "components.main-menu.browse.streams"}}{{/link-to}}</li>
</ul>
<h3>{{t "components.main-menu.my.header"}}</h3>
<h3>{{t "components.main-menu.followed.header"}}</h3>
<ul>
<li>{{#link-to "user.followedStreams"}}{{t "components.main-menu.my.live-streams"}}{{/link-to}}</li>
<li>{{#link-to "user.followedChannels"}}{{t "components.main-menu.my.channels"}}{{/link-to}}</li>
<li>{{#link-to "user.followedStreams"}}{{t "components.main-menu.followed.streams"}}{{/link-to}}</li>
<li>{{#link-to "user.followedChannels"}}{{t "components.main-menu.followed.channels"}}{{/link-to}}</li>
</ul>
<h3>{{t "components.main-menu.misc.header"}}</h3>
<ul>
Expand Down

0 comments on commit bdb9891

Please sign in to comment.