Skip to content

Instantly share code, notes, and snippets.

@edison
Created September 8, 2012 20:23
Show Gist options
  • Save edison/3679430 to your computer and use it in GitHub Desktop.
Save edison/3679430 to your computer and use it in GitHub Desktop.
localicazao

Estrutura do arquivo .yml de localizacao:

  pt:
    produtos:
      cadastro:
        salvar: Salvar produto

Utilizando o helper t para traduzir nas views:

  <%= t('produtos.cadastro.salvar') %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment