Skip to content

Commit

Permalink
Added a yml file with strings in english so that localization could a…
Browse files Browse the repository at this point in the history
…ctually be tested

Signed-off-by: Dan Croak <dcroak@thoughtbot.com>
  • Loading branch information
eugenebolshakov authored and Dan Croak committed May 17, 2009
1 parent ac1e3ed commit 86f83b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/rails_root/config/locales/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
en:
clearance:
models:
clearance_mailer:
change_password: Change your password
confirmation: Account confirmation
controllers:
confirmations:
confirmed_email: Confirmed email and signed in.
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
sessions:
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

0 comments on commit 86f83b8

Please sign in to comment.