🌐 Added translations

This commit is contained in:
Mawoka
2022-04-28 18:02:36 +02:00
parent 0a8a6cefd6
commit 24086a1ce0
3 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -49,9 +49,7 @@
<h1 class="sm:text-6xl text-4xl">{$t('words.stats')}</h1>
<p class="text-xl pt-4">
{#await getStats() then stats}
There are already <span class="underline">{stats.user_count}</span> users and
<!-- TODO: Add translation -->
<span class="underline">{stats.quiz_count}</span> quizzes on ClassQuiz.
{$t('index_page.stats', { user_count: stats.user_count, quiz_count: stats.quiz_count })}
{/await}
</p>
</div>