Add English and German UI localization

This commit is contained in:
Sebastian Palencsar
2026-05-20 18:33:53 +02:00
parent 8548fc5ac6
commit 1038f041c7
8 changed files with 319 additions and 63 deletions

View File

@@ -98,7 +98,7 @@ void RadioBrowser::onReplyFinished()
QNetworkReply *reply = qobject_cast<QNetworkReply*>(sender());
if (!reply) {
emit error("Network error");
emit error(tr("Network error"));
return;
}