mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Add missing translation for userinfo
This commit is contained in:
@@ -117,11 +117,11 @@ const EMBEDS = {
|
||||
${activity.state === null ? '' : activity.state}
|
||||
${
|
||||
startTime
|
||||
? `Since <t:${Math.round(startTime.getTime() / 1000)}:R>`
|
||||
? `${locale.__('userinfo.since', {TIME: `<t:${Math.round(startTime.getTime() / 1000)}:R>` })}`
|
||||
: ''
|
||||
}${
|
||||
endTime
|
||||
? `\nEnd <t:${Math.round(endTime.getTime() / 1000)}:R>`
|
||||
? `\n${locale.__('userinfo.end', {TIME: `<t:${Math.round(endTime.getTime() / 1000)}:R>` })}`
|
||||
: ''
|
||||
}
|
||||
\u200b`,
|
||||
|
||||
Reference in New Issue
Block a user