mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Added Spanish translation
This commit is contained in:
parent
a560909b6d
commit
a004fc872f
1
res.qrc
1
res.qrc
|
@ -216,5 +216,6 @@
|
|||
<file>smileys/cylgom/yawn.png</file>
|
||||
<file>translations/bg.qm</file>
|
||||
<file>translations/sv.qm</file>
|
||||
<file>translations/es.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
#include "src/autoupdate.h"
|
||||
|
||||
static QStringList locales = {"bg", "de", "en", "fr", "it", "mannol", "pirate", "pl", "ru", "fi", "sv", "uk"};
|
||||
static QStringList langs = {"Български", "Deutsch", "English", "Français", "Italiano", "mannol", "Pirate", "Polski", "Русский", "Suomi", "Svenska", "Українська"};
|
||||
static QStringList locales = {"bg", "de", "en", "fr", "es", "it", "mannol", "pirate", "pl", "ru", "fi", "sv", "uk"};
|
||||
static QStringList langs = {"Български", "Deutsch", "English", "Français", "Español", "Italiano", "mannol", "Pirate", "Polski", "Русский", "Suomi", "Svenska", "Українська"};
|
||||
|
||||
static QStringList timeFormats = {"hh:mm AP", "hh:mm", "hh:mm:ss AP", "hh:mm:ss"};
|
||||
|
||||
|
|
1639
translations/es.ts
vendored
Normal file
1639
translations/es.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
translations/i18n.pri
vendored
3
translations/i18n.pri
vendored
|
@ -1,6 +1,7 @@
|
|||
# For autocompiling qm-files.
|
||||
|
||||
TRANSLATIONS = translations/bg.ts \
|
||||
TRANSLATIONS = translations/es.ts \
|
||||
translations/bg.ts \
|
||||
translations/de.ts \
|
||||
translations/fi.ts \
|
||||
translations/fr.ts \
|
||||
|
|
Loading…
Reference in New Issue
Block a user