Add song name support (#18433)

This commit is contained in:
Vordenburg
2023-08-02 05:36:27 -04:00
committed by GitHub
parent 2de3fa0ca1
commit cbbed773b4
3 changed files with 32 additions and 5 deletions

View File

@@ -10,3 +10,7 @@ lobby-state-player-status-ready = Ready
lobby-state-player-status-observer = Observer
lobby-state-player-status-round-not-started = The round hasn't started yet
lobby-state-player-status-round-time = The round time is: {$hours} hours and {$minutes} minutes
lobby-state-song-text = Playing: [color=white]{$songTitle}[/color] by [color=white]{$songArtist}[/color]
lobby-state-song-no-song-text = No lobby song playing.
lobby-state-song-unknown-title = [color=dimgray]Unknown title[/color]
lobby-state-song-unknown-artist = [color=dimgray]Unknown artist[/color]