]> git.lyx.org Git - features.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, 18 Jun 2020 12:39:57 +0000 (14:39 +0200)
commit1a17e6ea6da670c8ee8a063ddd66f9ab5fd07fa2
treeb3d81e508d39c927e0dabbc0772e9529f309bdd0
parent8f12d5c82c6b55e4903b98f9e1e4ceef63de358f
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.
src/support/filetools.cpp