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

[GUI] Ensure that all UI error/warning texts pass through translation #2388

Merged
merged 1 commit into from
May 21, 2021

Conversation

Fuzzbawls
Copy link
Collaborator

@Fuzzbawls Fuzzbawls commented May 15, 2021

This adds translation where it was previously missing for some UIError
and UIWarning calls. in the case that the string is a pointer, the
base string has had translation added.

Also parameterized some translation strings to filter out string
literals that we DON'T want to be translated (eg '-wallet',
'-paytxfee', etc)

@Fuzzbawls Fuzzbawls added the GUI label May 15, 2021
@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone May 15, 2021
@Fuzzbawls Fuzzbawls self-assigned this May 15, 2021
This adds translation where it was previously missing for some `UIError`
and `UIWarning` calls. in the case that the string is a pointer, the
base string has had translation added.

Also parameterized some translation strings to filter out string
literals that we DON'T want to be translated (eg '`-wallet`',
'`-paytxfee`', etc)
@Fuzzbawls
Copy link
Collaborator Author

rebased now that #2337 has been merged, ready to go

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 6528ba3

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 6528ba3 and merging..

@furszy furszy merged commit 1e40e2b into PIVX-Project:master May 21, 2021
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