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 button label is not correctly translated #3326

Closed
halirutan opened this issue Oct 20, 2017 · 1 comment
Closed

GUI button label is not correctly translated #3326

halirutan opened this issue Oct 20, 2017 · 1 comment

Comments

@halirutan
Copy link
Collaborator

If you set a different language than English, the search filter button is not correctly translated. In the image below, it is always "Filter" and "Float" no matter the language settings I have. The tooltips for these buttons are not translated either

img

The reason for this is that the string values are initialized as static fields in org.jabref.gui.search.SearchDisplayMode when the user language was not loaded. Therefore, they will never be translated.

@lenhard
Copy link
Member

lenhard commented Oct 20, 2017

Should be fixed by #3327

@lenhard lenhard closed this as completed Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants