mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ValueFormats: Add support for Turkish Lira (₺) (#70662)
chore(valueFormats): Turkish Lira (₺) Support add #70660
This commit is contained in:
@@ -440,6 +440,10 @@
|
||||
{
|
||||
"text": "Vietnamese Dong (VND)",
|
||||
"value": "currencyVND"
|
||||
},
|
||||
{
|
||||
"text": "Turkish Lira (₺)",
|
||||
"value": "currencyTRY"
|
||||
}
|
||||
],
|
||||
"text": "currency"
|
||||
|
||||
@@ -440,6 +440,10 @@
|
||||
{
|
||||
"text": "Vietnamese Dong (VND)",
|
||||
"value": "currencyVND"
|
||||
},
|
||||
{
|
||||
"text": "Turkish Lira (₺)",
|
||||
"value": "currencyTRY"
|
||||
}
|
||||
],
|
||||
"text": "currency"
|
||||
|
||||
Reference in New Issue
Block a user