Commit e46b4396 by Sarina Canelake

Merge pull request #10416 from louyihua/underscore_ngettext

Fix underscore extraction error
parents 31e609ff c78b306a
<div class="discussion-response"></div> <div class="discussion-response"></div>
<a href="#" class="action-show-comments"> <a href="#" class="action-show-comments">
<% <%
var fmts = ngettext( var fmts = ngettext("Show Comment (%(num_comments)s)", "Show Comments (%(num_comments)s)", comments.length);
"Show Comment (%(num_comments)s)",
"Show Comments (%(num_comments)s)",
comments.length
);
print(interpolate(fmts, {num_comments: comments.length}, true)); print(interpolate(fmts, {num_comments: comments.length}, true));
%> %>
<i class="icon fa fa-caret-down"></i> <i class="icon fa fa-caret-down"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment