-
Notifications
You must be signed in to change notification settings - Fork 671
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
German buttons translation missing (and some others). #9022
Comments
Such buttons are standard within Qt. You won't be able to find them on Transifex, because the translations should be provided by Qt as well. What's really strange is that the "Auswählen..." button is translated, because it's also a standard button. ll check the dialog's definition. |
I've checked how that dialog is set up. We use QWizard as a "frame" widget, the pages are four widgets we define in I don't see why there should be an inconsistency between the buttons on the bottom and the buttons on the wizard page. |
@fmoc do we successfully load the qtbase translations? |
I can't tell, really. We try a couple of different locations, but there is no logging in place that could tell us if the last call in the chain fails: client/src/gui/application.cpp Lines 731 to 738 in c7cf661
Edit: also, both strings "Auswählen" and "Next" should be part of qtbase. Why in the world should one half work while the other wouldn't? |
Can be reproduced in a Windows 10 VM. |
Expected behaviour
Everything should be translated.
Actual behaviour
The
Local folder
string and e.g., buttons in the add sync dialog are not translated (see screenshots).I checked transiflex but everything seems to be translated there (and was working before 2.9).
Tested with both the
use default
language setting and specifically selectingDeutsch
.Client configuration
Client version: 2.9.0
Operating system: Windows 10 (up-to-date)
OS language: German
Screenshots
The text was updated successfully, but these errors were encountered: