Skip to content
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

Sort foreign alphabet payment methods above the untranslated ones. #7251

Merged

Conversation

cparke2
Copy link
Contributor

@cparke2 cparke2 commented Sep 19, 2024

By default, JAVA sorts foreign characters below English characters. However, the payment methods that are translated are also more likely to be used by someone native to that language, so it makes better sense to sort as two separate lists and put the foreign language ones on top. This commit does just that for the payment methods list on the Accounts page.

By default, JAVA sorts foreign characters below English characters.
However, the payment methods that are translated are also more
likely to be used by someone native to that language, so it makes
better sense to sort as two separate sets and put the foreign
language ones on top. This commit does that for payment methods.
@cparke2
Copy link
Contributor Author

cparke2 commented Sep 19, 2024

Application was built and run to test and verify the sorting changed as expected, and nothing broken.

See attached screenshot from Russian language mode with the change is applied, with an line drawn hand drawn to illustrate where the Russian ends and the English begins.

20240919_033543

Copy link
Collaborator

@HenrikJannsen HenrikJannsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@HenrikJannsen HenrikJannsen merged commit 1480fe2 into bisq-network:master Sep 26, 2024
3 checks passed
@alejandrogarcia83 alejandrogarcia83 added this to the v1.9.18 milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants