mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
Added missing names, added usernames, closes #89
This commit is contained in:
@@ -28,7 +28,19 @@ int ContributorsController::reusableCellCount(int type) {
|
||||
return k_totalNumberOfCell;
|
||||
}
|
||||
|
||||
constexpr static I18n::Message s_contributorsUsernames[7] = {
|
||||
I18n::Message::PQuentinGuidee,
|
||||
I18n::Message::PDannySimmons,
|
||||
I18n::Message::PJoachimLeFournis,
|
||||
I18n::Message::PJeanBaptisteBoric,
|
||||
I18n::Message::PMaximeFriess,
|
||||
I18n::Message::PDavid,
|
||||
I18n::Message::PDamienNicolet
|
||||
};
|
||||
|
||||
void ContributorsController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
MessageTableCellWithBuffer * myTextCell = (MessageTableCellWithBuffer *)cell;
|
||||
myTextCell->setAccessoryText(I18n::translate(s_contributorsUsernames[index]));
|
||||
GenericSubController::willDisplayCellForIndex(cell, index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user