mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Add initial support for translations.
This commit is contained in:
parent
becd3a0019
commit
28694ae687
15 changed files with 2634 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "core/Config.h"
|
||||
#include "core/qcommandlineparser.h"
|
||||
#include "core/Tools.h"
|
||||
#include "core/Translator.h"
|
||||
#include "crypto/Crypto.h"
|
||||
#include "gui/Application.h"
|
||||
#include "gui/MainWindow.h"
|
||||
|
|
@ -66,6 +67,8 @@ int main(int argc, char** argv)
|
|||
Config::createConfigFromFile(parser.value(configOption));
|
||||
}
|
||||
|
||||
Translator::installTranslator();
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
// Don't show menu icons on OSX
|
||||
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue