Update locales
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user