Use Qt5's translation framework - ts files, not po files.

This commit is contained in:
Craig Drummond
2017-04-08 10:35:31 +01:00
committed by Craig Drummond
parent ae5822b778
commit b63c6fbe26
195 changed files with 156602 additions and 101551 deletions

View File

@@ -29,7 +29,6 @@
#include "treeview.h"
#include "gui/settings.h"
#include "mpd-interface/mpdstatus.h"
#include "support/localize.h"
#include "support/spinner.h"
#include "messageoverlay.h"
#include "icons.h"
@@ -90,7 +89,7 @@ PlayQueueView::PlayQueueView(QWidget *parent)
, backgroundOpacity(15)
, backgroundBlur(0)
{
removeFromAction = new Action(Icons::self()->removeIcon, i18n("Remove"), this);
removeFromAction = new Action(Icons::self()->removeIcon, tr("Remove"), this);
setMode(ItemView::Mode_GroupedTree);
animator.setPropertyName("fade");
animator.setTargetObject(this);