diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-26 09:15:04 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-26 09:15:04 -0500 |
commit | 954b7324f08e633087a1f6809a80c5892e39bcb0 (patch) | |
tree | 61131fae4ebb76deccdd8a762cb5ab75ab83d5bb /app/Model/CurrencyModel.php | |
parent | 28b9d6cdf11cad3d70e831ff2abfc824e1cca244 (diff) |
Add Croatian translation (#3076)
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 55a5b2fe..c858a6ae 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -44,6 +44,7 @@ class CurrencyModel extends Base 'RUB' => t('RUB - Russian Ruble'), 'CNY' => t('CNY - Chinese Yuan'), 'TRL' => t('TRL - Turkish Lira'), + 'HRK' => t('HRK - Kuna'), ); } |