-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client/webserver: Update Order-details Type to show the correct value. #3044
Conversation
dev-warrior777
commented
Oct 27, 2024
Currently the order details Type is showing market.quoteUnitInfo.conventional.unit Also cleaned up walletpair BW_ARGS to override dexc.conf options.
Hopefully can resolve #3044 |
Current conflicts are in walletpair which is just a suggested upgrade to |
See e.g. |
Some locales still default to locale en_US but it is the correct order type. There is not yet any translation for order type cancel
TODO:
Since UI details get noticed we may want to put the above into the point release as is. I will work on missing translations in another PR. |
How about this? buck54321/dcrdex@017099c...buck54321:dcrdex:user-order-type-intl |
That is much more complete .. I will update using your approach of a new OrderUtil util, thanks |
Make a new fn 'orderTypeText' in orderutil.ts that returns the translated text representation for order types: - limit - market - cancel Also added simplified chinese translations for these 3 order types in jsintl.go
#3044) * client/webserver: Update Order-details Type to show the correct value. * Also cleaned up walletpair BW_ARGS to override dexc.conf options. --------- Co-authored-by: dev-warrior777 <>