Skip to content

Commit fe389e5

Browse files
authored
Added uk_UA language support (#1483)
* Add Ukrainian localization * Fixed langIndexes * Fixed langIndexes_2 * Added uk_UA language support * Added uk_UA language support
1 parent f068f13 commit fe389e5

File tree

2 files changed

+1479
-2
lines changed

2 files changed

+1479
-2
lines changed

src/qt_gui/settings_dialog.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ QStringList languageNames = {"Arabic",
4242
"Thai",
4343
"Traditional Chinese",
4444
"Turkish",
45+
"Ukrainian",
4546
"Vietnamese"};
4647

47-
const QVector<int> languageIndexes = {21, 23, 14, 6, 18, 1, 12, 22, 2, 4, 25, 24, 29, 5, 0,
48-
9, 15, 16, 17, 7, 26, 8, 11, 20, 3, 13, 27, 10, 19, 28};
48+
const QVector<int> languageIndexes = {21, 23, 14, 6, 18, 1, 12, 22, 2, 4, 25, 24, 29, 5, 0, 9,
49+
15, 16, 17, 7, 26, 8, 11, 20, 3, 13, 27, 10, 19, 30, 28};
4950

5051
SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidget* parent)
5152
: QDialog(parent), ui(new Ui::SettingsDialog) {

0 commit comments

Comments
 (0)