forked from GitHub/dbot
e3074d8054
The strings.json file is extensible; other fields that can be placed in the xkcd string include the {year}, {month} and {day} of the comic; the {alt} text; and links to the {img}. A {transcript} is also available.
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"title_not_found": {
|
|
"english": "No page title found.",
|
|
"na'vi": "Oel ke tsun run 'upxare atxin."
|
|
},
|
|
"xkcd": {
|
|
"english": "xkcd {num}: {title} https://xkcd.com/{num}"
|
|
},
|
|
"no-hits": {
|
|
"english": "No hits."
|
|
}
|
|
}
|