From 172444e9412d820988039d5b855ecbdb938b0d91 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 22 Feb 2019 13:06:22 +0200 Subject: [PATCH] New translations en-US.json (Polish) --- src/config/locales/pl-PL.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/pl-PL.json b/src/config/locales/pl-PL.json index cfd171f47..1f5b8a4e1 100644 --- a/src/config/locales/pl-PL.json +++ b/src/config/locales/pl-PL.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" } }