From 954b7324f08e633087a1f6809a80c5892e39bcb0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 26 Feb 2017 09:15:04 -0500 Subject: Add Croatian translation (#3076) --- app/Model/CurrencyModel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model/CurrencyModel.php') 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'), ); } -- cgit v1.2.3