]> git.lyx.org Git - lyx.git/commit
Fix algorithm for finding localized files
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Feb 2019 14:49:53 +0000 (15:49 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 7 Feb 2019 09:19:28 +0000 (10:19 +0100)
commit4c18a49c879518f763985b6171fe5f4491d0f019
tree685e0f4290b90737d29a61b57aa5377c5b26fc97
parent841f0fd3dd717ffed0d159b755eaacabab7f41a0
Fix algorithm for finding localized files

Now we search in priority with the GUI language, and then the
language(s) specified in the LANGUAGES environment variable.
Preoviously, the GUI language would only be considered when
LANGUAGES was not set (which was a bug).

Take this opportunity to remove old compatibility code from 2007.

(cherry picked from commit e203bf519b4dd69f17a2f8cabb6607d2f73dce71)
src/support/filetools.cpp
status.23x