dbot/modules/spotify/strings.json

12 lines
208 B
JSON
Raw Normal View History

2013-02-12 19:14:27 +00:00
{
"artist": {
"english": "{s} [artist] {artist}"
},
"album": {
"english": "{s} [album] {artist} - {album}"
},
"track": {
"english": "{s} [track] {artist} - {track} (from {album})"
}
}