mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 01:56:32 -05:00
Refactor Translator class to load qtbase translations from local directory if available
This commit is contained in:
parent
b807215aec
commit
5b525eb9ca
3 changed files with 59 additions and 55 deletions
|
|
@ -99,7 +99,7 @@ int main(int argc, char** argv)
|
|||
Config::createConfigFromFile(parser.value(configOption));
|
||||
}
|
||||
|
||||
Translator::installTranslator();
|
||||
Translator::installTranslators();
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
// Don't show menu icons on OSX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue