Update locales

This commit is contained in:
dragongoose
2023-09-25 17:33:53 -04:00
parent bad5529d84
commit 5725e84fc7
3 changed files with 20 additions and 4 deletions

View File

@ -77,6 +77,13 @@ export default {
</li>
</ul>
<h1 class="font-bold text-3xl mt-2">{{ $t("nav.theme") }}</h1>
<hr class="my-2" />
<ul>
<li v-for="theme in themeList" :key="theme.name">
{{ theme.name }}</li>
</ul>
<div class="space-x-2 mt-3">
<button @click="save" class="bg-surface0 p-4 py-2 rounded-md">{{ $t('settings.saveButton') }}</button>
<!-- <button @click="download" class="bg-surface0 p-4 py-2 rounded-md">Export</button>