Support CNY by default (#3334)

- Adds default support for CNY currency
This commit is contained in:
Oliver 2022-07-15 15:16:35 +10:00 committed by GitHub
parent 2afd39356a
commit 739489840b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -744,7 +744,7 @@ if get_setting('TEST_TRANSLATIONS', False): # pragma: no cover
CURRENCIES = CONFIG.get(
'currencies',
[
'AUD', 'CAD', 'EUR', 'GBP', 'JPY', 'NZD', 'USD',
'AUD', 'CAD', 'CNY', 'EUR', 'GBP', 'JPY', 'NZD', 'USD',
],
)

View File

@ -61,6 +61,7 @@ base_currency: USD
currencies:
- AUD
- CAD
- CNY
- EUR
- GBP
- JPY