From ee19e6404d18dcb8e0f123de4c49414dc3499a35 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 22 Feb 2019 13:06:18 +0200 Subject: [PATCH] New translations en-US.json (Hungarian) --- src/config/locales/hu-HU.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/hu-HU.json b/src/config/locales/hu-HU.json index 227abd98a..f6842b3c0 100644 --- a/src/config/locales/hu-HU.json +++ b/src/config/locales/hu-HU.json @@ -199,5 +199,11 @@ "deep_link": { "no_existing_user": "Nem létező felhasználó", "no_existing_post": "Nem létező bejegyzés" + }, + "comment_filter": { + "trending": "trending", + "reputation": "reputation", + "votes": "votes", + "age": "age" } }