From 89471b797d3de4f45eea27051809520b081a15b9 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 21 Nov 2022 15:43:44 +0100 Subject: [PATCH] Add missing translators Signed-off-by: Carl Schwan --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 3f2ec601a..da2cccc74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -155,6 +155,7 @@ int main(int argc, char *argv[]) about.addAuthor(i18n("James Graham"), i18n("Maintainer"), QStringLiteral("james.h.graham@protonmail.com")); about.addCredit(i18n("Black Hat"), i18n("Original author of Spectral"), QStringLiteral("bhat@encom.eu.org")); about.addCredit(i18n("Alexey Rusakov"), i18n("Maintainer of Quotient"), QStringLiteral("Kitsune-Ral@users.sf.net")); + about.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), i18nc("EMAIL OF TRANSLATORS", "Your emails")); about.setOrganizationDomain("kde.org"); about.addComponent(QStringLiteral("libQuotient"),