[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
Generated
+5838
-4225
File diff suppressed because it is too large
Load Diff
@@ -105,7 +105,7 @@
|
|||||||
{#if captcha_selected}
|
{#if captcha_selected}
|
||||||
<div class="flex justify-center mt-2" in:fade>
|
<div class="flex justify-center mt-2" in:fade>
|
||||||
<p class="w-1/3">
|
<p class="w-1/3">
|
||||||
{$t("start_game.captcha_message")}
|
{$t('start_game.captcha_message')}
|
||||||
</p>
|
</p>
|
||||||
<!-- Todo: Add translation -->
|
<!-- Todo: Add translation -->
|
||||||
</div>
|
</div>
|
||||||
@@ -119,9 +119,9 @@
|
|||||||
selected_game_mode = 'kahoot';
|
selected_game_mode = 'kahoot';
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<h2 class="text-center text-2xl">{$t("words.normal")}</h2>
|
<h2 class="text-center text-2xl">{$t('words.normal')}</h2>
|
||||||
<p>
|
<p>
|
||||||
{$t("start_game.normal_mode_description")}
|
{$t('start_game.normal_mode_description')}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@@ -131,14 +131,14 @@
|
|||||||
selected_game_mode = 'normal';
|
selected_game_mode = 'normal';
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<h2 class="text-center text-2xl">{$t("start_game.old_school_mode")}</h2>
|
<h2 class="text-center text-2xl">{$t('start_game.old_school_mode')}</h2>
|
||||||
<p>
|
<p>
|
||||||
{$t("start_game.old_school_mode_description")}
|
{$t('start_game.old_school_mode_description')}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center items-center my-auto">
|
<div class="flex justify-center items-center my-auto">
|
||||||
<label class="mr-4">{$t("result_page.custom_field")}</label>
|
<label class="mr-4">{$t('result_page.custom_field')}</label>
|
||||||
<input
|
<input
|
||||||
bind:value={custom_field}
|
bind:value={custom_field}
|
||||||
class="rounded-lg p-2 outline-none placeholder:italic"
|
class="rounded-lg p-2 outline-none placeholder:italic"
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
{#if loading}
|
{#if loading}
|
||||||
<Spinner my_20={false} />
|
<Spinner my_20={false} />
|
||||||
{:else}
|
{:else}
|
||||||
{$t("start_game.start_game")}
|
{$t('start_game.start_game')}
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user