mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[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:
parent
4e769ef07c
commit
039d225794
File diff suppressed because it is too large
Load Diff
@ -183,7 +183,9 @@ void AboutDialogPrivate::initCreditsTab(void)
|
|||||||
|
|
||||||
// Credits data.
|
// Credits data.
|
||||||
static const CreditsData_t CreditsData[] = {
|
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}
|
{CT_MAX, nullptr, nullptr, nullptr}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -212,7 +214,7 @@ void AboutDialogPrivate::initCreditsTab(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Append the contributor's name.
|
// Append the contributor's name.
|
||||||
credits += ql1BRBR + sIndent + chrBullet + QChar(L' ');
|
credits += ql1BR + sIndent + chrBullet + QChar(L' ');
|
||||||
if (creditsData->url) {
|
if (creditsData->url) {
|
||||||
credits += QStringLiteral("<a href='%1'>")
|
credits += QStringLiteral("<a href='%1'>")
|
||||||
.arg(QLatin1String(creditsData->url));
|
.arg(QLatin1String(creditsData->url));
|
||||||
|
Loading…
Reference in New Issue
Block a user