summaryrefslogtreecommitdiff
path: root/app/Model/CurrencyModel.php
diff options
context:
space:
mode:
authorphecho <phecho@163.com>2016-12-20 10:32:55 +0800
committerphecho <phecho@163.com>2016-12-20 10:32:55 +0800
commita7897f54e8e8bf7e877b5c5102a20deaccc7d4fa (patch)
treec2899e6792971fbdd9379fba7975d7e3c6699e71 /app/Model/CurrencyModel.php
parent2decbe28b513da9873a744c3da81caf9d710530f (diff)
Add currency of Chinese Yuan
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 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'),
);
}