Add Localize comments to fix the string export scripts

This commit is contained in:
Jordy Ruiz 2018-12-17 16:14:36 +01:00
parent c92f044f39
commit 327a2283b8

View file

@ -1840,14 +1840,14 @@ void CMenus::RenderDetailInfo(CUIRect View, const CServerInfo *pInfo)
if(pInfo)
{
CUIRect Row;
// Localize("Map"); Localize("Game type"); Localize("Version"); Localize("Casual"); Localize("Normal"); Localize("Difficulty"); Localize("Competitive");
static CLocConstString s_aLabels[] = {
"Map", // Localize - these strings are localized within CLocConstString
"Map",
"Game type",
"Version",
"Difficulty" };
static CLocConstString s_aDifficulty[] = {
"Casual", // Localize - these strings are localized within CLocConstString
"Casual",
"Normal",
"Competitive" };