This commit is contained in:
2022-02-11 18:05:50 +00:00
parent 23502e1b35
commit 52916384b3
2 changed files with 24 additions and 7 deletions

View File

@@ -32,11 +32,25 @@
<span class="text-body-2">{{ locale().getResolvedLanguage() }}</span>
</div>
<div>
<span class="ml-6 text-body-1"
>{{ $ay.t("NativeDateTimeInput") }}:
</span>
<span class="text-body-2">{{
$store.state.nativeDateTimeInput
}}</span>
</div>
<div>
<span class="ml-6 text-body-1">{{ $ay.t("CurrencyCode") }}: </span>
<span class="text-body-2">{{ locale().getCurrencyName() }}</span>
</div>
<div>
<span class="ml-6 text-body-1">{{ $ay.t("DarkMode") }}: </span>
<span class="text-body-2">{{ $store.state.darkMode }}</span>
</div>
<v-divider class="mt-6"></v-divider>
<v-subheader>{{ $ay.t("Browser") }}</v-subheader>
<div v-for="(value, name) in browser" :key="name">