Translate fix + debug
This commit is contained in:
parent
204a4b6b1e
commit
ae970682ba
6 changed files with 10 additions and 56 deletions
|
|
@ -13,6 +13,8 @@
|
|||
<div id="nav">
|
||||
<?=$this->navigation()->menu() ?>
|
||||
<span class="float-right">
|
||||
<a href="<?=$this->baseUrl() ?>/sv">sv</a>
|
||||
<a href="<?=$this->baseUrl() ?>/en">en</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Do nothing!
|
||||
|
||||
<p>Translated: <?=$this->translate('uw:example', 'home', 'about', true) ?></p>
|
||||
<form>
|
||||
<fieldset>
|
||||
<label for="t1">Text</label>
|
||||
|
|
|
|||
Reference in a new issue