mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 22:01:40 +00:00
Look for translations in cwd/translations instead of cwd/po in windows.
This commit is contained in:
parent
96f60a34fa
commit
67d6899ec4
@ -255,7 +255,7 @@ std::string get_cache_dir()
|
||||
std::string get_intl_dir()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return get_cwd() + "/po";
|
||||
return get_cwd() + "/translations";
|
||||
#endif
|
||||
|
||||
#ifdef USE_INTERNAL_DATA
|
||||
|
Loading…
x
Reference in New Issue
Block a user