We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8922e commit f4367bfCopy full SHA for f4367bf
util/lyric_formatter/translate_after_raw.go
@@ -15,7 +15,7 @@ func translateAfterRaw(lyric *structure.LyricDetail) string {
15
}
16
17
for _, line := range lyric.TranslatedLyric {
18
- translated[calcTime(&line)] = summonLRCTimestamp(&line) + line.Lyric
+ translated[calcTime(&line)] = summonLRCTimestamp(&line) + "「" + line.Lyric + "」"
19
20
21
// Merge two maps
0 commit comments