From e879b71ff0825bf364b3c569294b8385efd4eabb Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Mon, 30 Apr 2012 10:22:59 -0500 Subject: [PATCH] fixed invalid JSON. should have audited the user-submitted transalition. --- _locales/hi/messages.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_locales/hi/messages.json b/_locales/hi/messages.json index 0b2b7a8..f5c28c8 100644 --- a/_locales/hi/messages.json +++ b/_locales/hi/messages.json @@ -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." - }, + } +}