Fixes in language for use gettext

This commit is contained in:
Antonio de la Rosa 2024-04-03 18:31:28 +02:00
parent 6ac7e7598a
commit 283d5249dc
7 changed files with 158 additions and 64 deletions

View file

@ -0,0 +1,8 @@
<%inherit file="dashboard.phtml"/>
<%block name="content">
<p><a href="${url_for('admin_app.pastafari2_tasks')}">${lang('pastafari2', 'log_task', 'Log task')}</a> &gt;&gt ${lang('pastafari2', 'task', 'Task')}</p>
${contents|n}
</%block>
<%block name="jscript_block">
</%block>