giant robots smashing into other giant robots

We are thoughtbot, a web design and development agency in Boston, MA.

Tagged:

Comments (View)

International clearance

Japan vs. Netherlands in FIFA playIn May, Timur Vafin, Marcel Goerner, and Eugene Bolshakov helped make Clearance i18n-aware.

Baxter, you know I don’t speak Spanish

Why should you care?

Even if your language is English, this means you can control all of Clearance’s flash keys and email subjects from one YAML file.

Pretty sweet! Thanks for the patches, fellas.

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:
        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.