mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
feat(currency): add idr currency (#6173)
* feat(currency): add IDR * add release notes * Update VRT screenshots Auto-generated by VRT workflow PR: #6173 * fix: Rp. to Rp * Update VRT screenshots Auto-generated by VRT workflow PR: #6173 * Update VRT screenshots Auto-generated by VRT workflow PR: #6173 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
This commit is contained in:
committed by
GitHub
parent
c48a201378
commit
9870e93c87
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 70 KiB |
@@ -36,6 +36,7 @@ export function CurrencySettings() {
|
||||
['GBP', t('Pound Sterling')],
|
||||
['GTQ', t('Guatemalan Quetzal')],
|
||||
['HKD', t('Hong Kong Dollar')],
|
||||
['IDR', t('Indonesian Rupiah')],
|
||||
['INR', t('Indian Rupee')],
|
||||
['JMD', t('Jamaican Dollar')],
|
||||
['JPY', t('Japanese Yen')],
|
||||
|
||||
@@ -36,6 +36,7 @@ export const currencies: Currency[] = [
|
||||
{ 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: '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 },
|
||||
{ code: 'JPY', name: 'Japanese Yen', symbol: '¥', decimalPlaces: 0, numberFormat: 'comma-dot', symbolFirst: true },
|
||||
|
||||
6
upcoming-release-notes/6173.md
Normal file
6
upcoming-release-notes/6173.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [misu-dev]
|
||||
---
|
||||
|
||||
Adds IDR currency
|
||||
Reference in New Issue
Block a user