mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-22 10:21:39 +00:00
Update locale.cpp
This commit is contained in:
parent
343ac4c85b
commit
4906940f21
1 changed files with 1 additions and 1 deletions
|
|
@ -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, "" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue