fix Arabic credits

Eternal Dream Arabization team name was missing from the main credits page
This commit is contained in:
TerryCavanagh 2024-01-17 15:59:16 +01:00
parent d299b42ee8
commit ceaaea1597
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ namespace Credits {
/* Translators list; lines prefaced with a space aren't translatable */
static const char* translators[] = {
"Arabic",
" Eternal Dream Arabization",
" Montassar Ghanmi",
" Mohammed Seif Eddine Chaib",
"Catalan",
@ -63,7 +64,7 @@ static const char* translators[] = {
};
/* Hardcoded pagesizes for the translator credits. Simplifies paging backwards and forwards */
static const int translator_pagesize[] = { 7, 9, 10, 10, 9, 8 };
static const int translator_pagesize[] = { 8, 9, 10, 10, 9, 8 };
/* Terry's Patrons... */
static const char* superpatrons[] = {