mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
7eccc156c1
Release announcement: https://cataclysmdda.org/releases/#0g-gaiman Changelog: https://github.com/CleverRaven/Cataclysm-DDA/blob/0.G/data/changelog.txt
19 lines
537 B
Diff
19 lines
537 B
Diff
diff --git a/src/translations.cpp b/src/translations.cpp
|
|
index 76bdfd0..6dd6109 100644
|
|
--- a/src/translations.cpp
|
|
+++ b/src/translations.cpp
|
|
@@ -61,13 +61,11 @@ std::string locale_dir()
|
|
#define BSD
|
|
#endif
|
|
|
|
-#if !defined(__ANDROID__) && ((defined(__linux__) || defined(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;
|
|
}
|