mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-14 03:09:59 +00:00
Localization use placeholder instead
This commit is contained in:
@@ -56,7 +56,9 @@ const EMBEDS = {
|
||||
ADDED_SONGS_QUEUE: (data: HybridInteractionMessage, locale: I18n, track: ValidTracks[]) => {
|
||||
let embed = makeSuccessEmbed({
|
||||
title: locale.__('musicplayer_play.queue_added_songs'),
|
||||
description: locale.__('musicplayer_play.queue_added_songs_description', track.length.toString()),
|
||||
description: locale.__('musicplayer_play.queue_added_songs_description', {
|
||||
COUNT: track.length.toString()
|
||||
}),
|
||||
user: data.getUser()
|
||||
});
|
||||
return embed;
|
||||
|
||||
Reference in New Issue
Block a user