chore: added loading locale from browser data

This commit is contained in:
2025-07-01 16:20:25 +02:00
parent 519665697b
commit e298a17ab7
3 changed files with 101 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@ import {
export const useStore = defineStore('store', {
state: () => {
return {
currentAppLocale: 'pl',
helperModalOpen: false,
orderDarkMode: false,