mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #3556 from thedax/master
Allow up to 6 lines for translator names.
This commit is contained in:
commit
970a7bb43a
1 changed files with 6 additions and 0 deletions
|
@ -473,6 +473,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