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

Commits on May 17, 2021

  1. [GUI] Ensure that all UI error/warning texts pass through translation

    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 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    6528ba3 View commit details
    Browse the repository at this point in the history