1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Make list of languages listed vertically in source

This commit is contained in:
Zetok Zalbavar 2015-11-07 18:49:53 +00:00
parent bf8bdaf619
commit ad5578e44e
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -38,8 +38,48 @@
#include <QStandardPaths>
#include <QDebug>
static QStringList locales = {"bg", "cs", "de", "el", "en", "es", "fr", "hr", "hu", "it", "lt", "nl", "no_nb", "pl", "pt", "ru", "sl", "fi", "sv", "uk", "zh"};
static QStringList langs = {"Български", "Čeština", "Deutsch", "Ελληνικά", "English", "Español", "Français", "Hrvatski", "Magyar", "Italiano", "Lietuvių", "Nederlands", "Norsk Bokmål", "Polski", "Português", "Русский", "Slovenščina", "Suomi", "Svenska", "Українська", "简体中文"};
static QStringList locales = {"bg",
"cs",
"de",
"el",
"en",
"es",
"fr",
"hr",
"hu",
"it",
"lt",
"nl",
"no_nb",
"pl",
"pt",
"ru",
"sl",
"fi",
"sv",
"uk",
"zh"};
static QStringList langs = {"Български",
"Čeština",
"Deutsch",
"Ελληνικά",
"English",
"Español",
"Français",
"Hrvatski",
"Magyar",
"Italiano",
"Lietuvių",
"Nederlands",
"Norsk Bokmål",
"Polski",
"Português",
"Русский",
"Slovenščina",
"Suomi",
"Svenska",
"Українська",
"简体中文"};
static QStringList timeFormats = {"hh:mm AP", "hh:mm", "hh:mm:ss AP", "hh:mm:ss"};
// http://doc.qt.io/qt-4.8/qdate.html#fromString