mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
updated credits to include the Eternal Dream Arabization team
This commit is contained in:
parent
fc51c2219d
commit
7bd281ee3d
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Translators
|
Translators
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Arabic (Eternal Dream Arabization):
|
||||||
|
- Montassar Ghanmi
|
||||||
|
- Mohammed Seif Eddine Chaib
|
||||||
|
|
||||||
Catalan:
|
Catalan:
|
||||||
- Eduard Ereza Martínez
|
- Eduard Ereza Martínez
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ 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",
|
||||||
|
" Montassar Ghanmi",
|
||||||
|
" Mohammed Seif Eddine Chaib",
|
||||||
"Catalan",
|
"Catalan",
|
||||||
" Eduard Ereza Martínez",
|
" Eduard Ereza Martínez",
|
||||||
"Welsh",
|
"Welsh",
|
||||||
|
@ -60,7 +63,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[] = { 8, 9, 9, 10, 10, 4 };
|
static const int translator_pagesize[] = { 7, 9, 10, 10, 9, 8 };
|
||||||
|
|
||||||
/* Terry's Patrons... */
|
/* Terry's Patrons... */
|
||||||
static const char* superpatrons[] = {
|
static const char* superpatrons[] = {
|
||||||
|
|
Loading…
Reference in a new issue