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

@ -13,9 +13,9 @@
</head>
<body>
<div class="center message">
<h1>This page doesn't exist!</h1>
<h1><?php echo i18n('This_page_doesnt_exist');?></h1>
<p>Would you like to try our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
<p><?php echo i18n('Would_you_like_to_try_our');?> <a href="<?php echo site_url() ?>"><?php echo i18n('homepage');?></a> <?php echo i18n('instead');?> ?</p>
</div>
</body>
</html>