kemalmuderrisoglu commented on issue #3972: URL: https://github.com/apache/superset/issues/3972#issuecomment-3280048763
Hi, Is there any way to add new currency? I'm trying to add my local currency with currency sign. (TRY : ₺) According to the research from internet I found a way with editing files like below: **setupFormatters.ts** `.registerValue( 'CURRENCY_TRY', getNumberFormatter('₺,.2f'), )` **D3Formatting.ts** `['CURRENCY_TRY', '₺ (12.345,00)'],` Now I can select it from the number format list in Superset, but it still gives an error: `55 (Invalid format: ₺,.2f)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org