moved the translator init code earlier; added some translation support for the code of r2517 and r2907; updated some Chinese translation.
This commit is contained in:
@@ -200,7 +200,7 @@ void DeckMenu::Render()
|
||||
if (showDetailsScreen())
|
||||
{
|
||||
float pspIconsSize = 0.5;
|
||||
const string detailedInfoString = "Detailed Info";
|
||||
const string detailedInfoString = _("Detailed Info");
|
||||
float stringWidth = mainFont->GetStringWidth(detailedInfoString.c_str());
|
||||
float boxStartX = detailedInfoBoxX - stringWidth / 2;
|
||||
DWORD currentColor = mainFont->GetColor();
|
||||
|
||||
Reference in New Issue
Block a user