Skip to content

Commit

Permalink
Add Polish translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 30, 2014
1 parent f29218d commit 98f44c5
Show file tree
Hide file tree
Showing 3 changed files with 5,593 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ void MainWindow::setupSettingsMenu()
a->setCheckable(true);
a->setData("de");
ui->menuLanguage->addActions(m_languagesGroup->actions());
a = new QAction(QLocale::languageToString(QLocale::Polish), m_languagesGroup);
a->setCheckable(true);
a->setData("pl");
ui->menuLanguage->addActions(m_languagesGroup->actions());
a = new QAction(QLocale::languageToString(QLocale::Portuguese), m_languagesGroup);
a->setCheckable(true);
a->setData("pt");
Expand Down
1 change: 1 addition & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ TRANSLATIONS += \
../translations/shotcut_en.ts \
../translations/shotcut_es.ts \
../translations/shotcut_fr.ts \
../translations/shotcut_pl.ts \
../translations/shotcut_pt.ts \
../translations/shotcut_zh.ts

Expand Down

0 comments on commit 98f44c5

Please sign in to comment.