From bc056d907e7346a89fc68c2e2ec44d97e7e643e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 15 Mar 2019 08:41:21 +0100 Subject: [PATCH] Add missing translation --- config/locales/en/general.yml | 1 + config/locales/es/general.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 49a74c6e6..91296ea5e 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -657,6 +657,7 @@ en: total_votes: "Total amount of given votes" votes: "VOTES" web: "WEB" + mail: "MAIL" booth: "BOOTH" total: "TOTAL" valid: "Valid" diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index 377768318..45833ed45 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -658,6 +658,7 @@ es: votes: "VOTOS" web: "WEB" booth: "URNAS" + mail: "CORREO" total: "TOTAL" valid: "VĂ¡lidos" white: "En blanco"