We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca2897 commit e30cb43Copy full SHA for e30cb43
src/includes/classes/utils-cur.inc.php
@@ -86,6 +86,7 @@ public static function symbol($currency = '')
86
$symbols['HKD'] = '$'; // Hong Kong Dollar
87
$symbols['HUF'] = 'Ft'; // Hungarian Forint
88
$symbols['ILS'] = '₪'; // Israeli New Sheqel
89
+ $symbols['INR'] = 'Rs'; // Indian Rupee
90
$symbols['JPY'] = '¥'; // Japanese Yen
91
$symbols['MYR'] = 'RM'; // Malaysian Ringgit
92
$symbols['MXN'] = '$'; // Mexican Peso
0 commit comments