mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
refactor: globalized current locale, translation improvements
This commit is contained in:
@@ -32,7 +32,8 @@ export const useMainStore = defineStore('mainStore', {
|
||||
|
||||
chosenModalTrainId: undefined,
|
||||
|
||||
modalLastClickedTarget: null
|
||||
modalLastClickedTarget: null,
|
||||
currentLocale: 'pl'
|
||||
}) as MainStoreState,
|
||||
|
||||
getters: {
|
||||
|
||||
Reference in New Issue
Block a user