🌐 Added more string to translate

This commit is contained in:
Mawoka
2022-07-10 22:24:29 +02:00
parent 54e13077f7
commit af88ae0caf
4 changed files with 23 additions and 7 deletions
@@ -8,6 +8,9 @@
import { fade } from 'svelte/transition';
import { reach } from 'yup';
import { ABCDQuestionSchema } from '$lib/yupSchemas';
import { getLocalization } from '$lib/i18n';
const { t } = getLocalization();
const empty_answer: Answer = {
right: false,
@@ -91,7 +94,7 @@
];
}}
>
<span class="italic text-center">Add an answer</span>
<span class="italic text-center">{$t('editor_page.add_an_answer')}</span>
</button>
{/if}
</div>