Vulcan/packages/nova-posts/lib/client/templates/modules/post_info.js

5 lines
134 B
JavaScript

Template.post_info.helpers({
pointsUnitDisplayText: function(){
return this.upvotes === 1 ? __('point') : __('points');
}
});