init
This commit is contained in:
7
worklenz-frontend/src/utils/timeZoneCurrencyMap.ts
Normal file
7
worklenz-frontend/src/utils/timeZoneCurrencyMap.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const timeZoneCurrencyMap: { [key: string]: string } = {
|
||||
'America/New_York': 'USD', // United States Dollar
|
||||
'Europe/London': 'GBP', // British Pound
|
||||
'Asia/Tokyo': 'JPY', // Japanese Yen
|
||||
'Asia/Colombo': 'Rs', // Sri Lankan Rupee
|
||||
'Asia/Kolkata': 'INR', // Indian Rupee
|
||||
};
|
||||
Reference in New Issue
Block a user