mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
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:
parent
c08e4d51ca
commit
cb53e6c087
40 changed files with 1007 additions and 198 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue