From 4010fdd183ee977d272d230d3042598bca719821 Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 13 Aug 2015 21:17:56 +0200 Subject: [PATCH] translations --- app/views/authors/_authors.html.erb | 2 +- app/views/authors/_index.html.erb | 4 ++-- app/views/authors/_titles.html.erb | 2 +- app/views/series/_index.html.erb | 6 +++--- app/views/series/show.html.erb | 4 ++-- config/locales/en.yml | 18 ++++++++++++++++++ config/locales/fr.yml | 17 +++++++++++++++++ 7 files changed, 44 insertions(+), 9 deletions(-) diff --git a/app/views/authors/_authors.html.erb b/app/views/authors/_authors.html.erb index 66b5806..4893ed3 100644 --- a/app/views/authors/_authors.html.erb +++ b/app/views/authors/_authors.html.erb @@ -1,4 +1,4 @@ -

<%= pluralize(@authors.count, "co-author") %>

+

<%= t(:author_coauthor, count: @authors.count) %>