mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
fix Arabic credits
Eternal Dream Arabization team name was missing from the main credits page
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user