Skip to content

Commit

Permalink
Added my name
Browse files Browse the repository at this point in the history
  • Loading branch information
liebeg committed Oct 20, 2024
1 parent d508859 commit 175509b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
QString::fromUtf8(""),
QString::fromUtf8("https://stackoverflow.com/a/64862996/3833454"));
aboutData.addCredit(QString::fromUtf8("videosmith"), i18nc("Active software tester", "Active tester"));
aboutData.setTranslator(i18nc("Liebeg"), i18nc("[email protected]", "Translator, Active tester"));
aboutData.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), i18nc("EMAIL OF TRANSLATORS", "Your emails"));
// aboutData.addLicense(
// KAboutLicense::LGPL_V3
Expand Down

0 comments on commit 175509b

Please sign in to comment.