Skip to content

Commit d468829

Browse files
committed
feat: update translations
1 parent 5be7095 commit d468829

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

assets/locales/en/commands.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"padded": "Padding",
100100
"artist": "Artist",
101101
"album": "Album",
102-
"track": "Track"
102+
"track": "Track",
103+
"m": ""
103104
}
104105
},
105106
"lovetrack": {

assets/locales/en/errors.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"missingArgument": "Missing arguments.\nThis command should be used like this: `{{- usage}}`",
2929
"generic": "Sorry, an unknown error occurred while processing your command. $t(errors:common.consultSupport)",
3030
"invalidArgument": "Invalid argument.\nThis command should be used like this: `{{- usage}}`",
31+
"noScrobbles": "Sorry, the user you specified has not scrobbled anything yet.",
3132
"collage": "Sorry, an unknown error occurred while processing your collage. $t(errors:common.tryAgain)"
3233
},
3334
"lastfm": {

0 commit comments

Comments
 (0)