We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to disable all translations, for example with this code:
// menu items for 'File' menu entry fileQuit := fyne.NewMenuItem(lang.L("Quit"), func() { slog.Info("user action: activate 'File -> Quit'") if isApplicationClosable { application.Quit() } }) fileMenu := fyne.NewMenu("File", fileQuit)
The code above with German location results in one translated menu entry ("Beenden instead of Quit"):
But on a Windows with German (or general non-english) location I only want the non-translated, english menu entry 'Quit':
See above.
No response
2.5.2
1.23.3
Windows
Similar issues:
#5242 #5158
The text was updated successfully, but these errors were encountered:
Please don't use a bug report to ask a question or request a feature. I have tried to update this to be clearer.
Sorry, something went wrong.
No branches or pull requests
Checklist
Describe the bug
I want to disable all translations, for example with this code:
The code above with German location results in one translated menu entry ("Beenden instead of Quit"):
But on a Windows with German (or general non-english) location I only want the non-translated, english menu entry 'Quit':
How to reproduce
See above.
Screenshots
No response
Example code
See above.
Fyne version
2.5.2
Go compiler version
1.23.3
Operating system and version
Windows
Additional Information
Similar issues:
#5242
#5158
The text was updated successfully, but these errors were encountered: