1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-02 23:19:44 +01:00

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

View file

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