We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10d2f4e + c9e06a4 commit 0c758cfCopy full SHA for 0c758cf
public/script.js
@@ -237,7 +237,8 @@ const SUPPORTED_CURRENCIES = {
237
SEK: { locale: 'sv-SE', symbol: 'kr' },
238
NOK: { locale: 'nb-NO', symbol: 'kr' },
239
DKK: { locale: 'da-DK', symbol: 'kr' },
240
- IDR: { locale: 'id-ID', symbol: 'Rp' }
+ IDR: { locale: 'id-ID', symbol: 'Rp' },
241
+ PHP: { locale: 'fil-PH', symbol: '₱' }
242
};
243
244
let currentCurrency = 'USD'; // Default currency
@@ -707,4 +708,4 @@ document.addEventListener('DOMContentLoaded', () => {
707
708
initModalHandling();
709
initMainPage();
710
updateInstanceName();
-});
711
+});
0 commit comments