From 01f3518dc7612df79cce5a776c84bdbd9511e565 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 22 Feb 2019 13:07:43 +0200 Subject: [PATCH] New translations en-US.json (Hindi) --- src/config/locales/hi-IN.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/hi-IN.json b/src/config/locales/hi-IN.json index 9504fa8e9..f067f4514 100644 --- a/src/config/locales/hi-IN.json +++ b/src/config/locales/hi-IN.json @@ -199,5 +199,11 @@ "deep_link": { "no_existing_user": "कोई विद्यमान उपयोगकर्ता नहीं", "no_existing_post": "कोई विद्यमान पोस्ट नहीं" + }, + "comment_filter": { + "trending": "trending", + "reputation": "reputation", + "votes": "votes", + "age": "age" } }