mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 01:47:13 +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()
|
std::string get_intl_dir()
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
return get_cwd() + "/po";
|
return get_cwd() + "/translations";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_INTERNAL_DATA
|
#ifdef USE_INTERNAL_DATA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user