adding counter_cache to comments children and WIPing on the issue

This commit is contained in:
David Gil
2015-08-11 18:43:53 +02:00
parent e880cb4f1a
commit 19ef481917
10 changed files with 66 additions and 23 deletions

View File

@@ -21,8 +21,14 @@ en:
debate: Debate
vote: vote
votes: votes
comment: Comment
comments: Comments
comments:
zero: No comments
one: 1 Comment
other: "%{count} Comments"
responses:
zero: No Responses
one: 1 Response
other: "%{count} Responses"
form:
error: error
errors: errors
@@ -36,8 +42,11 @@ en:
accept_terms: I accept the privacy policy and the legal terms
show:
back_link: Back
comment: Comment
comments: Comments
comments_title: Comments
comments:
zero: No comments
one: 1 Comment
other: "%{count} Comments"
leave_comment: Write a comment
login_to_comment: Log in to participate
edit_debate_link: Edit

View File

@@ -21,8 +21,14 @@ es:
debate: Debate
vote: voto
votes: votos
comment: Comentario
comments: Comentarios
comments:
zero: Sin comentarios
one: 1 Comentario
other: "%{count} Comentarios"
responses:
zero: Sin respuestas
one: 1 Respuesta
other: "%{count} Respuestas"
form:
error: error
errors: errores
@@ -36,8 +42,11 @@ es:
accept_terms: Acepto la política de privacidad y el aviso legal
show:
back_link: Volver
comment: Comentario
comments: Comentarios
comments_title: Comentarios
comments:
zero: Sin comentarios
one: 1 Comentario
other: "%{count} Comentarios"
leave_comment: Deja tu comentario
login_to_comment: Entra para participar
edit_debate_link: Editar
@@ -108,5 +117,3 @@ es:
all: "No tienes permiso para borrar %{subject}"
manage:
all: "No tienes permiso para realizar la acción '%{action}' sobre %{subject}."