3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/imdb/strings.json

11 lines
220 B
JSON
Raw Normal View History

{
"imdb_film": {
2013-10-29 22:39:26 +01:00
"en": "[{title} -{rating} - {year}]",
"de": "[{title} -{rating} - {year}]"
},
"imdb_noresults": {
2013-10-29 22:39:26 +01:00
"en": "No films found.",
"de": "Kein Film gefunden."
}
}