The documentation incorrectly stated that the current working directory
is searched for translations. This isn't the case (and wouldn't be a
good thing to do).
See #12498.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74439
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
This is the default unless you change the loader with
wxTranslations::SetLoader().
This is the default unless you change the loader with
wxTranslations::SetLoader().
- Catalogs are searched for in standard places (current directory first, then
- the system one), but you may also prepend additional directories to the
- search path with AddCatalogLookupPathPrefix().
+ Catalogs are searched for in standard places (system locales directory,
+ `LC_PATH` on Unix systems, Resources folder on OS X, executable's directory
+ on Windows), but you may also prepend additional directories to the search
+ path with AddCatalogLookupPathPrefix().