Fixes for use gettext in paramecio, deprecating old language system

This commit is contained in:
absurdo 2023-12-17 22:16:09 +01:00
parent fc15bd74bb
commit 2ba2ac6d37
11 changed files with 66 additions and 34 deletions

View file

@ -1,9 +1,9 @@
<%inherit file="dashboard.phtml"/>
<%block name="content">
<div class="title">
Welcome to Paramecio Admin
${_('Welcome to Paramecio Admin')}
</div>
<div class="cont">
From here you can admin your site
${_('From here you can admin your site')}
</div>
</%block>