Finish english translation, add icons to exercise groups on help page

This commit is contained in:
2025-07-05 13:39:01 +02:00
parent d75e91481f
commit 48c59936ec
20 changed files with 114 additions and 59 deletions

View File

@@ -67,7 +67,7 @@ filesStore.getStaticFolders()
v-if="filesStore.selectedFile != undefined && filesStore.selectedFile.name.endsWith('js')"
:model-value="filesStore.selectedFile.content"
variant="outlined"
label="Content"
:label="$t('misc.content')"
height="300"
rows="30"
/>
@@ -104,7 +104,7 @@ filesStore.getStaticFolders()
prepend-icon="mdi-web"
v-if="filesStore.selectedFile.copyright.url.length > 0"
>
<a :href="filesStore.selectedFile.copyright.url" target="_blank" >Quelle</a>
<a :href="filesStore.selectedFile.copyright.url" target="_blank" >{{ $t('misc.source') }}</a>
</v-list-item>
</template>
</v-list>