From 078931b4f94985eb99a71d7516bbe993e7362578 Mon Sep 17 00:00:00 2001 From: vjrj Date: Wed, 14 Feb 2018 10:31:19 +0100 Subject: [PATCH] Translation link --- imports/ui/pages/Profile/Profile.js | 1 + public/locales/en/common.json | 4 +++- public/locales/es/common.json | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/imports/ui/pages/Profile/Profile.js b/imports/ui/pages/Profile/Profile.js index 4800200..3f3dbb2 100644 --- a/imports/ui/pages/Profile/Profile.js +++ b/imports/ui/pages/Profile/Profile.js @@ -214,6 +214,7 @@ class Profile extends React.Component { } + {this.t('Puedes participar en las traducciones')} {this.t('Contraseña actual')} diff --git a/public/locales/en/common.json b/public/locales/en/common.json index dffcc24..7c2740b 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -187,5 +187,7 @@ "Zonas vigiladas por nuestros usuari@s actualmente": "Areas currently monitored by our users", "Iniciar sesión con Facebook": "Login With Facebook", "Elige un tipo": - "Choose a type" + "Choose a type", + "Puedes participar en las traducciones": + "You can help with the translations" } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index d4304e7..5d1a46d 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -274,5 +274,7 @@ "Iniciar sesión con Facebook": "Iniciar sesión con Facebook", "Elige un tipo": - "Elige un tipo" + "Elige un tipo", + "Puedes participar en las traducciones": + "Puedes participar en las traducciones" }