Chinese currency unit display error please correct

dreampower

New Member
Hello
I found a bug that needs to be fixed
China's currency unit is the symbol "¥", and the software displays "yuan", which is wrong!
I hope that the Chinese currency symbol can be corrected to the "¥" symbol in the next version!
thank you!

Snipaste_2024-03-17_15-32-00.png
 
Hi,

Can you please help me with this?

1710768884395.png
1710768905303.png


So, this continues to be the same currency? Will it only need to change the name and symbol?

If so, then should it be changed to Renminbi and ¥‎ ?

Please let me know.


Thanks.
 
Hi,

Can you please help me with this?

View attachment 520
View attachment 521


So, this continues to be the same currency? Will it only need to change the name and symbol?

If so, then should it be changed to Renminbi and ¥‎ ?

Please let me know.


Thanks.

Thank you. I am very happy to help you improve ce.
I'm not very familiar with English. I hope you can understand what I mean by using the online translator.
You only need to directly change "元=yuan" to the "¥" symbol to display it correctly! You can refer to my picture above
 
in Chinese
元=yuan both have the same meaning

"yuan" means "元" expressed in Chinese pinyin

Chinese currency is called RMB and its correct currency symbol is "¥"

"元" = "yuan" = "¥" These three expressions have the same meaning.

"¥" is the globally recognized Chinese currency symbol and the most correct representative of the Chinese currency symbol.

The two symbols "元" = "yuan" are Western countries' misunderstanding of China a long, long time ago. This idea is wrong!
 
Hi,

Please run the following query in your database:

SQL:
UPDATE `currency` SET `symbol` = '¥' WHERE `abrv` = 'CNY';


Thanks.
 
Back
Top