From a7897f54e8e8bf7e877b5c5102a20deaccc7d4fa Mon Sep 17 00:00:00 2001 From: phecho Date: Tue, 20 Dec 2016 10:32:55 +0800 Subject: Add currency of Chinese Yuan --- 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 bfd9697c..6144ec90 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'), + 'CNY' => t('CNY - Chinese Yuan'), ); } -- cgit v1.2.3