3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-11 20:42:37 +01:00

fix lastfm

This commit is contained in:
reality 2013-10-31 23:11:57 +00:00
parent 39f36e146e
commit fc415aa6c6

View File

@ -22,5 +22,11 @@
"lfm_suggestion": { "lfm_suggestion": {
"en": "{user}: Try listening to {name} by {artist}", "en": "{user}: Try listening to {name} by {artist}",
"de": "{user}: Versuche mal, {name} von {artist} anzuhören" "de": "{user}: Versuche mal, {name} von {artist} anzuhören"
},
"lfm_profile": {
"en": "{user} has scrobbled {plays} tracks since {date} - {link}"
},
"lfm_scrobbliest": {
"en": "Users with the most played tracks: "
} }
} }