If a key does not exist in any translation, it returns the key instead of empty string.
This commit is contained in:
@@ -97,5 +97,5 @@ Glib::ustring MultiLangMgr::getStr (std::string key) {
|
||||
else if (fallBack)
|
||||
return fallBack->getStr (key);
|
||||
else
|
||||
return "";
|
||||
return key;
|
||||
}
|
||||
|
Reference in New Issue
Block a user