Added uk_UA language support (#1483)

* Add Ukrainian localization

* Fixed langIndexes

* Fixed langIndexes_2

* Added uk_UA language support

* Added uk_UA language support
This commit is contained in:
SAN4EZDREAMS 2024-11-05 10:46:12 +02:00 committed by GitHub
parent f068f13e4a
commit fe389e560a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1479 additions and 2 deletions

View file

@ -42,10 +42,11 @@ QStringList languageNames = {"Arabic",
"Thai",
"Traditional Chinese",
"Turkish",
"Ukrainian",
"Vietnamese"};
const QVector<int> languageIndexes = {21, 23, 14, 6, 18, 1, 12, 22, 2, 4, 25, 24, 29, 5, 0,
9, 15, 16, 17, 7, 26, 8, 11, 20, 3, 13, 27, 10, 19, 28};
const QVector<int> languageIndexes = {21, 23, 14, 6, 18, 1, 12, 22, 2, 4, 25, 24, 29, 5, 0, 9,
15, 16, 17, 7, 26, 8, 11, 20, 3, 13, 27, 10, 19, 30, 28};
SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidget* parent)
: QDialog(parent), ui(new Ui::SettingsDialog) {

File diff suppressed because it is too large Load diff