Skip to content

Instantly share code, notes, and snippets.

@lucasdavila
Created November 20, 2012 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasdavila/4120607 to your computer and use it in GitHub Desktop.
Save lucasdavila/4120607 to your computer and use it in GitHub Desktop.
i18n for simple_form labels and placeholders
# rails_app/config/locales/pt-BR.yml
'pt-BR':
simple_form:
labels:
form_name:
name: 'Nome'
city: 'Cidade'
placeholders:
form_name:
name: 'Escreva seu nome aqui...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment