Define hotkey file for Hungarian menus#285
Open
lionkmp wants to merge 1 commit into
Open
Conversation
The file requires a patch that main menus are referred in this file in localized language, i.e. instead of File/Új ablak this file defines: Fájl/Új ablak which does nto work without a fix that I submit seprately.
Contributor
Author
|
Of course feel free to reject both patches if you don't like this approach. There is simply no perfect option for this, at least without a GUI and then a menu item ID based file, but this patch was way smaller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The file requires a patch that main menus are referred in this file in localized language, i.e. instead of
File/Új ablak
this file defines:
Fájl/Új ablak
which does not work without a fix that I submit separately.
(An alternative approach would be to use English names in the file, but that leaves local language users helpless on what to type in. A switch to such file could be possible if this page had a GUI or will have later.)
Items in this file match original English hotkey setup, just offer a working alternative set in the menu for Hungarian GUI. I don't know if that should/could be solved better than another default set. I'm not sure what would be the best to keep this, still not extend the menu with every single language... :-(