mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-01 00:30:17 -05:00
Set test locale to C
This commit is contained in:
parent
aace1dc913
commit
0acb15de0f
10 changed files with 15 additions and 14 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "Utils.h"
|
||||
#include "config-keepassx.h"
|
||||
#include "core/Bootstrap.h"
|
||||
#include "core/Config.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "core/Tools.h"
|
||||
#include "crypto/Crypto.h"
|
||||
|
|
@ -181,7 +182,7 @@ int main(int argc, char** argv)
|
|||
QCoreApplication app(argc, argv);
|
||||
QCoreApplication::setApplicationVersion(KEEPASSXC_VERSION);
|
||||
|
||||
Bootstrap::bootstrap();
|
||||
Bootstrap::bootstrap(config()->get(Config::GUI_Language).toString());
|
||||
Utils::setDefaultTextStreams();
|
||||
Commands::setupCommands(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue