Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include label in ContactType & add translation spanish #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Chrysweel
Copy link

Included labels in ContactType to can use translations in forms.

And include translation Spanish!

@Nek-
Copy link
Collaborator

Nek- commented Sep 30, 2014

👍

@Nek-
Copy link
Collaborator

Nek- commented Sep 30, 2014

French translations should be add as well:

form:
    name: Nom
    email: Adresse email
    subject: Sujet
    body: Contenu

@Chrysweel
Copy link
Author

Hello ? Somebody manage this bundle ?

@Nek-
Copy link
Collaborator

Nek- commented Oct 6, 2014

Can you add french translations please ? It would be perfect :) .

cc @yohang

Copy link
Collaborator

@Nek- Nek- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing french translations:

contact:
    submit:
        button: Envoyer
        success: Votre message a été envoyé avec succès
        failure: Votre message ne peut pas être envoyé, une erreur s'est produite
    message:
        new: 'Nouveau message de "%name%"'
        sent:
            you: Vous a envoyé un message
form:
    name: Nom
    email: Adresse email
    subject: Sujet
    body: Contenu

name: Name
email: Email
subject: Subject
body: Body
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing new line at EOF

name: Nombre
email: Corre electrónico
subject: Asunto
body: Mensaje
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing new line at EOF

@@ -10,7 +10,7 @@
<property name="email">
<constraint name="NotBlank" />
<constraint name="Email">
<option name="checkMX">true</option>
<option name="checkMX">false</option>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ no go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants