6 lines
94 B
Svelte
6 lines
94 B
Svelte
<script>
|
|
import { _, locale } from "svelte-i18n";
|
|
</script>
|
|
|
|
<div>$locale $_('hallo')</div>
|