Translation link

This commit is contained in:
vjrj 2018-02-14 10:31:19 +01:00
parent 8809a3e3c8
commit 078931b4f9
3 changed files with 7 additions and 2 deletions

View file

@ -214,6 +214,7 @@ class Profile extends React.Component {
}
</div>
</div>
<InputHint><i className="fa fa-language"></i> <a href="https://translate.comunes.org/projects/todos-contra-el-fuego/" rel="noopener noreferrer" target="_blank">{this.t('Puedes participar en las traducciones')}</a></InputHint>
</FormGroup>
<FormGroup>
<ControlLabel>{this.t('Contraseña actual')}</ControlLabel>

View file

@ -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"
}

View file

@ -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"
}