summaryrefslogtreecommitdiff
path: root/app/Model/CurrencyModel.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-26 09:15:04 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-26 09:15:04 -0500
commit954b7324f08e633087a1f6809a80c5892e39bcb0 (patch)
tree61131fae4ebb76deccdd8a762cb5ab75ab83d5bb /app/Model/CurrencyModel.php
parent28b9d6cdf11cad3d70e831ff2abfc824e1cca244 (diff)
Add Croatian translation (#3076)
Diffstat (limited to 'app/Model/CurrencyModel.php')
-rw-r--r--app/Model/CurrencyModel.php1
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'),
);
}