Add Portuguese translation thanks to John Peter Sá

This commit is contained in:
2025-02-07 15:10:19 +01:00
parent 0ff2001797
commit 55439be04c
4 changed files with 1402 additions and 7 deletions
-3
View File
@@ -33,9 +33,6 @@ HelpDialog::HelpDialog(QWidget *parent) : QDialog(parent)
setWindowTitle(tr("Help"));
resize(800, 600);
QLocale locale;
QString l = QLocale::languageToString(locale.language());
QVBoxLayout *layout = new QVBoxLayout(this);
QTextEdit *helpText = new QTextEdit(this);
helpText->setReadOnly(true);