mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Currency: Add Malaysian Ringgit (RM) (#74073)
* Currency: Add Malaysian Ringgit (RM) * Removed formatting
This commit is contained in:
@@ -444,6 +444,10 @@
|
||||
{
|
||||
"text": "Turkish Lira (₺)",
|
||||
"value": "currencyTRY"
|
||||
},
|
||||
{
|
||||
"text": "Malaysian Ringgit (RM)",
|
||||
"value": "currencyMYR"
|
||||
}
|
||||
],
|
||||
"text": "currency"
|
||||
@@ -1599,6 +1603,10 @@
|
||||
{
|
||||
"text": "Vietnamese Dong (VND)",
|
||||
"value": "currencyVND"
|
||||
},
|
||||
{
|
||||
"text": "Malaysian Ringgit (RM)",
|
||||
"value": "currencyMYR"
|
||||
}
|
||||
],
|
||||
"text": "currency"
|
||||
@@ -2690,6 +2698,10 @@
|
||||
{
|
||||
"text": "Vietnamese Dong (VND)",
|
||||
"value": "currencyVND"
|
||||
},
|
||||
{
|
||||
"text": "Malaysian Ringgit (RM)",
|
||||
"value": "currencyMYR"
|
||||
}
|
||||
],
|
||||
"text": "currency"
|
||||
|
||||
Reference in New Issue
Block a user