7 lines
180 B
Svelte
7 lines
180 B
Svelte
<script>
|
|
import { t } from '../translations.svelte.js';
|
|
</script>
|
|
|
|
<footer>
|
|
{@html t('advertisement',{producer:'<a href="https://srsoftware.de">SRSoftware</a>'})}
|
|
</footer> |