1
0
forked from metin2/server

revert local testing of string localization

This commit is contained in:
Tr0n 2024-04-09 17:10:38 +02:00
parent e0701ed5bd
commit 2c37b2009d
No known key found for this signature in database

View File

@ -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();