mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36: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
|
|
@ -31,13 +31,13 @@
|
|||
<a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fa fa-bars"></i></a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-sm-inline-block">
|
||||
<a href="<?php echo site_url();?>" class="nav-link">Home</a>
|
||||
<a href="<?php echo site_url();?>" class="nav-link"><i class="fa fa-globe"></i> <?php echo i18n('Home')?></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- SEARCH FORM -->
|
||||
<form class="form-inline ml-3">
|
||||
<input type="search" name="search" class="form-control" placeholder="Type to search">
|
||||
<input type="search" name="search" class="form-control" placeholder="<?php echo i18n('Type_to_search')?>">
|
||||
</form>
|
||||
|
||||
|
||||
|
|
@ -274,7 +274,7 @@
|
|||
<footer class="main-footer">
|
||||
<!-- To the right -->
|
||||
<div class="float-right d-none d-sm-inline">
|
||||
<small>Admin panel style based on <a rel="nofollow" target="_blank" href="https://github.com/ColorlibHQ/AdminLTE">AdminLTE</a></small>
|
||||
<small><?php echo i18n('Admin_panel_style_based_on');?> <a rel="nofollow" target="_blank" href="https://github.com/ColorlibHQ/AdminLTE">AdminLTE</a></small>
|
||||
</div>
|
||||
<!-- Default to the left -->
|
||||
<?php echo i18n('Proudly_powered_by');?> <a href="https://www.htmly.com" target="_blank">HTMLy</a>
|
||||
|
|
@ -290,14 +290,14 @@
|
|||
<!-- /.login-logo -->
|
||||
<div class="card">
|
||||
<div class="card-body login-card-body">
|
||||
<p class="login-box-msg">Sign in to start your session</p>
|
||||
<p class="login-box-msg"><?php echo i18n('Sign_in_to_start_your_session');?></p>
|
||||
<?php echo content();?>
|
||||
</div>
|
||||
<!-- /.login-card-body -->
|
||||
</div>
|
||||
<span><a href="<?php echo site_url();?>"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/>
|
||||
</svg> Back to <?php echo blog_title();?></a></span>
|
||||
</svg> <?php echo i18n('Back_to'); ?> <?php echo blog_title();?></a></span>
|
||||
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue