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