Skip to content

Commit f4367bf

Browse files
committed
🚸 Make translated lyrics prettier
1 parent 5d8922e commit f4367bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/lyric_formatter/translate_after_raw.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func translateAfterRaw(lyric *structure.LyricDetail) string {
1515
}
1616

1717
for _, line := range lyric.TranslatedLyric {
18-
translated[calcTime(&line)] = summonLRCTimestamp(&line) + line.Lyric
18+
translated[calcTime(&line)] = summonLRCTimestamp(&line) + "「" + line.Lyric + "」"
1919
}
2020

2121
// Merge two maps

0 commit comments

Comments
 (0)