8627-devToTest #1421

Merged
alexm merged 768 commits from 8627-devToTest into test 2025-02-18 12:37:37 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 64a52e0183 - Show all commits

View File

@ -1,11 +1,13 @@
<script setup>
import { Dark, Quasar } from 'quasar';
import { computed } from 'vue';
import { computed, onMounted } from 'vue';
import { useI18n } from 'vue-i18n';
import { localeEquivalence } from 'src/i18n/index';
import quasarLang from 'src/utils/quasarLang';
import constants from 'src/boot/defaults/constants.js';
const { t, locale } = useI18n();
const langs = constants.langs;
const userLocale = computed({
get() {
return locale.value;