diff options
author | Sencar TOSUN <siberaktif@gmail.com> | 2017-01-29 13:53:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-29 13:53:50 +0200 |
commit | 163713b4efc9dd268295debd0252c073a7fe4864 (patch) | |
tree | a87dc2dcae8b254c8ffb59abd755849dc32d74a4 /app | |
parent | 157463a578c286459327764403536f57c4fc751b (diff) |
Update CurrencyModel.php
Diffstat (limited to 'app')
-rw-r--r-- | app/Model/CurrencyModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index bfd9697c..a097cb34 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -42,6 +42,7 @@ class CurrencyModel extends Base 'NOK' => t('NOK - Norwegian Krone'), 'BAM' => t('BAM - Konvertible Mark'), 'RUB' => t('RUB - Russian Ruble'), + 'TRL' => t('TRL - Turkish Lira'), ); } |