volto/i18n-improvements: Added i18n more support for 'Contact Form container' from ma

"Leonardo J. Caballero G" <jenkins-z4DKO/[email protected]> Thu, 12 Dec 2019 09:14:34 -0800 (PST)
Newsgroups gmane.comp.web.zope.plone.cvs
Message-ID <[email protected]>
Repository: volto
Branch: refs/heads/i18n-improvements
Date: 2019-12-12T13:11:29-04:00
Author: Leonardo J. Caballero G (macagua) <[email protected]>
Commit: https://github.com/plone/volto/commit/fe0bbed2bedd6a5cfc061ee3283ed819e74e10f1

Added i18n more support for 'Contact Form container' from manage components and updated locales files

Files changed:
M src/components/theme/ContactForm/ContactForm.jsx

b'diff --git a/src/components/theme/ContactForm/ContactForm.jsx b/src/components/theme/ContactForm/ContactForm.jsx\nindex 7616161ef..8499d32af 100644\n--- a/src/components/theme/ContactForm/ContactForm.jsx\n+++ b/src/components/theme/ContactForm/ContactForm.jsx\n@@ -159,7 +159,7 @@ class ContactForm extends Component {\n     return (\n       <div id="contact-form">\n         <Container>\n-          <Helmet title="Contact form" />\n+          <Helmet title={this.props.intl.formatMessage(messages.contactForm)} />\n           {this.props.error && (\n             <Message\n               icon="warning"\n'