fixed invalid JSON. should have audited the user-submitted transalition.

This commit is contained in:
Kerrick Long
2012-04-30 10:22:59 -05:00
parent e02fadc93d
commit e879b71ff0
+5 -4
View File
@@ -2,12 +2,12 @@
"just_now": {
"message": "बस अभी",
"description": "Describe that something just happened."
},
"a_minute_ago": {
"message": "एक मिनट पेहले",
"description": "Describe that something happened a minute ago."
},
"a_minute_from_now": {
"message": "अब से एक मिनट बाद",
@@ -476,7 +476,7 @@
"content": "Mostly Harmless"
}
}
},
"group_orangered_notifications": {
"message": "$ORANGERED$ Notifications",
@@ -574,4 +574,5 @@
},
"timeout_length_never": {
"message": "Do not timeout; only show an error error when the API is down."
},
}
}