mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Add Localize comments to fix the string export scripts
This commit is contained in:
parent
c92f044f39
commit
327a2283b8
|
@ -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" };
|
||||
|
||||
|
|
Loading…
Reference in a new issue