Merge pull request from Imperadeiro98/master

Tried to translate i18n
This commit is contained in:
Nick Winter 2014-12-12 08:38:17 -08:00
commit 6c647bfc6a
2 changed files with 2 additions and 1 deletions
app
locale
templates/core

View file

@ -468,6 +468,7 @@
forum_prefix: "For anything public, please try "
forum_page: "our forum"
forum_suffix: " instead."
where_reply: "Where should we reply?"
send: "Send Feedback"
contact_candidate: "Contact Candidate" # Deprecated
recruitment_reminder: "Use this form to reach out to candidates you are interested in interviewing. Remember that CodeCombat charges 15% of first-year salary. The fee is due upon hiring the employee and is refundable for 90 days if the employee does not remain employed. Part time, remote, and contract employees are free, as are interns." # Deprecated

View file

@ -16,7 +16,7 @@ block modal-body-content
.form
.form-group
label.control-label(for="contact-email", data-i18n="general.email") Email
input#contact-email.form-control(name="email", type="email", value="#{me.get('anonymous') ? '' : me.get('email')}", placeholder="Where should we reply?")
input#contact-email.form-control(name="email", type="email", value="#{me.get('anonymous') ? '' : me.get('email')}", data-i18n="[placeholder]contact.where_reply", placeholder="Where should we reply?")
.form-group
label.control-label(for="contact-message", data-i18n="general.message") Message
textarea#contact-message.form-control(name="message", rows=8)