diff --git a/resources/misc/projectcredits.html b/resources/misc/projectcredits.html index 026ca256..ceab14e8 100644 --- a/resources/misc/projectcredits.html +++ b/resources/misc/projectcredits.html @@ -1,11 +1,13 @@ -
%1
+Abhishek Ojha
Adrien Béraud
Albert Babí
-Alexandre Lision
-Alexandr Sergheev
-Alexandre Viau
Alexander Lussier-Cullen
+Alexandr Sergheev
+Alexandre Eberhardt
+Alexandre Lision
+Alexandre Viau
Aline Bonnet
Aline Gondim Santos
Alireza Toghiani
@@ -18,7 +20,6 @@ Brando Tovar
Capucine Berthet
Charles-Francis Damedey
Cyrille Béraud
-Dorina Mosku
Eden Abitbol
Édric Milaret
Éloi Bail
@@ -33,11 +34,16 @@ Guillaume Roguez
Hadrien De Sousa
Hugo Lefeuvre
Julien Grossholtz
+Julien Robert
Kateryna Kostiuk
+Kessler DuPont-Teevin
Léo Banno-Cloutier
+Léopold Chappuis
Liam Courdoson
Loïc Siret
+Louis Maillard
Mathéo Joseph
+Michel Schmit
Mingrui Zhang
Mohamed Chibani
Mohamed Amine Younes Bouacida
@@ -57,6 +63,7 @@ Rayan Osseiran
Romain Bertozzi
Saher Azer
Sébastien Blin
+Seva Ivanov
Silbino Gonçalves Matado
Simon Désaulniers
Simon Zeni
@@ -64,10 +71,21 @@ Stepan Salenikovich
Thibault Wittemberg
Thomas Ballasi
Trevor Tabah
+Vitalii Nikitchyn
Vsevolod Ivanov
Xavier Jouslin de Noray
-Yang Wang
Charlotte Hoffmann
Marianne Forget
Dorina Mosku
+Cabrel Tambue
+Loïc Bogino
Anna
+Elys
+VeroJeanLuc
+
%6
diff --git a/src/app/utils.cpp b/src/app/utils.cpp index 81445d3d..2291844b 100644 --- a/src/app/utils.cpp +++ b/src/app/utils.cpp @@ -619,7 +619,12 @@ Utils::getProjectCredits() return {}; } QTextStream in(&projectCreditsFile); - return in.readAll(); + return in.readAll().arg( + QObject::tr("We would like to thank our contributors, whose efforts over many years have made this software what it is."), + QObject::tr("Developers"), QObject::tr("Media"), QObject::tr("Community Management"), QObject::tr("Special thanks to"), + QObject::tr("This is a list of people who have made a significant investment of time,\ + with useful results, into Jami. Any such contributors who wish to be added to the list \ + should contact us.")); } inline QString