Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilG-MC committed Jun 17, 2024
1 parent ef33d43 commit d8a6381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default {
previous: ({ title, uri }: IPrevious) => `\`βœ…\` The previous track [**${title}**](${uri}) has been added to the queue.`,
stop: "`πŸ‘‹` Stopping and leaving...",
default: {
engine: ({ engine }: IEngine) => `\`βœ…\` The default search engine for Stelle is now: **${engine}**.`,
volume: ({ volume }: IVolume) => `\`βœ…\` The default volume for Stelle is now: **${volume}%**.`,
engine: ({ engine }: IEngine) => `\`βœ…\` The default search engine of Stelle is now: **${engine}**.`,
volume: ({ volume }: IVolume) => `\`βœ…\` The default volume of Stelle is now: **${volume}%**.`,
},
setlocale: {
invalidLocale: ({ locale, available }: ILocale & { available: string }) =>
Expand Down

0 comments on commit d8a6381

Please sign in to comment.