[locale] rvthtool_de.ts: Initial German translation.

German translation provided by crediar and Moddimation.

[qrvthtool] AboutDialog.cpp: Add German translation credits.
This commit is contained in:
David Korth 2025-05-29 23:36:26 -04:00
parent 4e769ef07c
commit 039d225794
2 changed files with 213 additions and 210 deletions

File diff suppressed because it is too large Load Diff

View File

@ -183,7 +183,9 @@ void AboutDialogPrivate::initCreditsTab(void)
// Credits data.
static const CreditsData_t CreditsData[] = {
//{CT_TRANSLATORS, "", nullptr, "en_GB"},
{CT_TRANSLATORS, "crediar", nullptr, "de"},
{CT_CONTINUE, "Moddimation", nullptr, "de"},
{CT_MAX, nullptr, nullptr, nullptr}
};
@ -212,7 +214,7 @@ void AboutDialogPrivate::initCreditsTab(void)
}
// Append the contributor's name.
credits += ql1BRBR + sIndent + chrBullet + QChar(L' ');
credits += ql1BR + sIndent + chrBullet + QChar(L' ');
if (creditsData->url) {
credits += QStringLiteral("<a href='%1'>")
.arg(QLatin1String(creditsData->url));