diff options
| author | Marak <[email protected]> | 2020-08-25 22:29:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-25 22:29:09 -0500 |
| commit | 6c2a651a0dadaa75e92fe56a0bf62f065f9773fe (patch) | |
| tree | 2a79cbd665ac679c4480dfa6d395b1d8b0c36511 /lib | |
| parent | 389eca9a1bc287881849bebe4f9956bc9513fffb (diff) | |
| parent | 3932e0d8d23f24bf835401913f5c032c1d5d4561 (diff) | |
| download | faker-6c2a651a0dadaa75e92fe56a0bf62f065f9773fe.tar.xz faker-6c2a651a0dadaa75e92fe56a0bf62f065f9773fe.zip | |
Merge pull request #731 from scokmen/master
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 3725618f..826ec74d 100644 --- a/lib/locales/en/finance/currency.js +++ b/lib/locales/en/finance/currency.js @@ -549,7 +549,7 @@ module["exports"] = { }, "Turkish Lira": { "code": "TRY", - "symbol": "TL" + "symbol": "₺" }, "Trinidad and Tobago Dollar": { "code": "TTD", |
