-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Menu: functional change between Fyne 2.5.0 and Fyne 2.5.2 #5242
Labels
duplicate
This issue or pull request already exists
Comments
Maybe related to #5158 |
It will be because we added the German translation. This should be fixed if you update your code so that fileQuit := fyne.NewMenuItem("Quit", becomes fileQuit := fyne.NewMenuItem(land.L("Quit"), That way your Quit is going to match the system (translated) one. |
Oh I realise now that this was a duplicate of #5158 |
andydotxyz
added
duplicate
This issue or pull request already exists
and removed
unverified
A bug that has been reported but not verified
labels
Nov 15, 2024
2 tasks
Concerning the question "Windows menu: How to avoid /disable any translation?" I opened this separate issue: #5269 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Describe the bug
With Fyne 2.5.0 I see this correct menu (only 'Quit'):
With Fyne 2.5.2 I see a menu with an additional, unwanted and undefined menu entry "Beenden":
Questions:
BTW: "Beenden" is the german translation for "Quit".
How to reproduce
Code snippet:
Screenshots
No response
Example code
See above.
Fyne version
v2.5.0 versus v2.5.2
Go compiler version
v1.23.2
Operating system and version
Windows
Additional Information
No response
The text was updated successfully, but these errors were encountered: