mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add Persian to credits screen
This commit is contained in:
@@ -783,6 +783,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[] = {
|
||||
|
||||
Reference in New Issue
Block a user