NEW Add translation support for blog post authors profile summary heading

This commit is contained in:
Robbie Averill 2018-04-06 10:23:22 +12:00
parent 86c0f56620
commit 9d26cff23d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<% include SilverStripe\\Blog\\MemberDetails %>
<% if $PaginatedList.Exists %>
<h2>Posts by $CurrentProfile.FirstName $CurrentProfile.Surname for $Title:</h2>
<h2><%t SilverStripe\\Blog\\Model\\Blog.PostsByUser 'Posts by {firstname} {surname} for {title}' firstname=$CurrentProfile.FirstName surname=$CurrentProfile.Surname title=$Title %></h2>
<% loop $PaginatedList %>
<% include SilverStripe\\Blog\\PostSummary %>
<% end_loop %>