mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
add lt.ts
This commit is contained in:
parent
94db81d720
commit
97a78d5c14
1
res.qrc
1
res.qrc
|
@ -124,6 +124,7 @@
|
|||
<file>translations/fi.qm</file>
|
||||
<file>translations/fr.qm</file>
|
||||
<file>translations/it.qm</file>
|
||||
<file>translations/lt.qm</file>
|
||||
<file>translations/mannol.qm</file>
|
||||
<file>translations/pirate.qm</file>
|
||||
<file>translations/pl.qm</file>
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
#include "src/autoupdate.h"
|
||||
|
||||
static QStringList locales = {"bg", "de", "en", "es", "fr", "it", "mannol", "pirate", "pl", "pt", "ru", "fi", "sv", "uk"};
|
||||
static QStringList langs = {"Български", "Deutsch", "English", "Español", "Français", "Italiano", "mannol", "Pirate", "Polski", "Português", "Русский", "Suomi", "Svenska", "Українська"};
|
||||
static QStringList locales = {"bg", "de", "en", "es", "fr", "it", "lt", "mannol", "pirate", "pl", "pt", "ru", "fi", "sv", "uk"};
|
||||
static QStringList langs = {"Български", "Deutsch", "English", "Español", "Français", "Italiano", "Lietuvių", "mannol", "Pirate", "Polski", "Português", "Русский", "Suomi", "Svenska", "Українська"};
|
||||
|
||||
static QStringList timeFormats = {"hh:mm AP", "hh:mm", "hh:mm:ss AP", "hh:mm:ss"};
|
||||
|
||||
|
@ -54,7 +54,7 @@ GeneralForm::GeneralForm(SettingsWidget *myParent) :
|
|||
bodyUI->cbMakeToxPortable->setChecked(Settings::getInstance().getMakeToxPortable());
|
||||
|
||||
bool showSystemTray = Settings::getInstance().getShowSystemTray();
|
||||
|
||||
|
||||
bodyUI->showSystemTray->setChecked(showSystemTray);
|
||||
bodyUI->startInTray->setChecked(Settings::getInstance().getAutostartInTray());
|
||||
bodyUI->startInTray->setEnabled(showSystemTray);
|
||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -6,6 +6,7 @@ TRANSLATIONS = translations/es.ts \
|
|||
translations/fi.ts \
|
||||
translations/fr.ts \
|
||||
translations/it.ts \
|
||||
translations/lt.ts \
|
||||
translations/mannol.ts \
|
||||
translations/pirate.ts \
|
||||
translations/pl.ts \
|
||||
|
|
1570
translations/lt.ts
vendored
Normal file
1570
translations/lt.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user