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;
|
|
}
|