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

[Qt] Fixup filter dropdown localizations #1522

Merged
merged 3 commits into from
Apr 14, 2020

Conversation

Fuzzbawls
Copy link
Collaborator

The address type filter dropdown items and the sorting method dropdown items weren't available for localization.

Additionally, the transaction type filter dropdown items were using a call method that isn't supported by Qt's linquist utility program (which we use to generate the updated localization source file as part of make translate).

Finally, the file was not in compliance with our coding style guidelines, so the first commit is a reformat-only commit which can be duplicated by running the following command on master:

clang-format -i src/qt/pivx/qtutils.*

(minor blank-line changes were made afterwards in the header include section of qtutils.h)

This is needed to avoid errors when updating our main localization
source file with `make translate`
@Fuzzbawls Fuzzbawls added the GUI label Apr 14, 2020
@Fuzzbawls Fuzzbawls self-assigned this Apr 14, 2020
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

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

utACK b836601

@random-zebra random-zebra added this to the 4.1.0 milestone Apr 14, 2020
Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

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

utACK b836601

@furszy furszy merged commit ab353d9 into PIVX-Project:master Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants