mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
edit the three config & source file
manully and same way as commit a004fc872f
This commit is contained in:
parent
ce7e5705ce
commit
dff30915a3
1
res.qrc
1
res.qrc
|
@ -63,6 +63,7 @@
|
|||
<file>translations/ru.qm</file>
|
||||
<file>translations/sv.qm</file>
|
||||
<file>translations/uk.qm</file>
|
||||
<file>translations/zh.qm</file>
|
||||
<file>ui/acceptFileButton/default.png</file>
|
||||
<file>ui/acceptFileButton/hover.png</file>
|
||||
<file>ui/acceptFileButton/pressed.png</file>
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
#include "src/autoupdate.h"
|
||||
|
||||
static QStringList locales = {"bg", "de", "en", "es", "fr", "it", "lt", "mannol", "nl", "pirate", "pl", "pt", "ru", "fi", "sv", "uk"};
|
||||
static QStringList langs = {"Български", "Deutsch", "English", "Español", "Français", "Italiano", "Lietuvių", "mannol", "Nederlands", "Pirate", "Polski", "Português", "Русский", "Suomi", "Svenska", "Українська"};
|
||||
static QStringList locales = {"bg", "de", "en", "es", "fr", "it", "lt", "mannol", "nl", "pirate", "pl", "pt", "ru", "fi", "sv", "uk","zh"};
|
||||
static QStringList langs = {"Български", "Deutsch", "English", "Español", "Français", "Italiano", "Lietuvių", "mannol", "Nederlands", "Pirate", "Polski", "Português", "Русский", "Suomi", "Svenska", "Українська","简体中文"};
|
||||
|
||||
static QStringList timeFormats = {"hh:mm AP", "hh:mm", "hh:mm:ss AP", "hh:mm:ss"};
|
||||
|
||||
|
|
1
translations/i18n.pri
vendored
1
translations/i18n.pri
vendored
|
@ -14,6 +14,7 @@ TRANSLATIONS = translations/es.ts \
|
|||
translations/ru.ts \
|
||||
translations/sv.ts \
|
||||
translations/uk.ts \
|
||||
translations/zh.ts \
|
||||
translations/pt.ts
|
||||
|
||||
#rules to generate ts
|
||||
|
|
Loading…
Reference in New Issue
Block a user