diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 10:49:29 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 10:49:29 -0500 |
commit | 5c77612ffc8d681a9351dab180fd46463da2c5ad (patch) | |
tree | ad726b04d241bc95d33069bce193d804df322951 /app/Model/CurrencyModel.php | |
parent | 5365895d8b1cd4cfdedcff05e4e27e0d9f78d232 (diff) | |
parent | f6bcaed49d8037d4a469f796eb10bf61e7cdfe71 (diff) |
Solve conflicts for Turkish translation
Diffstat (limited to 'app/Model/CurrencyModel.php')
-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 6144ec90..55a5b2fe 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -43,6 +43,7 @@ class CurrencyModel extends Base 'BAM' => t('BAM - Konvertible Mark'), 'RUB' => t('RUB - Russian Ruble'), 'CNY' => t('CNY - Chinese Yuan'), + 'TRL' => t('TRL - Turkish Lira'), ); } |