Add Language menu to select the UI language. Closes #9#1032
Open
ea5wa wants to merge 3 commits into
Open
Conversation
KLog used to follow the operating system language only. A new Language menu (between Tools and Help) lists the installed translations by their native name, plus a System default entry that keeps the previous behaviour. The selection is stored in the config file (Language key) and applied on the next start. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
Replace the Language menu in the menu bar with a Language combo box next to the Name field, as requested in the issue ea4k#9 review. The selection is still stored in the top level Language key of the config file, read in main.cpp before the UI exists. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
…tion Codacy's cppcheck has no Qt headers in its include path, so the new #include <QCoreApplication> in utilities.cpp was reported as a new issue. The include is required (QCoreApplication::applicationDirPath is used by getTranslationSearchPaths). Add a cppcheck inline suppression for this known false positive. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
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.





Closes #9
KLog used to follow the operating system language only. A new
Language menu (between Tools and Help) lists the installed
translations by their native name, plus a System default entry
that keeps the previous behaviour. The selection is stored in the
config file (Language key) and applied on the next start.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com