forked from GitHub/dbot
![Douglas Gardner](/assets/img/avatar_default.png)
Orange isn't a color widely available on IRC clients, so green has been substituted. "NSFW" is fairly transcendal when it comes to languages; Catalan, French, and German generally do not seem to localise the abbreviation. However, it has been moved to strings.json on the off chance that a better translation arises. This commit has not been tested. Merge at your own risk.
15 lines
483 B
JSON
15 lines
483 B
JSON
{
|
|
"about_subreddit": {
|
|
"en": "[{display_name} has {subscribers} subscribers ({active} active)]"
|
|
},
|
|
"about_post": {
|
|
"en": "[Post by {poster} in {subreddit} — Comments: {comments}, Score: {score} (\u00039▲{up}\u0015|\u000312{down}▼\u0015)] — {url}"
|
|
},
|
|
"about_comment": {
|
|
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u0015|\u000312{down}▼\u0015)]"
|
|
}
|
|
"nsfw": {
|
|
"en": "[NSFW]"
|
|
}
|
|
}
|