talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 87726652461a966c766a179863229620b21bc36d
parent 046d8ff867628bf538b848edae70b38885c3bd33
Author: Paul <paul@claws-mail.org>
Date:   Sat, 28 Sep 2024 10:41:03 +0100

NC_ not working here, remove it

Diffstat:
Mpo/Makevars | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/po/Makevars b/po/Makevars @@ -12,7 +12,6 @@ XGETTEXT_OPTIONS = \ --keyword=_ --flag=_:1:pass-c-format \ --keyword=Q_ --flag=Q_:1:pass-c-format \ --keyword=N_ --flag=N_:1:pass-c-format \ - --keyword=NC_:1c,2 \ --keyword=C_:1c,2 \ --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' \ --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' \ @@ -53,4 +52,4 @@ EXTRA_LOCALE_CATEGORIES = # context. Possible values are "yes" and "no". Set this to yes if the # package uses functions taking also a message context, like pgettext(), or # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. -USE_MSGCTXT = no +USE_MSGCTXT = yes