Update locale.cpp

This commit is contained in:
Skyth (Asilkan) 2025-03-25 20:19:38 +03:00 committed by GitHub
parent 343ac4c85b
commit 4906940f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -706,7 +706,7 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
{
"System_MemoryAllocationFailed",
{
{ ELanguage::English, "Failed to allocate game memory.\n\nPlease make sure that:\n\n- You meet the minimum system requirements (8 GB).\n- Your pagefile is configured with at least 4-8 GB of virtual memory." },
{ ELanguage::English, "Failed to allocate game memory.\n\nPlease make sure that:\n\n- You meet the minimum system requirements (8 GB).\n- Your page file is configured with at least 4-8 GB of virtual memory." },
{ ELanguage::Japanese, "" },
{ ELanguage::German, "" },
{ ELanguage::French, "" },