Skip to content

Commit

Permalink
add Irish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 24, 2025
1 parent 0abdc34 commit dfc2699
Show file tree
Hide file tree
Showing 3 changed files with 19,969 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,9 @@ void MainWindow::setupSettingsMenu()
a = new QAction(QLocale::languageToString(QLocale::Hungarian), m_languagesGroup);
a->setCheckable(true);
a->setData("hu");
a = new QAction(QLocale::languageToString(QLocale::Irish), m_languagesGroup);
a->setCheckable(true);
a->setData("ga");
a = new QAction(QLocale::languageToString(QLocale::Italian), m_languagesGroup);
a->setCheckable(true);
a->setData("it");
Expand Down
1 change: 1 addition & 0 deletions translations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set(LANGUAGES
eu
fi
fr
ga
gd
gl
he_IL
Expand Down
Loading

0 comments on commit dfc2699

Please sign in to comment.