Skip to content

Commit

Permalink
Added uk_UA language support (shadps4-emu#1483)
Browse files Browse the repository at this point in the history
* Add Ukrainian localization

* Fixed langIndexes

* Fixed langIndexes_2

* Added uk_UA language support

* Added uk_UA language support
  • Loading branch information
SAN4EZDREAMS authored Nov 5, 2024
1 parent f068f13 commit fe389e5
Show file tree
Hide file tree
Showing 2 changed files with 1,479 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/qt_gui/settings_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading

0 comments on commit fe389e5

Please sign in to comment.