From be9851bc61ee9fa37e7177bd306986c029ee4696 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 22 Feb 2019 13:07:18 +0200 Subject: [PATCH] New translations en-US.json (Bulgarian) --- src/config/locales/bg-BG.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/bg-BG.json b/src/config/locales/bg-BG.json index cfd171f47..1f5b8a4e1 100644 --- a/src/config/locales/bg-BG.json +++ b/src/config/locales/bg-BG.json @@ -199,5 +199,11 @@ "deep_link": { "no_existing_user": "No existing user", "no_existing_post": "No existing post" + }, + "comment_filter": { + "trending": "trending", + "reputation": "reputation", + "votes": "votes", + "age": "age" } }