Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingues committed Dec 29, 2015
1 parent dff971a commit 0c3ee9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
en:
activerecord:
attributes:
spree/user:
spree/user: &user
cpf: CPF
date_of_birth: Date Of Birth
spree:
date_picker:
js_mask: 0000/00/00
format: '%Y/%m/%d'
cpf: CPF
date_of_birth: Date Of Birth
<<: *user
9 changes: 7 additions & 2 deletions config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
pt-BR:
activerecord:
attributes:
spree/address:
spree/address: &address
number: Número
district: Bairro
spree/user:
spree/user: &user
cpf: CPF
date_of_birth: Data de Nascimento
phone: Telefone
first_name: Nome
last_name: Sobrenome
spree:
date_picker:
js_mask: 00/00/0000
format: '%d/%m/%Y'
full_name: Nome Completo
<<: *user
<<: *address

0 comments on commit 0c3ee9a

Please sign in to comment.