Merge pull request #647 from bttrx/i18n-for-'Views'

Update posts-list.html.php by @bttrx
This commit is contained in:
Dan 2023-12-07 08:16:44 +07:00 committed by GitHub
commit 449a95fe56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
<tr class="head">
<th><?php echo i18n('Title');?></th>
<th><?php echo i18n('Published');?></th><?php if (config("views.counter") == "true"): ?>
<th>Views</th><?php endif; ?>
<th><?php echo i18n('Views');?></th><?php endif; ?>
<th><?php echo i18n('Author');?></th>
<th><?php echo i18n('Category');?></th>
<th><?php echo i18n('Tags');?></th>
@ -48,4 +48,4 @@
<?php endif; ?>
<?php } else {
echo i18n('No_posts_found') . '!';
} ?>
} ?>