mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Allow for up to 6 lines of translator names(I guess 7 if you add some on the "this translation by:" line..).
This commit is contained in:
parent
cfbf83eeab
commit
679e7ea846
1 changed files with 6 additions and 1 deletions
|
@ -472,7 +472,12 @@ void CreditsScreen::render() {
|
|||
"all the forum mods",
|
||||
"",
|
||||
c->T("this translation by", ""), // Empty string as this is the original :)
|
||||
"",
|
||||
c->T("translators1", ""),
|
||||
c->T("translators2", ""),
|
||||
c->T("translators3", ""),
|
||||
c->T("translators4", ""),
|
||||
c->T("translators5", ""),
|
||||
c->T("translators6", ""),
|
||||
c->T("written", "Written in C++ for speed and portability"),
|
||||
"",
|
||||
"",
|
||||
|
|
Loading…
Add table
Reference in a new issue