You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
The functionality of modifying units, currency for example
Why
Order matters, in some language. Specifically, a common way to express one hundred dollars in Chinese is commonly seen as 100 美元 (where "美元" means US dollar). In the favor of disambiguation, I prefer this way instead of $100. Though, the symbol of the Chinese currency is ¥, which differs from that of US dollar. In the end, it might be just personal preferences. I'd like to hear from others as well.
The rule of group separator criteria might differ. Specifically, we group by 4 digits in Chinese. Hence that 30k would make less sense comparing to 3 万 (where "万" means 10 thousand). I'd like to hear from others as well.
(OPINIONATED) It might make more sense to utilize local currency for translation. Adding the functionality would make it happen.
This could probably be useful. So we could be able to provide only the currency name, and the rest would be done automatically. Don't know, maybe even the values can be fetched from a currecny API like this: https://currency-api.appspot.com/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What
The functionality of modifying units, currency for example
Why
one hundred dollars
in Chinese is commonly seen as100 美元
(where "美元" means US dollar). In the favor of disambiguation, I prefer this way instead of$100
. Though, the symbol of the Chinese currency is¥
, which differs from that of US dollar. In the end, it might be just personal preferences. I'd like to hear from others as well.30k
would make less sense comparing to3 万
(where "万" means 10 thousand). I'd like to hear from others as well.Reference
#153
The text was updated successfully, but these errors were encountered: