forked from RefugeRestrooms/refugerestrooms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contact page: Make translation-ready
* Updates `app/views/contacts/new.html.haml` to evaluate translation strings * Add translation strings in `config/locales/contacts.en.yml` * Also updates `config/locales/simple_form.en.yml` to translate input forms on Contact page * Difficult to make "Thank you for contacting us" page translation-ready, so ignored that for now.
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
en: | ||
contacts: | ||
new: | ||
request-edit: 'Request Edit for #{@contact.restroom_name} Restroom' | ||
contact-title: 'Contact' | ||
leave-this-field-blank: 'Leave this field blank!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters