mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-04 22:18:12 +00:00
chore: added outdated data indicator
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export const getRegionNameById = (id: string) => {
|
||||
switch (id) {
|
||||
case 'eu':
|
||||
return 'PL1';
|
||||
|
||||
case 'cae':
|
||||
return 'PL2';
|
||||
|
||||
case 'us':
|
||||
return 'CZE';
|
||||
|
||||
case 'usw':
|
||||
return 'DE';
|
||||
|
||||
case 'ru':
|
||||
return 'ENG';
|
||||
|
||||
default:
|
||||
return 'PL1';
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user