diff options
author | Olivier Paroz <oparoz@users.noreply.github.com> | 2015-03-09 13:48:30 +0100 |
---|---|---|
committer | Olivier Paroz <oparoz@users.noreply.github.com> | 2015-03-09 13:48:30 +0100 |
commit | 26252d1690bd3100c502a5f51028861443acc185 (patch) | |
tree | b91258cba69c8d5596eb05486632c9c36761beed /app/Model | |
parent | 732899564517c6efd9ef965f3f843309a222ce50 (diff) |
Adding CHF to the list of Euro currencies
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 8afc59fd..a2db25e9 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -33,6 +33,7 @@ class Config extends Base 'USD' => t('USD - US Dollar'), 'EUR' => t('EUR - Euro'), 'GBP' => t('GBP - British Pound'), + 'CHF' => t('CHF - Swiss Francs'), 'CAD' => t('CAD - Canadian Dollar'), 'AUD' => t('AUD - Australian Dollar'), 'NZD' => t('NZD - New Zealand Dollar'), |