-
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audited all flashes for internationalization. saw failures for every …
…flash & email eubject when locales/en.yml was altered.
- Loading branch information
Dan Croak
committed
May 17, 2009
1 parent
ca16aa9
commit be7d139
Showing
5 changed files
with
14 additions
and
17 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
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
en: | ||
clearance: | ||
clearance: | ||
models: | ||
clearance_mailer: | ||
change_password: Change your password | ||
confirmation: Account confirmation | ||
change_password: Change your password | ||
confirmation: Account confirmation | ||
controllers: | ||
confirmations: | ||
confirmations: | ||
confirmed_email: Confirmed email and signed in. | ||
passwords: | ||
passwords: | ||
deliver_change_password: You will receive an email within the next few minutes. It contains instructions for changing your password. | ||
unknown_email: Unknown email | ||
unknown_email: Unknown email. | ||
sessions: | ||
bad_email_or_password: Bad email or password. | ||
unconfirmed_email: User has not confirmed email. Confirmation email will be resent. | ||
users: | ||
deliver_confirmation: You will receive an email within the next few minutes. It contains instructions for confirming your account. | ||
signed_in: Signed in | ||
signed_out: Signed out | ||
signed_in: Signed in. | ||
signed_out: Signed out. |
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
Did you really meant to switch back to flash without :scope or is it a mistake?