dbot/modules/goodreads/strings.json

15 lines
336 B
JSON
Raw Normal View History

2014-02-26 16:10:11 +01:00
{
"gr_book": {
"en": "[{title} by {author} - {rating}] - {link}"
},
"gr_nobook": {
"en": "No books found."
2014-02-27 02:34:40 +01:00
},
"gr_books": {
"en": "{user} has read {read} books and is currently reading {currently_reading} books."
},
"gr_unknown": {
"en": "Unknown Goodreads username!"
2014-02-26 16:10:11 +01:00
}
}