chore: updated locales, expanded storage entry format

This commit is contained in:
2025-03-08 21:07:59 +01:00
parent 744804d445
commit 82a016dca7
6 changed files with 57 additions and 14 deletions
+2 -3
View File
@@ -9,6 +9,7 @@ import {
LocoGroupType,
WagonGroupType,
IVehicleData,
StorageStockEntry,
} from './types/common.types';
import { defineStore } from 'pinia';
import {
@@ -46,8 +47,6 @@ export const useStore = defineStore({
stockList: [] as IStock[],
cargoOptions: [] as any[][],
storageStockList: [] as IStock[][],
swapVehicles: false,
chosenStockListIndex: -1,
@@ -61,7 +60,7 @@ export const useStore = defineStore({
lastFocusedElement: null as HTMLElement | null,
storageStockData: {} as Record<string, string>,
storageStockData: {} as Record<string, StorageStockEntry>,
chosenStorageStockName: '',
compatibleSimulatorVersion: '2024.3.1',