mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48: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)
|
if(pInfo)
|
||||||
{
|
{
|
||||||
CUIRect Row;
|
CUIRect Row;
|
||||||
|
// Localize("Map"); Localize("Game type"); Localize("Version"); Localize("Casual"); Localize("Normal"); Localize("Difficulty"); Localize("Competitive");
|
||||||
static CLocConstString s_aLabels[] = {
|
static CLocConstString s_aLabels[] = {
|
||||||
"Map", // Localize - these strings are localized within CLocConstString
|
"Map",
|
||||||
"Game type",
|
"Game type",
|
||||||
"Version",
|
"Version",
|
||||||
"Difficulty" };
|
"Difficulty" };
|
||||||
|
|
||||||
static CLocConstString s_aDifficulty[] = {
|
static CLocConstString s_aDifficulty[] = {
|
||||||
"Casual", // Localize - these strings are localized within CLocConstString
|
"Casual",
|
||||||
"Normal",
|
"Normal",
|
||||||
"Competitive" };
|
"Competitive" };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue