mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-04 22:18:12 +00:00
feat/restruct: saving timetables to local storage
This commit is contained in:
@@ -19,3 +19,11 @@ export const getRegionNameById = (id: string) => {
|
||||
return 'PL1';
|
||||
}
|
||||
};
|
||||
|
||||
export const unitNameCorrections: Record<string, string> = {
|
||||
'2EN57': 'EN57',
|
||||
'201E': 'ET22',
|
||||
'4E': 'EU07',
|
||||
M62: 'ST44',
|
||||
CTLR4C: 'ST44',
|
||||
};
|
||||
Reference in New Issue
Block a user