]> git.lyx.org Git - lyx.git/commit
Sort out problems with InsetInfo language settings
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 27 Jul 2018 10:14:37 +0000 (12:14 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 27 Jul 2018 10:14:37 +0000 (12:14 +0200)
commit803a88f243120a9e349b9b33a233ad52a00dafa5
tree4d9a773e3820fa5d45e3006b53d8b57a1f14c07a
parented422dae662c15845ef27b6d17aeff57954d5b41
Sort out problems with InsetInfo language settings

* use the context language of the info inset (rather than the buffer
language), and translate strings accordingly

* for menu and shortcuts, use the Gui language instead

* actually care that all translatable strings end in po
(this wasn't the case).

Fixes: #5348, rest of #10463
src/Language.cpp
src/Language.h
src/Text3.cpp
src/insets/InsetInfo.cpp
src/insets/InsetInfo.h