aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/tagged.html.erb
diff options
context:
space:
mode:
authorGuirec CORBEL <dougui_bzh@hotmail.com>2011-05-29 14:34:53 -0400
committerGuirec CORBEL <dougui_bzh@hotmail.com>2011-05-29 14:34:53 -0400
commit0310b489542106e6bcb5d8db6327af86daeddb5b (patch)
tree36b28233a6c358a2ecd0c676b479ee892b8b6c59 /app/views/blog/posts/tagged.html.erb
parent3a5d3f56f3446704e1e5c1564011d88e257af97c (diff)
downloadrefinerycms-blog-0310b489542106e6bcb5d8db6327af86daeddb5b.tar.gz
refinerycms-blog-0310b489542106e6bcb5d8db6327af86daeddb5b.tar.bz2
refinerycms-blog-0310b489542106e6bcb5d8db6327af86daeddb5b.zip
add some options for translation and translate in french
Diffstat (limited to 'app/views/blog/posts/tagged.html.erb')
-rw-r--r--app/views/blog/posts/tagged.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog/posts/tagged.html.erb b/app/views/blog/posts/tagged.html.erb
index 29de791..904150f 100644
--- a/app/views/blog/posts/tagged.html.erb
+++ b/app/views/blog/posts/tagged.html.erb
@@ -1,4 +1,4 @@
-<% content_for :body_content_title, "Posts tagged &#8220;#{@tag_name.titleize}&#8221;".html_safe -%>
+<% content_for :body_content_title, "#{t('.posts_tagged')} &#8220;#{@tag_name.titleize}&#8221;".html_safe -%>
<% content_for :body_content_left do %>
<% if @blog_posts.any? %>