Browse Source

Added MYR (Malaysian Ringgit) with the symbol RM to the currency list

maziggy 2 months ago
parent
commit
60b17ea5d8
3 changed files with 2 additions and 1 deletions
  1. 1 0
      frontend/src/utils/currency.ts
  2. 0 0
      static/assets/index-DCHZw0ab.js
  3. 1 1
      static/index.html

+ 1 - 0
frontend/src/utils/currency.ts

@@ -19,6 +19,7 @@ const CURRENCY_SYMBOLS: Record<string, string> = {
   SGD: 'S$',
   SGD: 'S$',
   NZD: 'NZ$',
   NZD: 'NZ$',
   MXN: 'MX$',
   MXN: 'MX$',
+  MYR: 'RM',
   CZK: 'Kč',
   CZK: 'Kč',
   THB: '฿',
   THB: '฿',
   ZAR: 'R',
   ZAR: 'R',

File diff suppressed because it is too large
+ 0 - 0
static/assets/index-DCHZw0ab.js


+ 1 - 1
static/index.html

@@ -23,7 +23,7 @@
 
 
     <!-- Splash screens for iOS -->
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-p3ObkGK6.js"></script>
+    <script type="module" crossorigin src="/assets/index-DCHZw0ab.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-DfcIVNpM.css">
     <link rel="stylesheet" crossorigin href="/assets/index-DfcIVNpM.css">
   </head>
   </head>
   <body>
   <body>

Some files were not shown because too many files changed in this diff