1 2 3 4 5 6
<script lang="ts"> import { _ } from 'svelte-i18n'; </script> <h1>{$_('home.title')}</h1> <p>{$_('home.content')}</p>