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 (ES)" translation="" explanation=""/>
|
||||||
<string english="Spanish (LATAM)" translation="" explanation=""/>
|
<string english="Spanish (LATAM)" translation="" explanation=""/>
|
||||||
<string english="Spanish (ARG.)" translation="" explanation=""/>
|
<string english="Spanish (ARG.)" translation="" explanation=""/>
|
||||||
|
<string english="Persian" translation="" explanation=""/>
|
||||||
<string english="" translation="" explanation=""/>
|
<string english="" translation="" explanation=""/>
|
||||||
<string english="" translation="" explanation=""/>
|
<string english="" translation="" explanation=""/>
|
||||||
</strings>
|
</strings>
|
||||||
|
|||||||
@@ -28,6 +28,9 @@ static const char* translators[] = {
|
|||||||
"Spanish (ARG.)",
|
"Spanish (ARG.)",
|
||||||
" LocQuest",
|
" LocQuest",
|
||||||
" Guido Di Carlo",
|
" Guido Di Carlo",
|
||||||
|
"Persian",
|
||||||
|
" Amir Arzani",
|
||||||
|
" Masoud Varaste",
|
||||||
"French",
|
"French",
|
||||||
" Words of Magic",
|
" Words of Magic",
|
||||||
"Irish",
|
"Irish",
|
||||||
@@ -74,7 +77,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[] = { 6, 6, 9, 12, 10, 11, 10 };
|
static const int translator_pagesize[] = { 6, 6, 12, 12, 10, 11, 10 };
|
||||||
|
|
||||||
/* Terry's Patrons... */
|
/* Terry's Patrons... */
|
||||||
static const char* superpatrons[] = {
|
static const char* superpatrons[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user