Attempt to warn about missing translations.
This commit is contained in:
@@ -87,9 +87,12 @@ public:
|
|||||||
const RString &GetLocalized() const
|
const RString &GetLocalized() const
|
||||||
{
|
{
|
||||||
if( IsLoaded() )
|
if( IsLoaded() )
|
||||||
|
{
|
||||||
return GetValue();
|
return GetValue();
|
||||||
else
|
}
|
||||||
return m_sName;
|
RString const & curLanguage = (THEME && THEME->IsThemeLoaded() ? THEME->GetCurLanguage() : "current");
|
||||||
|
LOG->Warn("Missing translation for %s in the %s language.", m_sName.c_str(), curLanguage.c_str());
|
||||||
|
return m_sName;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user