Skip to content

Commit c9e06a4

Browse files
committed
Added Philippine Peso
1 parent 10d2f4e commit c9e06a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/script.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ const SUPPORTED_CURRENCIES = {
237237
SEK: { locale: 'sv-SE', symbol: 'kr' },
238238
NOK: { locale: 'nb-NO', symbol: 'kr' },
239239
DKK: { locale: 'da-DK', symbol: 'kr' },
240-
IDR: { locale: 'id-ID', symbol: 'Rp' }
240+
IDR: { locale: 'id-ID', symbol: 'Rp' },
241+
PHP: { locale: 'fil-PH', symbol: '₱' }
241242
};
242243

243244
let currentCurrency = 'USD'; // Default currency
@@ -707,4 +708,4 @@ document.addEventListener('DOMContentLoaded', () => {
707708
initModalHandling();
708709
initMainPage();
709710
updateInstanceName();
710-
});
711+
});

0 commit comments

Comments
 (0)