Skip to content

Commit

Permalink
fix(*): turkish lira symbol change (#1249)
Browse files Browse the repository at this point in the history
Co-authored-by: AZhalin <azhalin@alfabank.ru>
  • Loading branch information
AndreiZhalin and AZhalin committed Sep 28, 2021
1 parent 657a6ab commit e04df8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/currency-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export const CURRENCY_MAP = {
TWD: '\u004e\u0054\u0024',
THB: '\u0e3f',
TTD: '\u0054\u0054\u0024',
TRY: '\u20a4',
TRL: '\u20a4',
TRY: '\u20ba',
TRL: '\u20ba',
TVD: '\u0024',
UAH: '\u20b4',
GBP: '\u00a3',
Expand Down

0 comments on commit e04df8c

Please sign in to comment.