forked from GitHub/dbot
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"gr_book": {
|
|
"en": "[{title} by {author} - {rating}] - {link}"
|
|
},
|
|
"gr_nobook": {
|
|
"en": "No books found."
|
|
},
|
|
"gr_books": {
|
|
"en": "{user} has read {read} books and is currently reading {currently_reading} books."
|
|
},
|
|
"gr_unknown": {
|
|
"en": "Unknown Goodreads username!"
|
|
}
|
|
}
|