标准化语言项

This commit is contained in:
joyqi
2013-12-13 15:32:49 +08:00
parent fd597d5174
commit 718f36caa3
16 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<div id="comments">
<?php $this->comments()->to($comments); ?>
<?php if ($comments->have()): ?>
<h3><?php $this->commentsNum(_t('暂无评论'), _t('仅有 1 条评论'), _t('已有 %d 条评论')); ?></h3>
<h3><?php $this->commentsNum(_t('暂无评论'), _t('仅有条评论'), _t('已有 %d 条评论')); ?></h3>
<?php $comments->listComments(); ?>