2015-05-19 15:20 GMT+02:00 Jean-Marc Lasgouttes: > It should be found using i18nLibFileSearch(). >
I see. > > The way it is done for other elements is to look for example for > doc/fr/UserGuide.lyx. This would make us create directories fr/ de/... in > the toplevel system directory, which may not be what we want. Of course, we > could take this occasion to move all localized files into their own > subdirectory, which may be helpful for distributing languages separately. > > This would mean having > > RELEASE-NOTES > doc/UserGuide.lyx > examples/splash.lyx > fr/RELEASE-NOTES > fr/doc/UserGuide.lyx > fr/examples/splash.lyx > > instead of: > > RELEASE-NOTES > doc/UserGuide.lyx > doc/fr/UserGuide.lyx > examples/splash.lyx > examples/fr/splash.lyx > fr/RELEASE-NOTES > > This would of course require a bit of Makefile.am hacking, but would be > good in the end, I think. > I agree. Jürgen > > JMarc >