forked from metin2/server
revert local testing of string localization
This commit is contained in:
parent
e0701ed5bd
commit
2c37b2009d
@ -26,7 +26,7 @@ const char * locale_find(const char *string)
|
|||||||
strlcpy(s_line + 5, string, sizeof(s_line) - 5);
|
strlcpy(s_line + 5, string, sizeof(s_line) - 5);
|
||||||
|
|
||||||
SPDLOG_ERROR("LOCALE_ERROR: \"{}\";", string);
|
SPDLOG_ERROR("LOCALE_ERROR: \"{}\";", string);
|
||||||
return string;
|
return s_line;
|
||||||
}
|
}
|
||||||
|
|
||||||
return iter->second.c_str();
|
return iter->second.c_str();
|
||||||
|
Loading…
Reference in New Issue
Block a user