Am Mittwoch, 18. Juli 2018 18:32:25 CEST schrieb Richard Kimberly Heck <rikih...@lyx.org>: > On 07/18/2018 06:31 PM, Kornel Benko wrote: > > Am Mittwoch, 18. Juli 2018 17:34:04 CEST schrieb Richard Kimberly Heck > > <rikih...@lyx.org>: > >> On 07/18/2018 04:06 PM, Kornel Benko wrote: > >>> commit 41ebc3fcfc1db43db70997cea0ab0d625df3550f > >>> Author: Kornel Benko <kor...@lyx.org> > >>> Date: Wed Jul 18 22:02:50 2018 +0200 > >>> > >>> Amend 30ec879, Add a translator as a fallback to Qt inner one > >>> > >>> Add the needed strings to GuiApplication.cpp > >>> --- > >>> src/frontends/qt4/GuiApplication.cpp | 4 ++++ > >>> 1 files changed, 4 insertions(+), 0 deletions(-) > >>> > >>> diff --git a/src/frontends/qt4/GuiApplication.cpp > >>> b/src/frontends/qt4/GuiApplication.cpp > >>> index e04c392..f009bfc 100644 > >>> --- a/src/frontends/qt4/GuiApplication.cpp > >>> +++ b/src/frontends/qt4/GuiApplication.cpp > >>> @@ -689,6 +689,10 @@ public: > >>> _("Reconfigure"); > >>> _("Quit %1")); > >>> #endif > >>> + _("&OK"); > >>> + // Already in po: "Cancel", "&Cancel" > >>> + _("Apply"); // Already in po: "&Apply" > >>> + _("Reset"); // Already in po: "&Reset" "R&eset" "Rese&t" > >> Did you want these ones to be outside the #if 0? > > Yes. Content inside the '#if' 0' serves as example only, and is already > > also in po-file > > Oh, I see. Does the thing that creates the po files notice the > pre-processor directives? > > Riki
That was, what I (wrongly) thought. But obviously gettext does not care. Kornel
signature.asc
Description: This is a digitally signed message part.