Skip to content

Commit

Permalink
Added currency symbol for Turkish lira
Browse files Browse the repository at this point in the history
  • Loading branch information
altruity committed Jan 26, 2025
1 parent d4cbc62 commit 3c247f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/utils/src/defaults/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,9 +946,9 @@ export const defaultCurrencies: Record<string, Currency> = {
name_plural: "Tongan paʻanga",
},
TRY: {
symbol: "TL",
symbol: "",
name: "Turkish Lira",
symbol_native: "TL",
symbol_native: "",
decimal_digits: 2,
rounding: 0,
code: "TRY",
Expand Down

0 comments on commit 3c247f9

Please sign in to comment.