added language support - updated keys (pt_BR and en_US completed - others langs was added keys in english version needed translation

This commit is contained in:
Fabiano Santos 2021-03-09 13:32:57 -03:00
commit cb53e6c087
40 changed files with 1007 additions and 198 deletions

View file

@ -1,6 +1,6 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<?php echo '<h2>' . i18n('Your_recent_posts') . '</h2>';?>
<br>
<a class="btn btn-primary right" href="<?php echo site_url();?>admin/content">Add new post</a>
<a class="btn btn-primary right" href="<?php echo site_url();?>admin/content"><?php echo i18n('Add_content');?></a>
<br><br>
<?php get_user_posts();?>