1 diff --git a/src/translations.cpp b/src/translations.cpp
2 --- a/src/translations.cpp
3 +++ b/src/translations.cpp
4 @@ -52,13 +52,11 @@ std::string locale_dir()
8 -#if !defined(__ANDROID__) && ((defined(__linux__) || defined(CATA_IS_ON_BSD) || (defined(MACOSX) && !defined(TILES))))
9 if( !PATH_INFO::base_path().empty() ) {
10 loc_dir = PATH_INFO::base_path() + "share/locale";
12 loc_dir = PATH_INFO::langdir();