Add translations for active record models
Fix i18n spec Add i18n activerecord files Fix activerecord first name and last name labels
This commit is contained in:
committed by
Juanjo Bazán
parent
d96f1697dc
commit
85e3e4439c
22
config/locales/activerecord.en.yml
Normal file
22
config/locales/activerecord.en.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
en:
|
||||
activerecord:
|
||||
models:
|
||||
comment: Comment
|
||||
debate: Debate
|
||||
user: User
|
||||
vote: Vote
|
||||
attributes:
|
||||
comment:
|
||||
body: Comment
|
||||
user: User
|
||||
debate:
|
||||
author: Author
|
||||
description: Opinion
|
||||
terms_of_service: Terms of service
|
||||
title: Title
|
||||
user:
|
||||
email: Email
|
||||
first_name: "First name"
|
||||
last_name: "Last name"
|
||||
nickname: Nickname
|
||||
password: Password
|
||||
Reference in New Issue
Block a user