🌐 Added translations
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -239,6 +239,7 @@
|
||||
</div>
|
||||
{:else}
|
||||
<p>
|
||||
<!-- TODO: Add translation -->
|
||||
Looks like you don't have any quizzes. Wanna change that? Click the
|
||||
"Create"-button, or import a quiz from KAHOOT!
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user