Add name into contributors page

This commit is contained in:
Colin Thomas
2020-02-25 20:11:05 +01:00
parent 854b660859
commit 81c5e4797c
4 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ int ContributorsController::reusableCellCount(int type) {
return k_totalNumberOfCell;
}
constexpr static int s_numberOfDevelopers = 10;
constexpr static int s_numberOfDevelopers = 11;
constexpr static I18n::Message s_developersUsernames[s_numberOfDevelopers] = {
I18n::Message::PQuentinGuidee,
@@ -41,6 +41,7 @@ constexpr static I18n::Message s_developersUsernames[s_numberOfDevelopers] = {
I18n::Message::PEvannDreumont,
I18n::Message::PSzaboLevente,
I18n::Message::PVenceslasDuet,
I18n::Message::PCharlotteThomas,
};
constexpr static int s_numberOfBetaTesters = 4;