diff options
| author | Soner Çökmen <[email protected]> | 2018-11-23 04:14:47 +0300 |
|---|---|---|
| committer | Soner Çökmen <[email protected]> | 2018-11-23 04:14:47 +0300 |
| commit | 3932e0d8d23f24bf835401913f5c032c1d5d4561 (patch) | |
| tree | 06c698a8b630939cbd83e20c4e8ca1139d754495 /lib | |
| parent | d3ce6f1a2a9359574e7f31f14d4901648047c45a (diff) | |
| download | faker-3932e0d8d23f24bf835401913f5c032c1d5d4561.tar.xz faker-3932e0d8d23f24bf835401913f5c032c1d5d4561.zip | |
Update currency symbol of turkish lira
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en/finance/currency.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/en/finance/currency.js b/lib/locales/en/finance/currency.js index 442d937c..e4625930 100644 --- a/lib/locales/en/finance/currency.js +++ b/lib/locales/en/finance/currency.js @@ -541,7 +541,7 @@ module["exports"] = { }, "Turkish Lira": { "code": "TRY", - "symbol": "TL" + "symbol": "₺" }, "Trinidad and Tobago Dollar": { "code": "TTD", |
