Implement T12197
Details
Details
- Reviewers
davidedmundson aacid - Group Reviewers
Frameworks - Maniphest Tasks
- T12197: Move KLanguageButton from KConfig -> QSettings
Still see proper language name in Dolpin's switch language dialog
Diff Detail
Diff Detail
- Repository
- R265 KConfigWidgets
- Branch
- klb
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 20600 Build 20618: arc lint + arc unit
Comment Actions
IIRC KConfigGroup::readEntry() reads the translated version of the key, and every kf5_entry.desktop` has such translations. QSettings does not do that.
Did you test only in an English setup?