mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 727466 - The symbol of CNY changed to 元
This commit is contained in:
@@ -674,6 +674,7 @@
|
||||
local-symbol="$"
|
||||
/>
|
||||
<!-- "CNY" - "Yuan Renminbi"
|
||||
locale-symbol has been changed from 元 to ¥ following a discussion on bug 727466
|
||||
-->
|
||||
<currency
|
||||
isocode="CNY"
|
||||
@@ -684,7 +685,7 @@
|
||||
exchange-code="156"
|
||||
parts-per-unit="100"
|
||||
smallest-fraction="100"
|
||||
local-symbol="元"
|
||||
local-symbol="¥"
|
||||
/>
|
||||
<!-- "COP" - "Colombian Peso"
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user