Am 19.07.2012 um 00:26 schrieb Jean-Marc Lasgouttes: > Le 19/07/12 00:21, Jean-Marc Lasgouttes a écrit : >> commit ed1515ef69d0381e9b0657cf1966f9d86e0cb25f >> Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> >> Date: Thu Jul 19 00:02:56 2012 +0200 >> >> Read list of translated languages from a file >> >> The previous scheme of loading all possible translations and checking >> whether the work >> is a bit too much "brute force" and causes problems on Mac OS X >> (documents loaded >> with the wrong language). >> >> In the new scheme, autotools install a file lib/installed_translations >> that contains a list of installed languages (the .gmo files that got >> installed). This file is read >> in Languages::readInstalledTranslations and allows to set the >> translated() property >> of each language. > > Kornel, this requires an adaptation of cmake (see above). On my machine the > contents of installed _translations is just > ar ca cs da de el en es eu fi fr gl he hu ia id it ja nb nl nn pl pt ro ru sk > sr sv tr uk zh_CN zh_TW > > Stephan, please check that this solves problems with the Mac builds.
I'm on vacation too and had no access to internet most of the time. I can confirm it solves the problem with opening the help files with the correct language. Stephan