mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
18 lines
528 B
Diff
18 lines
528 B
Diff
|
diff --git a/src/translations.cpp b/src/translations.cpp
|
||
|
--- a/src/translations.cpp
|
||
|
+++ b/src/translations.cpp
|
||
|
@@ -52,13 +52,11 @@ std::string locale_dir()
|
||
|
#define CATA_IS_ON_BSD
|
||
|
#endif
|
||
|
|
||
|
-#if !defined(__ANDROID__) && ((defined(__linux__) || defined(CATA_IS_ON_BSD) || (defined(MACOSX) && !defined(TILES))))
|
||
|
if( !PATH_INFO::base_path().empty() ) {
|
||
|
loc_dir = PATH_INFO::base_path() + "share/locale";
|
||
|
} else {
|
||
|
loc_dir = PATH_INFO::langdir();
|
||
|
}
|
||
|
-#endif
|
||
|
#endif // LOCALIZE
|
||
|
return loc_dir;
|
||
|
}
|