mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Fix: Added Czech CZK and Hungarian HUF currencies (#6500)
* Fix: Added Czech CZK and Hungarian HUF currencies * Fix: Added translations for prev commit * Update upcoming-release-notes/6500.md Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
This commit is contained in:
committed by
GitHub
parent
72304c6182
commit
3091320719
@@ -31,12 +31,14 @@ export function CurrencySettings() {
|
||||
['CNY', t('Yuan Renminbi')],
|
||||
['COP', t('Colombian Peso')],
|
||||
['CRC', t('Costa Rican Colón')],
|
||||
['CZK', t('Czech Koruna')],
|
||||
['DKK', t('Danish Krone')],
|
||||
['EGP', t('Egyptian Pound')],
|
||||
['EUR', t('Euro')],
|
||||
['GBP', t('Pound Sterling')],
|
||||
['GTQ', t('Guatemalan Quetzal')],
|
||||
['HKD', t('Hong Kong Dollar')],
|
||||
['HUF', t('Hungarian Forint')],
|
||||
['IDR', t('Indonesian Rupiah')],
|
||||
['INR', t('Indian Rupee')],
|
||||
['JMD', t('Jamaican Dollar')],
|
||||
|
||||
@@ -31,12 +31,14 @@ export const currencies: Currency[] = [
|
||||
{ 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: 'CZK', name: 'Czech Koruna', symbol: 'Kč', decimalPlaces: 2, numberFormat: 'space-comma', symbolFirst: false },
|
||||
{ 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 },
|
||||
{ code: 'EUR', name: 'Euro', symbol: '€', decimalPlaces: 2, numberFormat: 'dot-comma', symbolFirst: false },
|
||||
{ code: 'GBP', name: 'Pound Sterling', symbol: '£', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
{ code: 'GTQ', name: 'Guatemalan Quetzal', symbol: 'Q', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
{ code: 'HKD', name: 'Hong Kong Dollar', symbol: 'HK$', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
{ code: 'HUF', name: 'Hungarian Forint', symbol: 'Ft', decimalPlaces: 2, numberFormat: 'space-comma', symbolFirst: false },
|
||||
{ code: 'IDR', name: 'Indonesian Rupiah', symbol: 'Rp', decimalPlaces: 2, numberFormat: 'dot-comma', symbolFirst: true },
|
||||
{ code: 'INR', name: 'Indian Rupee', symbol: '₹', decimalPlaces: 2, numberFormat: 'comma-dot-in', symbolFirst: true },
|
||||
{ code: 'JMD', name: 'Jamaican Dollar', symbol: 'J$', decimalPlaces: 2, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
|
||||
6
upcoming-release-notes/6500.md
Normal file
6
upcoming-release-notes/6500.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [Andrii256]
|
||||
---
|
||||
|
||||
Added Czech Koruna (CZK) and Hungarian Forint (HUF) to the list of available currencies.
|
||||
Reference in New Issue
Block a user