mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
added i18n for v4
This commit is contained in:
@@ -53,13 +53,13 @@ int main(int argc, char *argv[])
|
||||
app.setOrganizationName(ORGANIZATION_NAME);
|
||||
app.setApplicationDisplayName(APPLICATION_NAME);
|
||||
|
||||
app.loadTranslator();
|
||||
app.loadFonts();
|
||||
|
||||
bool doExec = app.parseCommands();
|
||||
|
||||
if (doExec) {
|
||||
app.init();
|
||||
app.loadTranslator();
|
||||
|
||||
qInfo().noquote() << QString("Started %1 version %2").arg(APPLICATION_NAME, APP_VERSION);
|
||||
qInfo().noquote() << QString("%1 (%2)").arg(QSysInfo::prettyProductName(), QSysInfo::currentCpuArchitecture());
|
||||
|
||||
Reference in New Issue
Block a user