From d926ad396d5c280dc04574379ea4c0f0251407bd Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 22 Feb 2019 13:07:15 +0200 Subject: [PATCH] New translations en-US.json (Spanish) --- src/config/locales/es-ES.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/es-ES.json b/src/config/locales/es-ES.json index 90f2e8993..da5dfbae4 100644 --- a/src/config/locales/es-ES.json +++ b/src/config/locales/es-ES.json @@ -199,5 +199,11 @@ "deep_link": { "no_existing_user": "Usuario no existe", "no_existing_post": "PublicaciĆ³n no existe" + }, + "comment_filter": { + "trending": "trending", + "reputation": "reputation", + "votes": "votes", + "age": "age" } }