mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Merge pull request #3556 from thedax/master
Allow up to 6 lines for translator names.
This commit is contained in:
commit
970a7bb43a
@ -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…
Reference in New Issue
Block a user