Skip to content

Commit

Permalink
Added currency symbol for Turkish lira (#11150)
Browse files Browse the repository at this point in the history
  • Loading branch information
altruity authored Jan 27, 2025
1 parent 84fe325 commit 956a50e
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 956a50e

Please sign in to comment.