mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-07-07 11:35:00 +00:00
Add Persian to credits screen
This commit is contained in:
parent
3eb88e0ac0
commit
0b00415ab3
2 changed files with 5 additions and 1 deletions
|
@ -789,6 +789,7 @@ You have found the secret lab!" translation="" explanation="" max="34*4"/>
|
|||
<string english="Spanish (ES)" translation="" explanation=""/>
|
||||
<string english="Spanish (LATAM)" translation="" explanation=""/>
|
||||
<string english="Spanish (ARG.)" translation="" explanation=""/>
|
||||
<string english="Persian" translation="" explanation=""/>
|
||||
<string english="" translation="" explanation=""/>
|
||||
<string english="" translation="" explanation=""/>
|
||||
</strings>
|
||||
|
|
|
@ -28,6 +28,9 @@ static const char* translators[] = {
|
|||
"Spanish (ARG.)",
|
||||
" LocQuest",
|
||||
" Guido Di Carlo",
|
||||
"Persian",
|
||||
" Amir Arzani",
|
||||
" Masoud Varaste",
|
||||
"French",
|
||||
" Words of Magic",
|
||||
"Irish",
|
||||
|
@ -74,7 +77,7 @@ static const char* translators[] = {
|
|||
};
|
||||
|
||||
/* Hardcoded pagesizes for the translator credits. Simplifies paging backwards and forwards */
|
||||
static const int translator_pagesize[] = { 6, 6, 9, 12, 10, 11, 10 };
|
||||
static const int translator_pagesize[] = { 6, 6, 12, 12, 10, 11, 10 };
|
||||
|
||||
/* Terry's Patrons... */
|
||||
static const char* superpatrons[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue