mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
added Guido Di Carlo and LocQuest to credits
This commit is contained in:
parent
8b73a38ed2
commit
1db33d9cb8
2 changed files with 17 additions and 3 deletions
|
@ -17,10 +17,18 @@ German:
|
||||||
Esperanto:
|
Esperanto:
|
||||||
- Reese Rivers
|
- Reese Rivers
|
||||||
|
|
||||||
Spanish:
|
Spanish (ES):
|
||||||
- Felipe Mercader
|
- Felipe Mercader
|
||||||
- Sara Marín
|
- Sara Marín
|
||||||
|
|
||||||
|
Spanish (LATAM):
|
||||||
|
- LocQuest
|
||||||
|
- Guido Di Carlo
|
||||||
|
|
||||||
|
Spanish (ARG.):
|
||||||
|
- LocQuest
|
||||||
|
- Guido Di Carlo
|
||||||
|
|
||||||
French:
|
French:
|
||||||
- Words of Magic
|
- Words of Magic
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,15 @@ static const char* translators[] = {
|
||||||
" Thomas Faust",
|
" Thomas Faust",
|
||||||
"Esperanto",
|
"Esperanto",
|
||||||
" Reese Rivers",
|
" Reese Rivers",
|
||||||
"Spanish",
|
"Spanish (ES)",
|
||||||
" Felipe Mercader",
|
" Felipe Mercader",
|
||||||
" Sara Marín",
|
" Sara Marín",
|
||||||
|
"Spanish (LATAM)",
|
||||||
|
" LocQuest",
|
||||||
|
" Guido Di Carlo",
|
||||||
|
"Spanish (ARG.)",
|
||||||
|
" LocQuest",
|
||||||
|
" Guido Di Carlo",
|
||||||
"French",
|
"French",
|
||||||
" Words of Magic",
|
" Words of Magic",
|
||||||
"Irish",
|
"Irish",
|
||||||
|
@ -64,7 +70,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, 10, 10, 9, 8 };
|
static const int translator_pagesize[] = { 6, 6, 9, 12, 10, 9, 8 };
|
||||||
|
|
||||||
/* Terry's Patrons... */
|
/* Terry's Patrons... */
|
||||||
static const char* superpatrons[] = {
|
static const char* superpatrons[] = {
|
||||||
|
|
Loading…
Reference in a new issue