Merge pull request #323 from Scrumplex/retranslate-pages

Retranslate all settings pages
This commit is contained in:
Ezekiel Smith
2022-03-22 00:06:16 +11:00
committed by Sefa Eyeoglu
parent fcf728f3b5
commit 0a4a3fece5
64 changed files with 2098 additions and 413 deletions

View File

@ -2,6 +2,7 @@
/*
* PolyMC - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -104,6 +105,11 @@ AccountListPage::~AccountListPage()
delete ui;
}
void AccountListPage::retranslate()
{
ui->retranslateUi(this);
}
void AccountListPage::ShowContextMenu(const QPoint& pos)
{
auto menu = ui->toolBar->createContextMenu(this, tr("Context menu"));