🌐 translated more strings

This commit is contained in:
Mawoka
2022-04-26 18:17:26 +02:00
parent bb2ac7894d
commit 352eb39283
9 changed files with 62 additions and 38 deletions
+3 -1
View File
@@ -10,6 +10,8 @@
</script>
<script lang="ts">
import { getLocalization } from '$lib/i18n';
const { t } = getLocalization();
const getData = async () => {
const response = await fetch('/api/v1/search/', {
method: 'POST',
@@ -55,7 +57,7 @@
<p class="mt-2 text-gray-600">{quiz.description}</p>
</div>
<div class="flex mt-4">
<span>Made by {quiz.user}</span>
<span>{$t('explore_page.made_by')} {quiz.user}</span>
</div>
</div>
</a>