Skip to content

Commit

Permalink
Add Italian translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Oct 29, 2014
1 parent 9a61f41 commit be0d564
Show file tree
Hide file tree
Showing 3 changed files with 5,699 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 @@ -512,6 +512,9 @@ void MainWindow::setupSettingsMenu()
a = new QAction(QLocale::languageToString(QLocale::German), m_languagesGroup);
a->setCheckable(true);
a->setData("de");
a = new QAction(QLocale::languageToString(QLocale::Italian), m_languagesGroup);
a->setCheckable(true);
a->setData("it");
ui->menuLanguage->addActions(m_languagesGroup->actions());
a = new QAction(QLocale::languageToString(QLocale::Polish), m_languagesGroup);
a->setCheckable(true);
Expand Down
1 change: 1 addition & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ TRANSLATIONS += \
../translations/shotcut_en.ts \
../translations/shotcut_es.ts \
../translations/shotcut_fr.ts \
../translations/shotcut_it.ts \
../translations/shotcut_pl.ts \
../translations/shotcut_pt.ts \
../translations/shotcut_zh.ts
Expand Down

0 comments on commit be0d564

Please sign in to comment.