adds missing i18n on activerecord

This commit is contained in:
decabeza
2017-10-20 16:00:03 +02:00
parent 90067814e4
commit b7b0651ccb
2 changed files with 12 additions and 0 deletions

View File

@@ -31,6 +31,12 @@ en:
administrator:
one: "Administrator"
other: "Administrators"
valuator:
one: "Evaluador"
other: "Evaluadores"
manager:
one: "Manager"
other: "Managers"
vote:
one: "Vote"
other: "Votes"

View File

@@ -31,6 +31,12 @@ es:
administrator:
one: "Administrador"
other: "Administradores"
valuator:
one: "Evaluador"
other: "Evaluadores"
manager:
one: "Gestor"
other: "Gestores"
vote:
one: "Voto"
other: "Votos"