More readable way to include HTML in translated strings
This commit is contained in:
parent
bdf5554430
commit
de74808459
7 changed files with 21 additions and 19 deletions
|
@ -1,18 +1,12 @@
|
|||
</div>
|
||||
<footer class="small-font">
|
||||
<div class="footer_wrapper">
|
||||
{$dev="<a rel='author' target='blank'
|
||||
href='https://rudloff.pro/'>
|
||||
Pierre Rudloff
|
||||
</a>"}
|
||||
{include file='snippets/dev.tpl' assign=dev}
|
||||
{t params=['@dev'=>$dev]}Code by @dev{/t}
|
||||
|
||||
·
|
||||
|
||||
{$designer="<a rel='author' target='blank'
|
||||
href='https://ographik.fr/'>
|
||||
Olivier Haquette
|
||||
</a>"}
|
||||
{include file='snippets/designer.tpl' assign=designer}
|
||||
{t params=['@designer' => $designer]}Design by @designer{/t}
|
||||
|
||||
·
|
||||
|
@ -23,9 +17,7 @@
|
|||
|
||||
·
|
||||
|
||||
{$youtubedl="<a href='https://ytdl-org.github.io/youtube-dl/'>
|
||||
youtube-dl
|
||||
</a>"}
|
||||
{include file='snippets/youtubedl.tpl' assign=youtubedl}
|
||||
{t params=['@youtubedl'=>$youtubedl]}Based on @youtubedl{/t}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue