mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 09:38:09 -05:00
Add COP (Colombian Peso) to Currencies (#6115)
* Add COP * Create 6115.md --------- Co-authored-by: G <g@Mac.fritz.box>
This commit is contained in:
@@ -28,6 +28,7 @@ export function CurrencySettings() {
|
||||
['CAD', t('Canadian Dollar')],
|
||||
['CHF', t('Swiss Franc')],
|
||||
['CNY', t('Yuan Renminbi')],
|
||||
['COP', t('Colombian Peso')],
|
||||
['CRC', t('Costa Rican Colón')],
|
||||
['DKK', t('Danish Krone')],
|
||||
['EGP', t('Egyptian Pound')],
|
||||
|
||||
@@ -28,6 +28,7 @@ export const currencies: Currency[] = [
|
||||
{ code: 'CAD', name: 'Canadian Dollar', symbol: 'CA$', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
{ code: 'CHF', name: 'Swiss Franc', symbol: 'Fr.', decimalPlaces: 2, numberFormat: 'apostrophe-dot', symbolFirst: true },
|
||||
{ code: 'CNY', name: 'Yuan Renminbi', symbol: '¥', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
{ code: 'COP', name: 'Colombian Peso', symbol: 'Col$', decimalPlaces: 2, numberFormat: 'dot-comma', symbolFirst: true },
|
||||
{ code: 'CRC', name: 'Costa Rican Colón', symbol: '₡', decimalPlaces: 2, numberFormat: 'space-comma', symbolFirst: true },
|
||||
{ code: 'DKK', name: 'Danish Krone', symbol: 'kr', decimalPlaces: 2, numberFormat: 'dot-comma', symbolFirst: false },
|
||||
{ code: 'EGP', name: 'Egyptian Pound', symbol: 'ج.م', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: false },
|
||||
|
||||
6
upcoming-release-notes/6115.md
Normal file
6
upcoming-release-notes/6115.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [brasilikum]
|
||||
---
|
||||
|
||||
Add COP (Colombian Peso) to Currencies
|
||||
Reference in New Issue
Block a user